﻿/*单独用于修饰字体：大小、颜色、粗细等*/


/*红色字体*/
.RedFont /*红色默认字*/
{
	color: #FF0000;
}
.RedBoldFont /*红色粗体字*/
{
	color: #FF0000;
	font-weight: bold;
}

/*蓝色字体*/
.BlueFont
{
	line-height: 20px;
	color: #002C87;
}

/*黑色字体*/
.BlackFont
{
	color: #000000;
}
.BlackBoldFont
{
	color: #000000;
	font-weight: bold;
}

/*白色字体*/
.WhiteFont /*白色默认字*/
{
	color: #FFFFFF;
}
.WhiteBoldFont /*白色粗体字*/
{
	color: #FFFFFF;
	font-weight: bold;
}

/* 段落文本块 */
.ContentText
{
	color: #000000;
	background-color: #F0F7FD;
	line-height: 20px;
	padding: 5px 8px 5px 8px;
	text-indent: 25px;
}


/*从原来的一个样式表文件移过来*/
.white14b
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.blue12b
{
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.blue14b
{
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.orange12
{
	font-size: 12px;
	color: #FE4D08;
}
a.orange12:link
{
	font-size: 12px;
	color: #FE4D08;
	text-decoration: none;
}
a.orange12:visited
{
	font-size: 12px;
	color: #FE4D08;
	text-decoration: none;
}
a.orange12:hover
{
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
.green12
{
	font-size: 12px;
	color: #3D0707;
}
/*从原来jxs.css移过来的*/
.bk_j {
	font-size: 12px;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFCC01;
	border-left-color: #FFCC01;
	background-color: #FFFFFF;
}
/*从原来Menu.css移过来的*/
div.MenuContentStyle h5.FirstTitle, div.MenuContentStyle h5 /*菜单栏目标题*/
{
	background: url(../../Images/bg_461a.gif) no-repeat 0px 0px;
	width: 155px;
	height: 19px;
	color: #FFFFFF;
	font-size:12px;
	padding:5px 0px 5px 30px;
	cursor: pointer;
	margin: 0px;
}
div.MenuContentStyle h5.FirstTitle /*第一个菜单栏目标题*/
{
	background: url(../../Images/bg_461b.gif) no-repeat 0px 0px;
}
div.MenuContentStyle
{
	width: 185px;
	overflow: hidden;
}
div.LastMenuContentStyle
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C9FDE;
}
div.MenuContentStyle ul
{
	width: 184px;
	background-color: #FFFFFF;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0C9FDE;
}
div.MenuContentStyle li
{
	padding-top: 8px;
	height: 16px;
	margin-left: 20px;
	list-style-type: none;
}
.Lastli
{
	list-style-image: none;
	list-style-type: none;
	height: 8px;
	padding: 0px;
	margin: 0px;
}
