﻿body {	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/bgback.JPG); background-position:center;
	font-size: 9pt;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #1639A9;
	text-decoration: underline;
}
a:link {
	color: #333;
	text-decoration: none;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #333333;
	text-indent: 10px;
}

.disabledLink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #999999;
	text-indent: 10px;
}



/*表格边框色*/
.table_bordercolor
{
	m1:expression(this.borderColorLight='#4F7FC9');/*中层表格亮边框*/
    m2:expression(this.borderColorDark='#D3D8E0');/*中层表格暗边框*/
}

