body {
	font-family: "Verdana", Arial;
	font-size: 12px;
	line-height: 130%;
	color: #cccc99;
}

.bodywhite {
	font-family: "Verdana", Arial;
	font-size: 12px;
	line-height: 130%;
	color: #cccc99;
}

.bodyyellow {
	font-family: "Verdana", Arial;
	font-size: 12px;
	line-height: 130%;
	color: #ffcc00;
}

.bodysmall {
	font-family: "Verdana", Arial;
	font-size: 11px;
	line-height: 130%;
	color: #cccc99;
}

.title {
	font-family: "Verdana", Arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold
}

a:link {
	color: #ffcc33;
	text-decoration: underline;
}

a:hover {
	color:#ffcc33; 
	text-decoration: none;
}

a:visited {
	color:#cccccc;
	text-decoration: none;
	}
	
a:active {
	color:#cc9900;
	}