/* FONT STYLES */
font.text {
	font-family: times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	}
font.body{
	font-family: times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	}	
font.subhead {
	font-family: times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #CCCCCC;
	}
/* NAVIGATION STYLES */
a.textnav {
	font-family: times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #CCCCCC;
	text-decoration: none;
	}
a.textnav:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
