﻿body 
{
	 font-family:Tahoma;
	 font-size:12px;
}


a:link {
	text-decoration: none;
	color:Black;
}
a:visited {
	text-decoration: none;
	color:Black;
}
a:hover {
    text-decoration: underline;
}
a:active {
	text-decoration: none;
	color:Black;

}


#body{ width:100%; text-align:center; top:0; left:0; position:absolute}
#jg{ width:100%; font-size:0px; height:5px;}
#jg2{ width:100%; font-size:0px; height:5px;}
#jg3{ width:100%; font-size:0px; height:5px;}
#head{ width:1002px;}
#foot{ width:1002px;}
#text{ width:1002px; background-image:url(images/bj2.gif);background-repeat: repeat-x}
#left{ width:185px; height:600px; text-align:left; float:left; overflow:hidden; clear:left}
#right{ width:815px; text-align:left; overflow:hidden; float:right; clear:right;  vertical-align:top}
#item{  float:right; clear:right; width:50%}

/*白色的链接*/
a.white:link {
	text-decoration: none;
	color:White;	
}
a.white:visited {
	text-decoration: none;
	color:White;
}
a.white:hover {
    text-decoration: underline;
}
a.white:active {
	text-decoration: none;
	color:White;	
}