/* Text Controls */

.text, p, li {
	font: 11px/15px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: center;
	color: #000000;
	}	


	
/* Link Styles */	

a:link 	{ text-decoration: none; color: #387f9b; }
a:active	{ text-decoration: none; color: #387f9b; }
a:visited	{ text-decoration: none; color: #387f9b; }
a:hover	{ text-decoration: underline; color: #666666; }
