/* CSS Document */

/*全局设置*/
body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color:#FFFFFF;
	color:#404040;
	line-height:150%;
	font-family:Arial;
}
table{
	font-size: 12px;
	color:#404040;
	line-height:150%;
	font-family:Arial;
}
td{
	font-size: 12px;
	color:#404040;
	line-height:150%;
	font-family:Arial;
}
a:link,a:visited,a:active {
	color: #404040;
	text-decoration: none;
}
a:hover {
	color:#CC3333;
	text-decoration: none;
}

/*背景*/
.bg{
	background-color:#DDDDDD;
	background-image:url(../Images/bg_body.gif);
}

/*链接样式*/
a.a-white:link,a.a-white:visited,a.a-white:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.a-white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.a-red:link,a.a-red:visited,a.a-red:active {
	color: #FF6600;
	text-decoration: none;
}
a.a-red:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.a-blue:link,a.a-blue:visited,a.a-blue:active {
	color: #426AD5;
	text-decoration: none;
}
a.a-blue:hover {
	color: #426AD5;
	text-decoration: underline;
}
/*文字颜色*/
.text_red{
	color:#FF6600;
}
.text_yellow{
	color:#FFFF00;
}
.text_white{
	color:#FFFFFF;
	font-weight:bold;
}
.text_green{
	color:#00A651;
	font-weight:bold;
}
.text_blue{
	color:#003399;
}

/*模板划分*/
.left_content{
	padding:6px 10px 8px 12px;
}
.left_title{
	height:22px;
	padding-left:18px;
	background-image:url(../Images/bg_left_title.gif);
	font-weight:bold;
	color:FF6600;
}
.right_title{
	height:22px;
	padding-left:18px;
	background-image:url(../Images/bg_right_title.gif);
	font-weight:bold;
	color:FF6600;
}

.Guide_title{
	padding-left:3px;
	height:25px;
}
/*表单样式*/
.textbox{
	border:1px #CCCCCC solid;
	padding:1px;
}
