.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #666666;
}

.largerbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}

.darkbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #000000;
}

/* Link Styles */	
	
a:link 	{ text-decoration: none; color: #0066CC; }
a:active	{ text-decoration: none; color: #0066CC; }
a:visited	{ text-decoration: none; color: #0066CC; }
a:hover	{ text-decoration: underline; color: #0066CC; }

a.foot:link 	{ text-decoration: none; color: #666666; }
a.foot:active	{
	text-decoration: none;
	color: #666666;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
}
a.foot:visited	{ text-decoration: none; color: #666666; }
a.foot:hover	{ text-decoration: underline; color: #666666; }
