body {
	background-image: url(/images/bkg.jpg);
	background-color: #FFFFFF;
	margin: 0;
	}
	
A {color: #747782; text-decoration: none;}
A:hover {color: #747782; text-decoration: underline;}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	}
	
.textDEEPPURPLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #747782;
	line-height: 150%;
	}
	
.textGREEN {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #7d918c;
	line-height: 150%;
	}
	
.textBOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: 800;
	color: #33333;
	line-height: 150%;
	}

.textBOLDdeeppurple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: 800;
	color: #747782;
	line-height: 125%;
	}
			
.textBOLDgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: 800;
	color: #7d918c;
	line-height: 150%;
	}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: 800;
	color: #333333;
	line-height: 100%;
	}
	
.subheadpurple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: 800;
	color: #747782;
	line-height: 100%;
	}

.textSMALL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	}
	
.textSMALLdeeppurple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #747782;
	}
	
.textSMALLgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #7d918c;
	}

.textSMALLER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6.5pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	}

.subnavlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: 800;
	color: #333333;
	line-height: 225%;
	text-decoration: none;
	list-style-image: url(/images/bullet.gif);
	}
	
.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;
	}

