a.navlinks { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #2F56B0;
	text-decoration : none;
	font-weight: bold;
}

a.navlinks:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #006600;
	text-decoration : none;
	font-weight: bold;
}

a.greenlink { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #3F5823;
	text-decoration : underline;
}

a.bluelink { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #0689B4;
	text-decoration : none;
}

.body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #333333;
}

.greenbody { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #5D7544;
}

.redbody { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #DF2C03;
}

img.border {
	border: 2px solid #FFF;
	border-width: 2 2px 2px 2;

} 
	
.greennav { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #5D7544;
	text-decoration : none;
	font-weight: bold;
}	