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

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

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

.bodysmall {
	font-family: "Verdana", Arial;
	font-size: 10px;
	line-height: 120%;
	color: #CCCCCC;
}

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

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

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

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

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

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

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