﻿.STYLE1 {
	font-size: 12px;
	color: #000000;
	line-height:22px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
table{
 	border-collapse:collapse;
}
td {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: red;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#mmm td {
	font-size: 12px;
	color:#FFFFFF;
	}
	
.y {
	line-height: 20px;
}

.STYLE2 {
	font-size: 13px;
	color: #FFFFFF;
}


#nav{
	height: 44px;
	width: 939px;
	background: #FFF;
	margin:5px auto;
	}
.vline{
	background: #FF7300;
	width: 1px;
	height: 20px;
	}
#nav ul{
	margin:0px;
	padding: 0px;
	list-style-type: none;
}
#nav li{
	float: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
#nav li a{
	display: block;
	width: 84px;
	line-height: 28px;
	color:  #666;	
	text-decoration: none;
	border-top: 4px solid #FF7300;
	}
#nav li a:hover{
	color:  #FF7300;
	border-top: 4px solid #FFD4B1;	
}
