	body { 
		background-color: #336600; 
		margin: 0px 0px 0px 0px;
	}

	.header {
	font-family: arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	color: #003300;
	letter-spacing: 8px;

}
	.small {
		font-family: arial, helvetica;
		font-size: 12px;	
	
	}
		table {
		width:100%;
        height:100%;
	}
	td {
        vertical-align:middle;
        text-align:center;
	}
	.nav {
		background-color: #003300; 
		height: 20px;
		width: 100%;
		font-family: arial, helvetica;
		font-size: 12px;
		text-align: center;
		margin-bottom: 10px;
		padding-top: 5px;
		letter-spacing: 1px;
			
	}
	a:link {
	color: #99CC33;
	text-decoration : none;
}
	
	a:visited {
	color: #99CC33;
	text-decoration : none;
}
	a:hover {
	color: #66FF66;
}
	
.navPadding { 
	padding: 0px 10px 0px 10px; 

	}
#main
{
	background-color: #336600;
	/* was CFC*/
	line-height: 20px;
	margin-left: 18%;
	margin-right: 18%;
	padding: 10px;
	color: #99ff99;
	text-align: justify;
}
p {
		font-family: arial, helvetica;
		font-size: 14px;

}
.p {
		font-family: arial, helvetica;
		font-size: 14px;

}
	.aEmail:link {
	color: #009900;
	text-decoration : none;
}
	
	.aEmail:visited {
	color: #009900;
	text-decoration : none;
}
	.aEmail:hover {
	color: #00cc33;
}
	 
