/* 常用标签 - 必须要有的 */
body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body,td,th,select,input,textarea {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.copyright {line-height: 148%;}

td.content {
	font-size: 14.9px;
	line-height: 170%;
	color: #000000
}

/* 正文标题 */
td.contentTitle {
	line-height: 150%;
	text-align: center;
	font-size: 24px;
	color: #ff6600;
	padding-top: 15px;
	font-weight: bold;
}



/* 正文行间距 - 如果用了正文样式的就不要再用这个了 */
td.text {line-height: 148%; }


/* 链接样式 */
a:link{color: #000000;text-decoration: none;}
a:visited{color: #000000;text-decoration: none;}
a:hover{color: #ff0000;text-decoration: underline;}

a.redLink14:link {color: #ff0000;font-size: 14px;	text-decoration: none}
a.redLink14:visited {color: #ff0000;font-size: 14px;text-decoration: none}
a.redLink14:hover {color: #ff0000;font-size: 14px;text-decoration: underline;}

a.redLink:link {color: #ff0000;font-size: 12px;	text-decoration: none}
a.redLink:visited {color: #ff0000;font-size: 12px;text-decoration: none}
a.redLink:hover {color: #ff0000;font-size: 12px;text-decoration: underline;}

a.blackLink:link {color: #000000;font-size: 12px;	text-decoration: none}
a.blackLink:visited {color: #000000;font-size: 12px;text-decoration: none}
a.blackLink:hover {color: #ffcc00;font-size: 12px;text-decoration: none;}

a.grayLink:link {color: #666666;font-size: 12px;	text-decoration: none}
a.grayLink:visited {color: #666666;font-size: 12px;text-decoration: none}
a.grayLink:hover {color: #ff0000;font-size: 12px;text-decoration: none;}

a.blueLink:link {color: #003399;font-size: 12px;	text-decoration: none}
a.blueLink:visited {color: #003399;font-size: 12px;text-decoration: none}
a.blueLink:hover {color: #ff0000;font-size: 12px;text-decoration: underline;}


/* 字体颜色 */
.docParameter{color:#666666}

.redFont {color: #FF0000}

.grayFont {color: #666666}

.orangeFont {color: #FF6D00}

.whiteFont {color: #ffffff}

.mauveFont {color: #DE1787;}

/* 标题样式 */

.title {
	font-size: 16px;
	font-weight:bold;
	color: #DE1787;
}
.title2 {
	font-size: 14px;
}
.title3 {
	font-size: 16px;
	font-weight:bold;
	color: #DF3960;
}
/* 虚线列表 */
.brokenLine {
	background-image: url(../images/dot_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 18px;
}
.leftLine {
	background-image: url(../images/dot_03.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 18px;
}


/*图片框架样式 */
.photoBox {border: 1px solid #dddddd;}

/*背景样式 */
.leftBg {
	background-image: url(../images/leftBg.jpg);
	background-repeat: no-repeat;
}
.rightContentBg {
	background-image: url(../images/rightBg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.CopyrightBg {
	background-image: url(../images/CopyrightBg.gif);
	background-repeat: repeat-x;
	background-position: right;
}

/*价格样式*/
.price {
	font-size: 12px;
	text-decoration: line-through;
}
.ballot {
	border: 1px solid #999999;
}