




/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, th, td, p {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 2.5ex;
	text-decoration: none;
	color: #657045;
	margin: 0px 0 0 0;
}


h1 {
	font-size: 24px;
	line-height: 2.5ex;
	color: #657045;
	font-weight: normal;
}
	
h2 {
	font-size: 20px;
	line-height: 2.5ex;
	color: #8C829E;
	font-weight: normal;
}
	
h3 {
	font-size: 16px;
	line-height: 2.5ex;
	color: #657045;
	font-weight: normal;
}
	
h4 {
	font-size: 14px;
	line-height: 2.5ex;
	color: #657045;
	font: bold;
}
	
h5 {
	font-size: 12px;
	line-height: 2.5ex;
	color: #657045;
	background: #d7e2bf;
	padding-right: 30px;
	text-align: right;
	margin-left: 0;
	margin-right: 20px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 0px;
}

h6 {
	font-size: 12px;
	line-height: 2.5ex;
	color: #657045;
	margin-left: 20px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-top: 0px;
	background: #ebe6ad;
	padding-left: 30px;
	text-align: left;
	font-weight: normal;
}

a:link, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #9C70CC;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #9C70CC;
}

a:hover {
	color: #9C70CC;
}