#page_text h1 {
	color: #876500;
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
}
#page_text h2 {
	color: #876500;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
#page_text h3 {
	color: #5B8728;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#page_text img {
	border: 2px solid #5B8728;
	margin: 5px;
}
#page_text p {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#page_text ul {
	font-size: 13px;
	list-style-type: square;
	list-style-image: url(gui_images/bullet.gif);
}
#page_text li{
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
}

#page_text ol {
	font-size: 13px;
	list-style-type: decimal;
}

#page_text ol li ol {
	list-style-type: lower-alpha;
}

#page_text a {
	color: #876500;
}

#page_text a:hover{
	color: #5B8728;
}

@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
}

#formStyle br {
	clear:both;
}

#formStyle th { 
 layout-flow: vertical-ideographic; 
 padding: 5px; 
 white-space: nowrap; 
} 
#formStyle legend {
	font-size: 14px;
	font-weight: bold;
	color: #360;
} 
#formStyle label { 
 display: block; 
 font-size: 10px; 
 font-weight: bold; 
 color: #333333; 
 padding-left: 5px; 
 padding-bottom: 2px; 
} 
#formStyle form div {
	float: left;
	margin: 5px;
	padding: 3px;
	overflow: visible;
}

#formStyle .ChkRad label{ 
 display: inline; 
 font-size: 11px; 
 font-weight: normal; 
}
 

#formStyle .error {
	z-index: 2000;
	top: 17px;
	left: -14px;
	position: relative;
	display: none;
	visibility: hidden;
}


#formStyle .errorON {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #C00;
	background-color: #FFC;
	border: 2px solid #C00;
	z-index: 2000;
	top: 17px;
	left: -14px;
	position: relative;
	display: inline;
	visibility: visible;
}