body {
	background-color: #FFFFFF;
	margin: 0;
	}
	
A {color: #005175;}
A:hover {color: #005175;}
A:visited {color: #005175;}

.sublink:link {color: #FFFFFF;}
.sublink:hover {color: #005175;}
.sublink:visited {color: #FFFFFF;}
.sublink:visited:hover {color: #005175;}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 135%;
	}

.headline {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: 800;
	color: #666666;
	line-height: 135%;
	}

.subhead {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: 800;
	color: #666666;
	line-height: 135%;
	}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 135%;
	}
	
.textBLUE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #005175;
	line-height: 135%;
	}

.textBOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: 800;
	color: #333333;
	line-height: 135%;
	}
	
.textBLUEbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: 800;
	color: #005175;
	line-height: 135%;
	}

.textSMALL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	}
	
.textBLUEsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #005175;
	}

.textSMALLER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	}
	
.textBLUEsmaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: normal;
	font-weight: normal;
	color: #005175;
	}

.invalid {
    COLOR: red
	}
	
.required {
    FONT-WEIGHT: bold
	}
	
.errormessageheader {
    MARGIN-TOP: 10px;
    MARGIN-BOTTOM: 10px;
    COLOR: red
	}
	
.invalidmessage {
    FONT-SIZE: x-small;
    COLOR: red
	}
	
.note {
	FONT-SIZE: 8pt;
	}