.smallhead {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.boldred {
	font-weight: bold;
	color: #FF0000;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.violet {
	color: #FF00FF;
}
.green {
	color: #009900;
}
#radtext {
	margin-top:0px;
	margin-bottom:0px;
	}
.menucell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #416161;
	background-image: url(images/leftborder.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.active {
	background-color: #578282;
}

.menucell a { text-decoration:none; color:#ffffff;}
