BODY {
    BACKGROUND-COLOR: #FFFFFF;
    font-size:62%;
}

body, input, select, table, textarea {
	font-family: Verdana, Arial, Helvetiva, sans-serif;
}

.errors {
	font-weight:bold;
	color:RED;
	font-family: Verdana, Arial, Helvetiva, sans-serif;
	font-size: 0.8em;
}

TABLE {
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}

TD LABEL {
	text-align: left;
	font-weight:bold;
	color:#000000;
	font-size: 0.8em;
}

TD, TD SELECT, TD INPUT, TD TEXTAREA {
	color:#000000;
	font-weight:normal;
}

TD {
	font-size: 1em;
}

TD P {
	font-size:0.8em;
}

p {
	color: #666666;						
	font-weight:normal;
}

.selectOneListbox {
	color:#000000;
	font-weight:normal;
}

.commandExButton_Label {
	color: windowtext;
	text-align: center;
	vertical-align: middle;
}

.inputText_Error {
	font-weight:bold;
	color:RED;
	font-family: Tahoma, Verdana;
}

.outputText {
	text-align: left;
	font-weight:bold;
	color:#000000;
}

.outputTextBigger {
	text-align: left;
	font-weight: bold;
	color: #000000;
	font-size: 1.4em;
}

.selectOneRadio_Disabled {
	color: GrayText;
}

.compulsory {
	font-weight:bold;
	color:RED;
	font-family: Tahoma, Verdana;
}

.result {
	border-width: 0.2em; 
	border-style: solid;
	border-color: #FD4804;
	padding: 10px 10px 10px 10px;
	background-color:#ffffff;
	text-align: center;
	font-weight:bold;
	color:#000000;
	font-size: 1.2em;
	width: 605px;
}

ul.t_and_c{
	line-height: 1em;
	margin-bottom: 1em;
}

.t_and_c li{
	margin-bottom:1em;
}

.logo {
	float:left;
}

.title {
	float:left;
	margin-top:1em;
}

LI {
	font-size:0.8em;
}

H1 {
	background-color: #ffffff;	
	color:#0047bb;
	font-family: Verdana, Arial, Helvetiva, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
}

H2 {
	background-color: #ffffff;	
	font-family: Verdana, Arial, Helvetiva, sans-serif;
	text-align: left;
	font-weight:bold;
	color:#000000;
	font-size: 0.8em;
}

.footerText {
	background-color: #ffffff;
	color:#999999;
	font-family: Verdana, Arial, Helvetiva, sans-serif;
	font-size:90%;
	font-weight: normal;
	padding-top:0px;
	width: 605px;
	text-align: center;
}


.footerText a, .footerText a:link, .footerText a:visited, ..footerText a:hover, .footerText a:active {
	background-color: #ffffff;
	color: #999999;
	text-decoration:underline;
}