/* global.css */
#red {
	color:#FF0000;
}
a:link.WF, a:hover.WF, a:visited.WF {
	color: #FF0000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006699;
	line-height: 12pt;
	text-align: justify;
	margin: 0;
	scrollbar-3dlight-color: #F4FCFF;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #F4FCFF;
	scrollbar-darkshadow-color: #F4FCFF;
}
h1, h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
h1 {
	font-size: 13pt;
}
h2 {
	font-size: 10pt;
}
.center {
	text-align:center;
}
#submenu_1 {
	float:left;
}
#submenu_2 {
	float:right;
}
#submenu_3 {
	text-align:center;
	font-size:7pt;
}
#siteholder {
	width:798px;
	height:auto;
	margin:auto;
	padding:0px;
}
#content {
	width:640px;
	margin-top:0px;
	margin-left:79px;
	margin-bottom:20px;
}
#img_border {
	border: 1px solid #006699;
	padding:2px;
}
.inputbox, .inputbox2 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 10pt;
	float: left;
	border: #006699 1px solid;
}
.inputbox2 {
	background-color: #F4FCFF;
}
.submit_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	border: #006699 1px solid;
	background-color: #006699;
}
.reset_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 8pt;
	font-weight: normal;
	float:right;
	margin-right:5px;
	border: #006699 1px solid;
}
.checkbox {color: #006699; border: none;}
.radio {color: #006699; border: none;}
