@charset "utf-8";
/* CSS Document */

body{
font-family: Arial, sans-serif;
font-size:11px;
color:#333333;
background-image:url(../images/bg.gif);
background-repeat:repeat;
}

#main_content {
	padding-left:10px;
	padding-right:20px;
	text-align:left;
	/*border-right-width: 5px;
	border-right-style: groove;	
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: groove;
	border-left-color: #999999;*/
}

#main_detail a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
display: block;
/*overflow: auto; *//*force hasLayout in IE7 */
color: #003399;
text-align:center;
text-decoration: none;
padding: 3px;
}

#main_detail a:hover{
background-color: #EAEAEA;
}

#in_para {
	float: left;
	width: 230px;
	line-height:15px;
}

h3{
font-family:sans-serif;
font-size:13px;
color:#000066;
font-weight:bold;
}

.main_para{
text-align:justify;
}

#uadd{
padding-left:10px;
padding-bottom:25px;
}

#main_detail {
margin-top:5px;
}

#rmenu a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #0099CC;
text-decoration: none;
padding: 6px;
/*border-bottom: 1px  dashed  #CCCCCC;*/
}

#rmenu a:hover{
background-color: #EAEAEA;
}




