/* -- GLOBAL -- */
/* -- Any tags set to 'class="value"' will have this style -- */
.formData {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
}

.formHeader {
	font-family: Georgia, Times New Roman, Times, serif;
    	font-size: 13px;
	color: #000000;
	text-align: left;
}

.formHeaderRequired {
	font-family: Georgia, Times New Roman, Times, serif;
    	font-size: 13px;
	font-weight: bold;
	color: #08446A; 
	text-align: left;
 }

.formSectionHeader {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: 600;
	color: #000000;
	background: #99CCCC;
}

.formTitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: 700;
	color: #FFFFFF;
	background: #0F517C;
}

.errors {
	font-family: Georgia, Times New Roman, Times, sans-serif;
	font-size: 12px;
   	color: #FF0000;
}
			
.pageBody {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
			
.paragraphHeader {
	font-family: Georgia, Times New Roman, Times, serif;
   	font-size: 13px;
   	font-weight: bold;
	color: #718261;
}

.propertyTitle {
	font-family: Georgia, Times New Roman, Times, serif;
   	font-size: 12px;
   	font-weight: bold;
	color: #08446A;
}
		
		
.pageTitle {
	font-family: Georgia, Times New Roman, Times, serif;
   	font-size: 15px;
   	font-weight: bold;
	color: #08446A;
	padding-bottom: 16px;
}

.footer { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
   	color: #000000;
   	text-align: right;
}

.tableHeader {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	background: #358eda;
}

.widgetHeader {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	background: #358eda;
	padding: 2px 5px 0px 5px;
	margin: 5px 0px 0px 0px;
}

.widget {
	border: 1px solid #000000;
	padding: 2px 5px 0px 5px;
	margin: 0px 0px 5px 0px;
	background: #eeeeee;
	display: block;
}

/* -- SPECIFIC TAGS -- */
/* -- These tags will have this style w/o any mention of 'class=""' -- */
/* -- BODY -- */
/* -- A -- */
A:LINK { 	color: #0F517C; }
A:ACTIVE { 	color: #0F517C; }
A:VISITED { 	color: #0F517C; }
A:HOVER { 	color: #315A10; }

/* -- H1 -- */
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #000000;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
}

/* -- FORMS -- */
IMG {
	vertical-align: top;
} 

INPUT {
	background-color: #FFFFF7;
	border-width: 1px;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TEXTAREA {
	background-color: #FFFFF7;
	border-width: 1px;
	border-color: #000000;
	scrollbar-base-color: #B4C4A5;
	scrollbar-track-color: #DAEBD8;
	scrollbar-arrow-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

SELECT {
	background-color: #FFFFF7;
	border-width: 1px;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
