/*************main tags ***********/
body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
td, span {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}




.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a {
	color: #358A37;
	text-decoration: underline;
}

.focus {
	color: #F48142;
}

.white, .white a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right:10px;
	vertical-align:top;
	text-decoration: none;
}

.pagetitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#339933;
	list-style-image:url(images/icons/gzcg_icon_progressive_dot.gif);
	list-style-position: inside;
	margin-bottom:20px;
	padding-bottom:20px;
	line-height:20px;
	padding-top:10px;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:12px;
	line-height:20px;
}

.footnote {

	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

.boxed {
	border:1px #333333 solid;
	padding:3px;
}





hr {
	border: none 0; 
	border-top: 1px solid #9EC7D9;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-top:10px;
	margin-bottom:10px;
}

form.submit 
{
	clear: left;	margin: 24px 0;
}
	
form.submit button 
{
	border: 1px solid #666;	background-color: ORANGE;	color: #FFF;	padding: 1px 10px;	margin: 0;	font-size: 11px;	font-weight: bold;
}
 
form.submit button.over 
{
	background-color: #FFCC33;	color: #FFF;
}
form.submit button.down 
{
	background-color: #FFCC00;	color: #FF6600;
}