/* -- GLOBAL -- */
.formData {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
}

.filterLandingNav{
color:#505050; 
font-family:Arial; 
font-size:14px;	
text-decoration:none;
}

.filterLandingNav:VISITED{
color:#505050; 
font-family:Arial; 
font-size:14px;	
text-decoration:none;
}


.formHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 9px;
	font-weight: 500; 
	text-align: left;
}

.formHeaderRequired {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    	font-size: 11px;
	font-weight: bold;
	color: #000000; 
	text-align: left;
 }

.formSectionHeader {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #043379;
	background: #D8D8D8;
}

.formTitle {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #043379;
	background: #D8D8D8;
}

.errors {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
   	color: #FF0000;
}

.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF66;
}
			
.pageBody {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.pageBodySmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.pageBodyCenter {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

.pageBodyRight {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
}

.tooltip {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	margin: 1px 0px 0px 0px;
}

.tooltipCenter {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin: 1px 0px 0px 0px;
}

.tooltipRight {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	margin: 1px 0px 0px 0px;
}

.tooltipClose {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin: 1px 0px 0px 0px;
	text-align: right;
}
.tooltipClose A:LINK { color: #000000; text-decoration: none; }
.tooltipClose A:ACTIVE { color: #000000; text-decoration: none; }
.tooltipClose A:VISITED { color: #000000; text-decoration: none; }
.tooltipClose A:HOVER { color: #000000; text-decoration: none; }
	
.paragraphHeader {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   	font-size: 13px;
   	font-weight: bold;
	color: #043379;
}
			
.pageTitle {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 18px;
	margin-top: -8px;
	font-weight: bold;
	color: #043379;
}

.footer { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
   	color: #555555;
}
.footer A:LINK { color: #555555; text-decoration: none; }
.footer A:ACTIVE { color: #555555; text-decoration: none; }
.footer A:VISITED { color: #555555; text-decoration: none; }
.footer A:HOVER { color: #555555; text-decoration: underline; }

.tableHeader {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #043379;
	background: #D8D8D8;
	text-transform: uppercase;
}
.tableHeader A:LINK { color: #043379; text-decoration: none; }
.tableHeader A:ACTIVE { color: #043379; text-decoration: none; }
.tableHeader A:VISITED { color: #043379; text-decoration: none; }
.tableHeader A:HOVER { color: #043379; text-decoration: underline; }

/* -- SPECIFIC TAGS -- */
/* -- These tags will have this style w/o any mention of 'class=""' -- */
/* -- A -- */
A:LINK { 	color: #36497C; }
A:ACTIVE { 	color: #36497C; }
A:VISITED { 	color: #36497C; }
A:HOVER { 	color: #775555; }

/* -- P -- */
P {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
}

/* -- H1 -- */
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

H2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #92987A;
}

H3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #233975;
}

/* -- FORMS -- */
INPUT {
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #CCCCCC;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TEXTAREA {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

SELECT {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

