@charset "UTF-8";
/* CSS Document */

.blkstd {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#000;
}

.grystd {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#999;
}

.whtstd {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;  
	color:#FFF;
}

#body a:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #09F;
	text-decoration: none;
}
#body a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-decoration: none;
	color: #09F;
}
#body a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-decoration: underline;
	color: #999;
}
#body a:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-decoration: none;
	color: #09F;
}

#footer a:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-decoration: underline;
	color: #CCC;
}
#footer a:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-decoration: none;
	color: #FFF;
}




