td, body {
	font-size: 13px;
	font-family: verdana, helvetica, sans-serif;
	color: #000000;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #00A1CF;
}

a:active, a:hover {
	color: #FBA331; 
}



td.topblue {
	background: #00A1CF;
	vertical-align: bottom;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}

td.topblue:hover {
	background: #00A1EF;
	vertical-align: bottom;
	font-weight: bold;
	text-align: center;
}

.topyellow, a.topyellow, a.topyellow:link, a.topyellow:visited {
	color: #FFFBE0;
	text-decoration: none;
}

a.topyellow:active, a.topyellow:hover {
	color: #FFFBE0;
	text-decoration: none;
}


.blue, td.blue {
	color: #00A1CF;
}

td.bluebg {
	background: #00A1CF;
}


.yellow, td.yellow {
	color: #FFFBE0;
}

td.yellowbg {
	background: #FFFBE0;
}


.orange, td.orange {
	color: #FBA331; 
}


td.whitebg {
	background: #FFFFFF; 
}


a.gray, a.gray:link, a.gray:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a.gray:active, a.gray:hover {
	color: #FBA331; 
}

td.gray {
	color: #CCCCCC;
}

td.graybg {
	background: #CCCCCC;
}


.date {
	color: #000000;
}

.timer {
	color: #00A1CF;
	color: #000000;
	text-align: right;
}

input, select, textarea {
	background: #FFFFFF;
	color: #FBA331;
	border: 1px solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	margin: 3px 3px 3px 3px;
	width: 100%;
}

.formlabels {
	color: #AAAAAA;
}

hr {
	clear: both;
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

