﻿body
{
	margin-top: 0px; 
	font-size: 13px;
	color: #b1b1b1;
	font-family: Arial;
	/*font-family:宋体;*/
}

A {
  text-decoration:none; COLOR: #b1b1b1; 
}

A:hover {
	COLOR:#fff; TEXT-DECORATION: none;
}


A.bottom {
  text-decoration:none; COLOR: #9f9f9f; 
}

A.bottom:hover {
	COLOR:#cbcbcb; TEXT-DECORATION: none;
}

A.menu {
  text-decoration:none; COLOR: #b1b1b1; font-size:11px; font-family:Verdana;
}

A.menu:hover {
	COLOR:#fff; TEXT-DECORATION: none; font-size:11px; font-family:Verdana;
}

A.title {
  text-decoration:none; COLOR: #fff;
}

A.title:hover {
	COLOR:#fff; TEXT-DECORATION: underline;
}


.background-color
{
background-color:#d0d0d0;	

}
.position
{
	vertical-align: middle;
	text-align: center;
	padding-top:100px;
}
.position1
{

	vertical-align: middle;
	text-align: center;
	padding-top:0px;
}
.position2
{
	vertical-align: middle;
	text-align: center;
	padding-top:0px;
	background-image:url(../images/top_bg.jpg);
	width:964px;
	height:64px;
	
	
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.white
{
	font-family:Arial;
	font-size:13px;
	color:#B3BAC1;
}