/* 默认样式表，请酌情改动 */

a:link		{ color: #000000; text-decoration: none} 
a:visited	{ color: #000000; text-decoration: none} 
a:hover		{ color: #014C86; text-decoration: underline} 
a:active	{ color: #014C86; text-decoration: none} 

body {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #356286;
}

table {
	font-size:12px;
}
img  {
	border:0px;
}
/* 输入框样式 */
INPUT {
	BORDER-TOP-WIDTH: 1px;
	BORDER-TOP-COLOR: #cccccc;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-LEFT-COLOR: #cccccc;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-RIGHT-COLOR: #cccccc;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-BOTTOM-COLOR: #cccccc;
	PADDING-TOP: 1px;
	PADDING-BOTTOM: 1px;
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px; 
}

/*图片新闻——灰色标题文字样式*/
.greybold {font-size: 12px;font-weight: bold;color: #999999;}


/*表格的灰色边框样式*/
.table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*白色字体样式*/
.white {font-size: 12px;color: #FFFFFF;}
.white a:link		{font-size: 12px;color: #FFFFFF; text-decoration: none} 
.white a:visited	{font-size: 12px;color: #FFFFFF; text-decoration: none} 
.white a:active	    {font-size: 12px;color: #FFFFFF; text-decoration: none}
.white a:hover		{font-size: 12px;color: #FFFFFF; text-decoration: underline}  

/*白色加粗字体样式*/
.whitebold {font-size: 12px;color: #FFFFFF;font-weight: bold;}
.whitebold a:link		{font-size: 12px;color: #FFFFFF;font-weight: bold; text-decoration: none} 
.whitebold a:visited	{font-size: 12px;color: #FFFFFF;font-weight: bold; text-decoration: none} 
.whitebold a:active	    {font-size: 12px;color: #FFFFFF;font-weight: bold; text-decoration: none}
.whitebold a:hover		{font-size: 12px;color: #FFFFFF;font-weight: bold; text-decoration: underline}

/*红色下划线字体样式*/
.red {font-size: 12px;color: #FF0000;text-decoration: underline;}
.red a:link		{font-size: 12px;color: #FF0000;text-decoration: underline} 
.red a:visited	{font-size: 12px;color: #FF0000;text-decoration: underline} 
.red a:active	{font-size: 12px;color: #FF0000;text-decoration: underline}
.red a:hover    {font-size: 12px;color: #FF0000;text-decoration: underline}
/*黑色14PX粗体*/
.title {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

/*黑色12PX粗体*/
.title2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/*间距21PX样式*/
.news {
	line-height: 21px;
}

/*期刊文章样式*/
  /*大标题样式*/
.redboldt {
	font-size: 36pt;
	font-weight: bolder;
	color: #FF1111;
	font-family: "楷体_GB2312";
}
  /*单位、时间样式*/
.czxxfb {
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
	font-family: "楷体_GB2312";
}
  /*期标题、正文样式*/
.czxxfb2 {
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	font-family: "宋体";
}

/*文件doc样式*/
  /*大标题样式*/
.redt {
	font-size: 40px;
	font-weight: bold;
	color: #FF1111;
	font-family: "宋体";
}
  /*文章样式*/
.doc2 {
	font-size: 14px;
	color: #000000;
	font-family: "宋体";
	line-height: 20px;
}

