



/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, td, p {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 2.9ex;
	text-decoration: none;
	color: #424A52;
	margin: 0px;
}

h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	line-height: 2.0ex;
	color: #62bd19;
}

h2 {
	font-size: 18px;
	line-height: 2.0ex;
		color: #62bd19;
	}
	
h3 {
	font-size: 16px;
	line-height: 2.0ex;
	color: #62bd19;
}

h4 {
	font-size: 14px;
	line-height: 2.0ex;
		color: #70c7b7;
	}
	
h5 {
	font-size: 12px;
	line-height: 1.5ex;
			color: #62bd19;
	}
	
h6 {
	font-size: 12px;
	line-height: 1.5ex;
	color: #70c7b7;
	}
a:link, a:active, a:visited  {
	text-decoration: none;
	color: #e6b012;
	border-bottom: 1px dashed #e6b012;
}	

a:hover {
	text-decoration: none;
	color: #e6b012;
	border-bottom: 1px solid #e6b012;
	}	
