body {
	background-color: #E1E9F2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.trimBg {
	background-image: url(images/elements/trimBG.jpg);
	background-repeat: repeat-x;
}
.BGblueGradient {
	background-image: url(images/elements/bgLightBlue.jpg);
	background-repeat: repeat-x;
	background-color: #fcfeff;
	width: 761px;
	margin-left:3px;
	margin-right:3px;
}

/* ---- Navigation ---- */ 
.navShad {
	background-image: url(images/elements/navShad.jpg);
	background-repeat: repeat-x;
	height: 8px;
	margin-left:3px;
	margin-right:3px;
	width: 761px;
	background-color: #E6F2FF;
}

/* Bnr Headers */
.bnrHdr {
	background-color: #E7F3FF;
	width: 761px;
	margin-left:3px;
	margin-right:3px;
}


/* ---- Text ---- */ 
.mainTXT {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 96%;
	font-weight: normal;
	color: #243E5F;
	text-align:justify;

}

.formTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #243E5F;

}


.txtGreen {
	color: #009900;
	font-weight: bold;
	font-family: Garamond, "Times New Roman", Times, serif;

}

.txtRed {
	color: #CC0000;
	font-weight: bold;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 12px;
}

.txtBlue {
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #4070AA;
	font-weight: bold;
}

/* ---- Textbox ---- */ 

input.inputext {
-moz-border-radius-bottomright:8px;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-topright:8px;
-moz-border-radius-topleft:8px;
background-color:white !important;
background-image:url(images/form/txtBoxBG.gif);
background-repeat:repeat-x;
border:1px solid #AFBADD;
color:#243E5F;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
padding: 5px;
padding-top:2px;
height:14px;
width:225px;
}

input.inputext:focus {
background-image: none;
background-color:#FCFEFF !important;
border:2px solid #339900;
color:#243E5F;
}

.inputextFoc {
-moz-border-radius-bottomright:8px;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-topright:8px;
-moz-border-radius-topleft:8px;
background-image: none;
background-color:#FCFEFF !important;
border:2px solid #339900;
color:#243E5F;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
padding: 5px;
height:14px;
width:225px;
}

.textarea {
-moz-border-radius-bottomright:8px;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-topright:8px;
-moz-border-radius-topleft:8px;
background-color:white !important;
background-image:url(images/form/txtBoxBG.gif);
background-repeat:repeat-x;
border:1px solid #AFBADD;
color:#243E5F;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
padding: 5px;
padding-top:5px;
height:90px;
width:250px;
}

.textareaF {
background-image: none;
background-color:#FCFEFF !important;
border:2px solid #339900;
color:#243E5F;
}

/* ---- Form Button ---- */ 
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/form/submitBTN.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 162px;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}

.btnover {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E1E9F2;
	background-image: url(images/form/submitBTN2.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 162px;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}
.formResponse {

width:250px; 
height:20px; 
font-weight:bold; 
color:#FFFFFF; 
padding-left:10px; 
padding-right:10px;
}

/* ---- Style ---- */
.borderStyle{
border: double 3px #E1E9F2;
}


/* ---- Footer ---- */ 
.ftrBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(images/elements/ftrBG.jpg);
	background-repeat: repeat-x;
}

.txtSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #243E5F;
}
