/* ------------------------------------- Global ------------------------------------- */

td {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}
select, textarea, .inputText {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.header {
	background: #DDD;
	border-bottom: 1px solid #CCC;
	font-weight : bold;
	font-size: 10px;
	color: #333;
}
.bevel {
	background: #EEE;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
/* ------------------------------------- Banner ------------------------------------- */
#banner {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
/* ------------------------------------- Main ------------------------------------- */
#main {
	border: 0px solid #FFF;
	border-top: 1px solid #000;
}
	#main .header {
		border-bottom: 1px solid #CCC;
	}
.divider {
	background: #CCC;
}
.headerCDU {
	font-size: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}
.headerOverall {
	font-size: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #000;
}
#cs {
	border: 0px solid #FFF;
	border-top: 1px solid #CCC;
}
/* ------------------------------------- Questions and Links ------------------------------------- */
#questions, #links {
	border-bottom: 0px solid #FFF;
	border-right: 0px solid #FFF;
	border-left: 0px solid #FFF;
	border-top: 1px solid #CCC;
}
#questions .header {
	border-bottom: 0px solid #CCC;
}
/* ------------------------------------- Footer ------------------------------------- */
#footer {
	border-top: 1px solid #000;
	border-bottom: 1px solid #FFF;
	background: #FFF;
}
	#footer .text {
		color: #333;
	}
	#footer a, #footer a:link, #footer a:visited {
	color: #03C;
	}
	#footer a:hover, #footer a:active {
	color: #C00;
	}