/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, p {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #353535;
	padding-left: 0px;
	margin: 0px; 
	}
	
h1 {	
	font-size: 24px;
	font-weight: normal;
	color: #2a3f36;
	padding-top: 0px;
	margin-top: 0px;
	}
	
h2 {	
	font-size: 20px;
	color: #2a3f36;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
	}
	
h3 {	
	font-size: 16px;
	color: #2a3f36;
	font-weight: bold;
	border-bottom: solid 1px #2a3f36;
	padding-top: 0px;
	margin-top: 0px;
	}
	
h4 {	
	font-size: 18px;
	color: #2a3f36;
	font-weight: normal;
	border-bottom: solid 1px #2a3f36;
	padding-top: 0px;
	margin-top: 0px;
	}
	
h5 {	
	font-size: 13px;
	color: #2a3f36;
	padding-top: 0px;
	margin-top: 0px;
	}
	
h6 {
	font-size: 13px;
	color: #2a3f36;
	padding-top: 0px;
	margin-top: 0px;
	}

a:link, a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #2a3f36;
	}	

a:visited {	
	font-weight: normal;
	text-decoration: underline;
	color: #353535;
	}