@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------
 * BASICS
 * ----------------------------------------------------*/

body {
	font-family:Times;
	font-size:16px;
	line-height:24px;
	color:#000;
}

strong {
	font-weight:bold;
}

a {
	color: #6aab0a;
	text-decoration: underline;
}

p {
	margin: 0px;
}

h1 {
	margin: 0px 0px 15px 0px;
	font-size: 40px;
	font-weight: bold;
	color: #6aab0a;
}

h2 {
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

h3 {
	margin: 0px 0px 15px 0px;
	font-size: 40px;
	font-weight: bold;
	color: #7f7f7f;
}

hr {
	height: 0px; 
	border-top: 1px solid #6aab0a;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: none;
}

small {
	font-size:12px;
	line-height:normal;
}

/*-----------------------------------------------------
 * LAYOUT - ELEMENTS
 * ----------------------------------------------------*/

.megaHdl {
	font-size:60px;
	color:#313131;
	margin: 0px 0px 15px 0px;
}

