body { 
position:absolute; 
top:0px; 
left:0px; 
margin:0px; 
padding:0px; 
font-family: Arial; font-size: 12pt
}
h1           { color: #005DB6; font-family: Arial; font-size: 14pt }
table        { font-family: Arial; font-size: 10pt }


/* START style sheet info for FORM Section on Contact Us Page*/

input.courier  {
	font-family : "Courier New", Courier, monospace;
	font-weight : normal;
	font-size : 12px;
	border: 1px solid #000000;
	background-color: #f3f3f3;
}

TEXTAREA.scrollbar  {
	font-family : "Courier New", Courier, monospace;
	font-weight : normal;
	font-size : 12px;
	border: 1px solid #666666;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: #F4f4f4;
	background-color: #f3f3f3;
	scrollbar-base-color: white;
}

INPUT.send  {
	color : #000000;
	font-weight : bold;
	background-color : #f3f3f3;
	text-align : center;
	font-family : Verdana,Helvetica,Arial,sans-serif;
	font-size : 11px;
	border-bottom: #000000 solid 1px;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
	border-top: #000000 solid 1px;
}

input.sendblue { color: #FFFFFF; background-color: #0000FF; text-align: center; font-family: 
               Verdana, Helvetica, Arial, sans-serif; font-size: 11px; 
               font-weight: bold; border: 1px solid #FF4D00 }
input.sendorange   { color: #FFFFFF; background-color: #FF4D00; text-align: center; font-family: 
               Verdana, Helvetica, Arial, sans-serif; font-size: 11px; 
               font-weight: bold; border: 1px solid #0000FF }
               
/* END style sheet info for FORM Section on Contact Us Page*/