.black {
	color: #333333;
	text-decoration: none;
}
.white {
	color: #FFFFFF;
	text-decoration: none;
}
.none {
	text-decoration: none;
}
.tan {
	color: #CCCC99;
	text-decoration: none;
}
.green {
	color: #006666;
	text-decoration: none;
}
.t10 {font-size: 10px; font-family: Georgia, Times, serif;}
.t12 {font-size: 12px; font-family: Georgia, Times, serif;}
.t16 {font-size: 16px; font-family: Georgia, Times, serif;}
.t18 {font-size: 18px; font-family: Georgia, Times, serif;}

.g10 {font-size: 10px; font-family: Geneva;}
.g12 {font-size: 12px; font-family: Geneva;}
.g16 {font-size: 16px; font-family: Geneva;}
.g18 {font-size: 18px; font-family: Geneva;}

.a10 {font-size: 10px; font-family: Arial;}
.a12 {font-size: 12px; font-family: Arial;}
.a16 {font-size: 16px; font-family: Arial;}
.a18 {font-size: 18px; font-family: Arial;}

.arial {font-family: Arial, Helvetica, sans-serif}
.hover { background-color:#ffffff; color: red}

A:hover {color: #000000; text-transform: uppercase; font-weight: bold}

.blue {color: #003366; text-decoration: none;}
.white {color: #FFFFFF; text-decoration: none;}
.smwhite {color: #FFFFFF; font-size: 10px; }
.red {color: #CC0000; text-decoration: none;}
.green {color: #009966;text-decoration: none;}
.black {color: #000000; text-decoration: none;}
.grey {color: #999999; text-decoration: none;}
.shadow {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-left-color: #999999;
}
