body.main {
	margin: 0;
	font-family: Trebuchet MS, verdana, sans-serif;
	background: #ffffff url(images/bg.jpg) repeat top left;
}

/* Header Text Classes */
	
h1 {
	color: #434343;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 14pt;
	line-height: 180%;
	font-weight: bold;
	margin-top: -5px;
	padding-top: -5px;
	margin-bottom: -10px;
	padding-bottom: -10px;
	letter-spacing: -0.5px;
}

h2 {
	color: #434343;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 13pt;
	line-height: 180%;
	font-weight: bold;
	margin-top: -5px;
	padding-top: -5px;
	margin-bottom: -10px;
	padding-bottom: -10px;
	letter-spacing: -0.5px;
}

h3 {
	color: #269048;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 12pt;
	line-height: 180%;
	font-weight: bold;
	margin-top: -5px;
	padding-top: -5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	letter-spacing: -0.5px;
}

h4{
	color: #434343;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 11pt;
	line-height: 180%;
	font-weight: bold;
	margin-top: -5px;
	padding-top: -5px;
	margin-bottom: -5px;
	padding-bottom: 0px;
}


/*------------------------ Link Classes ------------------------*/



a.footer {
	color: #3bac5f;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 8pt;
	line-height: 150%;
	text-decoration: underline;
}


a.footer:hover {
	color: #000000;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 8pt;
	line-height: 150%;
	text-decoration: underline;
}



/* ------------------------  Font Classes ------------------------ */

.main {
	color: #5f5f5f;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 9pt;
	line-height: 150%;
	text-decoration: none;
}	

.bold {
	color: #5f5f5f;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 10pt;
	line-height: 150%;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}	

.heading {
	color: #434343;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 10pt;
	line-height: 100%;
	text-decoration: none;
	font-weight: bold;
	font-style:italic; 	
}

.footer {
	color: #5f5f5f;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 8pt;
	line-height: 150%;
	text-decoration: none;
}	


	
/* ------------------ Horizontal Rule Classes ------------------*/

.bottom {
	height: 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #095622;
	width: 90%;
}


.dashed {
	height: 0;
	border-style: dashed;
	border-width: 1px 0 0 0;
	border-color: #c5c5c5;
	width: 90%;
}


.solid {
	height: 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #095622;
	width: 100%;
}

