body {
	background-color: #ffffff;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	line-height: 18px;
	display: block;
	font-weight: bold;
	text-align: left;
	background-color: #339933;
	padding: 4px;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	line-height: 18px;
	display: block;
	font-weight: bold;
	text-align: left;
	background-color: #7895C5;
	padding: 4px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight: bold;
	display: inline;
	line-height: 12px;
	padding-bottom: 4px;
}

ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}


.indent {
	margin-left:25px;
	display: block;
	margin-top: -5px;
	margin-right: 15px;
}
	

a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color: #FCD45B;
	text-decoration: none;
	background-color: #339933;
}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 16pt;
}



td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 16pt;
}


.footer {
	font-family: verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	visible: false;
	color: #FFFFFF;
	text-align: center;
	line-height: 16px;
	
}
	
A.footer:LINK, A.footer:VISITED {
	font-family: verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight:normal;
	visible: false;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
	text-align: left;
}
		
A.footer:HOVER, A.footer:ACTIVE {
	font-family: verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight:normal;
	visible: false;
	color: #FFCC33;
	text-decoration: underline;
	line-height: 16px;
	text-align: left;
	background-color: #000033;
}

	


.smaller {
	font-size:10px;
	}


.boldpurple {
	font-weight: bold;
	color:#423B70;
	}
	
.purple {
	color:#423B70;
	}

