/* CSS Document */
body{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:12px;
}
h1
{
line-height:40px;
font-size:20px;
font-family:"ºÚÌå";
font-weight:normal;
}
.ul_h2
{
list-style:none;
margin:5px auto;
}
.ul_h2 li
{
line-height:20px;
border:1px #999999 solid;
padding:2px 2px 2px 20px;
margin:2px auto;
background-color:#D8EDFE;
}
.ul_h2 li a
{
font-size:14px;
}
a:link, a:hover {
	color: #006699;
	text-decoration: none;
	font-size:12px;
}
a:visited
{
color:#CC3333;
}
a:hover {
	color:#FFFFFF;	
	background-color:#3366CC;
}
#header{
padding: 2px 0px;
border:2px solid #FF6600;
background-color:#FFD5D5;
width: 100%;
text-align:center;
}
#grid .page
{
width:100%;
text-align:center;
background-color:#FFCC66;
margin:10px auto;
}
/************* #globalNav styles **************/

#globalNav{
margin:5px auto;
text-align:center;
line-height:20px;
font-size:16px;
font-family:"ºÚÌå";
}
#globalNav a {	
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}
#globalNav2 {
color:#999;
}
#globalNav2 a{
color:#6AA3DB;
}
#content{
width: 100%;
margin: 0px;
padding: 0px 0px 0px 0px;
}
#ContentTitle{
font-size:18px;
border-bottom: 1px solid #999;
width:100%;
font-weight:bold;
margin:5px auto;
text-align:center;
font-family:"ºÚÌå";
}
#hotline{
margin:2px auto;
text-align:center;
width:100%;
border:1px solid #333333;
background-color:#FFFFCC;
font-weight:bold;
}
#grid .line
{
width:100%;
line-height:18px;
text-align:left;
border-bottom: 1px solid #dddddd;
margin-top:2px;
}
#grid p
{
margin:0px 0px 1px 0px;
padding:5px 2px 5px 2px;
}
#siteInfo{	
	text-align:center;
	margin:20px auto;
}
td
{
text-align:left;
}
#forms{
float:left;
border-bottom: 2px dashed #dddddd;
}
.succ_message
{
border:1px solid #FF9900;
margin:10px auto;
line-height:18px;
}
.Reg_title
{
font-weight:bold;
color:#0000FF;
}