﻿body 
{
	margin:0px;
	font-size:12px;
	text-decoration:none;
	background-color: #F3F3F3;
}
td
{
	font-size:12px;/*color:blue;*/
}

/*－－－－－－－－－－－－－－－背景样式－－－－background-repeat: repeat-x;－－－－－－－－－－－－*/

.bg_all{
	background-image: url(../images/bg1.png);	
}

/*----- 链接 -----*/
a.bluul
{
	color: #333333;
	text-decoration: none;
	font-size: 13px;
}
a.bluul:hover
{
	color: #F00000;text-decoration:none;
	font-size: 13px;
}

a
{
	color: #333333;text-decoration:none;
	font-size: 13px;
}
a:hover
{
	color: #F00000;text-decoration:none;font-size: 13px;
}


/*----- 提示符号：* -----*/
.CharStar
{
	font-size: 13px;
	color: #C00000;
	font-weight: bold;
	font-family:Arial;
}

/*----- 导航层次：首页 >> 资源下载 -----*/
.DHCengCi
{
	font-size: 13px;
	color: #C00000;
	font-weight: bold;
}
/*----- 文章标题 -----*/
.ArticleTitle
{
	font-weight: bold;
	font-size: 15px;
	color: #C00000;
}
/*----- 文章信息：来源，作者，添加时间等 -----*/
.ArticleInfo
{
	font-size: 12px;
	color: #404040;
}
/*----- 文章内容 -----*/
.ArticleContent
{
	font-size: 14px;
	color: #404040;
	line-height: 180%;
}

/*----- 文本框，密码框 -----*/
.textBox
{
	border-right: #C0C0C0 1px solid;
	border-top: #C0C0C0 1px solid;	
	border-left: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
}
/*----- 按钮 -----*/
.myButton
{
	cursor: hand; 
	border:0;
	height: 19px;
	border-right: #0066ff 1px solid; 
	border-top: #0066ff 1px solid; 
	background-image: url(btnBG.gif); 
	border-left: #0066ff 1px solid; 
	border-bottom: #0066ff 1px solid; 
	text-align: center;
	font-size:9pt;
	color:White;
}


p
{
	line-height: 180%;
}
