/* 若更改样式，请同时更改相关说明！ */

/* 最后更新时间：2006-4-11 */

/*****   目录  *****/
/* 1.系统标签样式  */
/* 2.链接样式      */
/* 3.自定义样式    */
/*******************/

/******  颜色 ******/
/* 白   white - #FFFFFF */
/* 黑   black - #000000 */
/* 灰   gray  - #CECAC9 */
/* 红   red   - #821D21 */
/* 棕   brown - #4D2023 */
/* 粉红 pink  - #B6725F */
/*******************/

/* 1.系统标签样式-Begin */
/*************************************************************/

/* 页面：边距为0,背景白色 */
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px
}
.pcomenutext {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.pcomenutext:link,a.pcomenutext:visited{
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
a.pcomenutext:hover {
	text-decoration: underline;
}





/* 1.系统标签样式-End */
/*************************************************************/




/* 2.链接样式-Begin */
/*************************************************************/

/* 默认链接：蓝色下划线，滑过时为红色无下划线 */
a:link,a:visited 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	color: #2F3D84;
	text-decoration: underline;
}
a:hover 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	color: #821D21;
	text-decoration: none;
}

/* 棕色粗链接：棕色无下划线，滑过时为黑色下划线 */
a.a_brown_bold:link,a.a_brown_bold:visited 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	font-weight: bold;
	color: #4D2023;
	text-decoration: none;
}
a.a_brown_bold:hover 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/* 黑色粗链接：黑色无下划线，滑过时为红色下划线 */
a.a_black_bold:link,a.a_black_bold:visited 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.a_black_bold:hover 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	font-weight: bold;
	color: #821D21;
	text-decoration: underline;
}

/* 白色链接：白色无下划线，滑过时为白色下划线 */
a.a_white:link,a.a_white:visited 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.a_white:hover 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: underline;
}


/* 2.链接系统标签样式-End */
/*************************************************************/



/* 3.自定义样式-Begin */
/*************************************************************/

/* 黑色文本：9pt,黑色,行距150% */
.t_black 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	color:#000000;
	line-height: 150%;
}

/* 黑色加粗文本：9pt,加粗，黑色,行距150% */
.t_black_bold 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	color:#000000;
	font-weight: bold;
	line-height: 150%;
}

/* 黑色紧凑文本：9pt,黑色,行距100% */
.t_black_compact 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	color:#000000;
	line-height: 100%;
}

/* 红色加粗文本：9pt,加粗，红色,行距150% */
.t_red_bold 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	color:#821D21;
	font-weight: bold;
	line-height: 150%;
}

/* 红色加粗加大文本：10.5pt,红色,行距150% */
.t_red_bold_big 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 10.5pt;
	color:#821D21;
	font-weight: bold;
	line-height: 150%;
}

/* 粉红文本：9pt,粉红色,行距150% */
.t_pink 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	color:#B6725F;
	line-height: 150%;
}

/* 白色文本：9pt,白色,行距150% */
.t_white 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	color:#FFFFFF;
	line-height: 150%;
}

/* 白色加粗文本：9pt,加粗，白色,行距150% */
.t_white_bold 
{
	font-family: "Arial", "Verdana", "宋体";
	font-size: 9pt;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 150%;
}

/* 加粗文本 */
.t_bold 
{
	font-weight: bold;
}

/* 表单元素：宽160px */
.f_width_160px
{
	width:160px;
}

/* 图片：边框1px，灰色 */
.i_border_gray_1px
{
	border: 1px solid #CECAC9;
}

/* 图片：边框1px，黑色 */
.i_border_black_1px
{
	border: 1px solid #000000;
}

/* 层：透明度70% */
.d_opacity_70
{
	filter:alpha(opacity=70)
}
#demoh {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}


/* 3.自定义样式-End */
/*************************************************************/
#site {
	width: 300px;
	float: right;
}
.clients {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
