/* ------------------------------------- Global ------------------------------------- */
td {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
select, textarea, .inputText {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
textarea.one  { height:100px }
textarea.two  { height:65px }
textarea.three  { height:45px }
.inputText {
	margin-top: 4px;
}
.header {
	background: #B4CCEB;
	font-size: 11px;
	padding: 5px 10px;
}
.bevel {
	background: #FFFFFF;
	border-top: 1px solid #DAE6F5;
	border-right: 1px solid #9BB5D9;
	border-bottom: 1px solid #9BB5D9;
	border-left: 1px solid #DAE6F5;
}
a:link, a:visited {
color: #00C;
}
a:hover, a:active {
color: #C00;
}
#container {
	border: 1px solid #3366CC;
	width: 533px;
}
/* ------------------------------------- Banner ------------------------------------- */
#banner {
	border-top: 0px solid #3366CC;
	border-right: 0px solid #3366CC;
	border-left: 0px solid #3366CC;
	width: 533px;
}
/* ------------------------------------- Custom Block ------------------------------------- */
#customblock {
	border-bottom: 5px solid #E5EEF9;
	border-top: 5px solid #E5EEF9;
	border-right: 0px solid #3366CC;
	border-left: 0px solid #3366CC;
	width: 533px;
}
/* ------------------------------------- Main ------------------------------------- */
#main {
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #3366CC;
	border-bottom: 0px solid #3366CC;
	border-left: 0px solid #3366CC;
	width: 533px;
}
	#main .header {
		padding: 10px;
		border-bottom: 0px;
		width: 50%;
	}
.divider {
	background: #FFF;
}
.headerCDU {
	padding: 0px;
	color:#0000CC;
}
.headerOverall {
	padding: 0px;
	color:#0000CC;
}
.scaleText {
	font-size: 11px;
}
.cduBevel {
	padding: 2px 0px 7px 2px;
}
#cs {
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #3366CC;
	border-bottom: 0px solid #3366CC;
	border-left: 0px solid #3366CC;
	width: 533px;
}
/* ------------------------------------- Questions ------------------------------------- */
#questions {
	border-top: 0px solid #3366CC;
	border-bottom: 0px solid #3366CC;
	border-right: 0px solid #3366CC;
	border-left: 0px solid #3366CC;
	width: 533px;
}
	#questions .bevel {
		padding: 3px 7px 3px 7px;
	}
#questionsontop {
	border-top: 1px solid #FFF;
	border-right: 0px solid #3366CC;
	border-left: 0px solid #3366CC;
	width: 533px;
}
	#questionsontop .bevel {
		padding: 3px 7px 3px 7px;
	}
/* ------------------------------------- Links ------------------------------------- */
#links {
	border-top: 0px solid #3366CC;
	border-bottom: 1px solid #3366CC;
	border-right: 0px solid #3366CC;
	border-left: 0px solid #3366CC;
	width: 533px;
}
/* ------------------------------------- Footer ------------------------------------- */
#footer {
	border-bottom: 2px solid #3366CC;
	background: #3366CC;
	width: 533px;
}
	#footer .text {
	color: #FFF;
	}
	#footer a, #footer a:link, #footer a:visited {
	color: #FFF;
	}
	#footer a:hover, #footer a:active {
	color: #B4CCEB;
	}