/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, td, p {
	font: 12px  arial,  san-serif;
	font-weight: normal;
	line-height: 2.9ex;
	text-decoration: none;
	color: #000;
	margin: 0px;
	}

h1 {	
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	color: #224422;
	line-height: 2.2ex;
}

h2 {font-size: 18px;
	line-height: 2.2ex;
	color: #224422;
	font-family: Times New Roman;
	}
	
h3 {font-size: 18px;
	color: #faa239;
	line-height: 2.2ex;
	}
	
h4 {font-size: 16px;
	line-height: 2.2ex;
	color: #224422;
	}
	
h5 {font-size: 14px;
	color: #faa239;
	line-height: 2.2ex;
	}
	
h6 {font-size: 12px;
	line-height: 2.2ex;
	color: #224422;
	}

a:link, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #242;
	}	

a:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #240;
	}

a:hover {
	text-decoration: underline;
	color: #240;
	}