/* CSS Document */


body {
	font-family: arial, sans serif;
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
}

.small {
	font-family: arial,sans-serif;
	font-size: 8pt; 
}

.errormessage {
	font-family: arial,sans-serif;
	font-size: 8pt;
	color: red;
}

.redfont {
	font-family: arial,sans-serif;
	font-size: 10pt;
	color: red;
}

.general {
	width: 730px;
	border-collapse: collapse;
}

tr, td { 
	font-family: arial, sans serif;
	font-size: 9pt;
	color: black;		
	border: 0px;
	padding: 0px 0px 0px 0px;	
}

	
.greybg {
	font-family: arial,sans-serif;
	font-size: 8pt;
	text-align: left;
	padding: 3px 5px 3px 5px;
	background-color: #CFCFCF;
}

.intro {	
	font-size: 9pt;
	border: 0px;
	padding: 0px 0px 0px 20px;
}

.logo {
	height: 92px;
	text-align: right;	
	border: 0px;
	padding: 30px 30px 0px 0px;
	vertical-align: top;
}


.login {

	width: 275px;
	font-family: arial,sans-serif;
	font-size: 8pt;
	text-align: right;	
	border: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.orangebg {
	color: white;
	font-family: arial,sans-serif;
	font-size: 8pt;
	text-align: right;
	padding: 3px 5px 3px 5px;
	background-color: #FFC834;
}

.meter {
	font-family: arial,sans-serif;
	font-size: 8pt;
	padding: 20px 0px 20px 0px;
	text-align: center;
	width: 750px;
}

.questions {
	font-style: italic;
	text-align: left;
	font-family: arial, sans serif;
	font-size: 10pt;
	color: black;
	padding: 20px 0px 40px 20px;	
	background-color: #E6E6E6;
	border-style: solid;
	border-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-color: #CFCFCF;
	border-bottom-color: #FFC834;
	border-left-color: #CFCFCF;
	border-right-color: #CFCFCF;
}


.submit {
	vertical-align: bottom;
	text-align: right;
}



.answer {
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-style: normal;
}

P.answer_noindent {
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-style: normal;	
}

a.white:link {color: #FFFFFF; font-weight: bold; text-decoration: none}     /* unvisited link */
a.white:visited {color: #FFFFFF; font-weight: bold; text-decoration: none}  /* visited link */
a.white:hover {color: #FFFFFF; font-weight: bold; text-decoration: underline}   /* mouse over link */
a.white:active {color: #FFFFFF; font-weight: bold;}   /* selected link */ 
	
a.orange:link {color: #FF8A00; font-weight: ; text-decoration: none}     /* unvisited link */
a.orange:visited {color: #FF8A00; font-weight: ; text-decoration: none}  /* visited link */
a.orange:hover {color: #FF0000; font-weight: ; text-decoration: underline}   /* mouse over link */
a.orange:active {color: #FF0000; font-weight: ;}   /* selected link */ 
