/* UNIVERAL BODY LAYOUT */
body { 
	scrollbar-face-color: BFDBEE;
	scrollbar-arrow-color: ffffff;
	scrollbar-track-color: ffffff;
	scrollbar-shadow-color: BFDBEE;
	scrollbar-highlight-color: BFDBEE;
	scrollbar-3dlight-color: BFDBEE;
	scrollbar-darkshadow-color: BFDBEE;
	background-color: #BFDBEE; 
}

/* FONTS */
.black_6pt {
	font-family: arial;
	font-size: 6pt;
	color: #000000;
	font-weight: bold;
}
.black_8pt {
	font-family: arial;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.header {
	font-family: arial;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}
.subheader {
	font-family: arial;
	font-size: 10pt;
	color: #0074C0;
	font-weight: bold;
}
.text {
	font-family: arial;
	font-size: 9pt;
	color: #000000;
}
.bluetext {
	font-family: arial;
	font-size: 8pt;
	color: #0074C0;
}

/* BORDER */
.picframe {
	border: 1px solid #0E1C3A;
}

/* LINKS */
a.link:link {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; text-decoration: underline;}
a.link:visited {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; text-decoration: underline;}
a.link:hover {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #000000; text-decoration: none; }
a.link:active {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; text-decoration: underline; }

/* FORM FIELDS */
input {
	background-image: url(images/form_field_bg.jpg);
	height: 20px;
	width: 300px;
	border: solid 1px;
	border-color: 000000;
	font-family: verdana;
	font-size: 8pt;
	color: 000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}

textarea {
	height: 100px;
	width: 300px;
	border: solid 1px;
	border-color: 000000;
	font-family: verdana;
	font-size: 8pt;
	color: 000000;
	scrollbar-face-color: 595959;
	scrollbar-arrow-color: ffffff;
	scrollbar-track-color: ffffff;
	scrollbar-shadow-color: 595959;
	scrollbar-highlight-color: 595959;
	scrollbar-3dlight-color: 595959;
	scrollbar-darkshadow-color: 595959;
	background-attachment: fixed;
	background-image: url(images/form_field_bg.jpg);
	background-repeat: no-repeat;
	}
	
.submitbutton {
	background-image: url(images/form_field_bg.jpg);
	height: 20px;
	width: 150px;
	border: solid 1px;
	border-color: 000000;
	font-family: verdana;
	font-size: 8pt;
	color: 000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}
#Newsletters {
	font-family: arial;
	font-size: 9pt;
	color: #000000;
}
#Newsletters a {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; text-decoration: underline;}
#Newsletters a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #000000; text-decoration: none; }
#Newsletters a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; text-decoration: underline;}
#Newsletters a:active {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; text-decoration: underline; }
