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

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

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

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

.small {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9933;
}

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

.large {
	font-family: "Verdana", Arial;
	font-size: 14px;
	line-height: 130%;
	color: #CC9933;
}

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

.instructional {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	color: ##999999;
}

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

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

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