body {
	background-color: #FFFFFF;
	margin: 0;
	font-size: 9pt;
		color: #333333;
			font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-style: normal;
	font-weight: normal;

	line-height: 125%;
	}
	
A {color: #c32435; text-decoration:none}
A:hover {color: #c32435; text-decoration:underline}
A:visited {color: #c32435;}

ul {list-style-type:square}

.headline {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: 800;
	color: #c32435;
	line-height: 125%;
	}

.subhead {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: 800;
	color: #00164b;
	line-height: 125%;
	}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 125%;
	}
	
.textRED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #c32435;
	line-height: 125%;
	}

.textBLUE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #00164b;
	line-height: 125%;
	}

.textBOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: 800;
	color: #333333;
	line-height: 125%;
	}
	
.textREDbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: 800;
	color: #c32435;
	line-height: 125%;
	}

.textBLUEbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: 800;
	color: #00164b;
	line-height: 125%;
	}

.textSMALL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	}
	
.textREDsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #c32435;
	}

.textBLUEsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #00164b;
	}
	
.textSMALLER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	}
	
.textREDsmaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #c32435;
	}

.textBLUEsmaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #00164b;
	}

.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;

}
