body {
	background-color: #84b4b8;
	background-image:url(/images/bkg.jpg);
	margin: 0;
	}
	
A {color: #584855;}
A:hover {color: #afae81;}

.nav2 {color: #584855; text-decoration:none;}
.nav2:hover {color: #584855; text-decoration:underline;}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #584855;
	line-height: 200%;
	}
	
.navSECONDARY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #584855;
	line-height: 300%;
	text-decoration:underline;
	}

.navSECONDARY:hover {
	color: #afae81;
	}
	
.navSECONDARY2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #584855;
	line-height: 120%;
	text-decoration:underline;
	}

.navSECONDARY2:hover {
	color: #afae81;
	}
	
.headline {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: 800;
	color: #584855;
	line-height: 125%;
	}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	}
	
P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	}
	
.textGREEN {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #003c00;
	line-height: 125%;
	}

.textBOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: 800;
	color: #333333;
	line-height: 125%;
	}

.textPURPLEbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: 800;
	color: #584855;
	line-height: 125%;
	}

.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #584855;
	line-height: 125%;
	cursor: pointer;
	}
	
.textSMALL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	}

.textPURPLEsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #584855;
	}
	
.textSMALLER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	}

.textPURPLEsmaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #584855;
	}

.textSMALLEST {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	}
	
ul {
	list-style-type:square
	}

.list {
	line-height: 140%;
	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;
	}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	}
