/* CSS Document */
.rightline {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
}
/*虚线效果*/
.DotLine {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
td {
	font-family: "宋体";
	font-size: 12px;
}
div{
	font-family: "宋体";
	font-size: 12px;
}
/*链接效果*/
a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
/*菜单链接效果*/
a.menu:link {
	color: #FF0000;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
a.menu:visited {
	color: #FF0000;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
a.menu:hover {
	color: #FF0000;
	text-decoration: none;
	position: relative;
	right: 0px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
/*标题链接效果*/
a.withe:link {
color: #000000; 
text-decoration:none;
}
a.withe:visited {
color: #000000; 
text-decoration:none;
}
a.withe:hover {
    color: #FFFFFF;
  	right: 0px;
	top: 0px;
	background-color:#000000;
	text-decoration:none;
}
/*主标题链接效果*/
a.tit:link {
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
a.tit:visited {
font-weight: bold;
font-size: 14px;
color: #000000; 
text-decoration:none;
}
a.tit:hover {
	font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
  	right: 0px;
	top: 0px;
	background-color:#000000;
	text-decoration:none;
}
/*图片自动适应*/
.divimg { 
max-width:700px;
width:700px; 
width:expression(document.body.clientWidth>700?"700px":"auto"); 
overflow:hidden; 
} 
.p {
	font-family: "宋体";
	font-size: 12px;
}
.divhr{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.textbg {
	background-image: url(images/blogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.divmaster {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.secolumbottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
