body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
a {
	color:#040909;
	font-weight:bold;
	text-decoration:none;
	background-color:#D5EDB3;
	}
	
a:hover {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
	background-color:#ffffff;
	}


/* Class Styles */
	
.bodyText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:justify;
	}
	
.header{
	font-family:Arial, Helvetica, sans-serif;
	color: #003300;
	}

.med-bold {
	font: 12px Arial, Helvetica, sans-serif;
	color: #003300;
	font-weight:bold;
	}
.sub-heading {
	color:#006633;
	}
	
.smallText {
	font: 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003300;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
.border {
	border-top:#006633;
	border-bottom:#006633;
	border-style:solid;
	border-left:#D5EDB3;
	border-right:#D5EDB3;
	padding:5px;
}
.border-no-p {
	border-top:#003300;
	border-bottom:#D5EDB3;
	border-style:solid;
	border-width:thin;
	border-left:#D5EDB3;
	border-right:#D5EDB3;
}
.border-no-p2 {
	border-top:#D5EDB3;
	border-bottom:#003300;
	border-style:solid;
	border-width:thin;
	border-left:#D5EDB3;
	border-right:#D5EDB3;
}
.border-btm {
	border-top:#003300;
	border-bottom:#003300;
	border-style:solid;
	border-left:#F4FFE4;
	border-right:#F4FFE4;
	padding:5px;
}
	
