/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Î¢ÈíÑÅºÚ";
	font-size: 12px;
	color: #333333;
	background-image: url(index_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.nav a{
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.nav a:hover{
	color: #FFFF00;
}
a{
	text-decoration: none;
	color: #333333;
}
a:hover{
	color: #00CC00;
}
h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #0066CC;
}
h2 {
	font-size: 7px;
	font-weight: normal;
	color: #515151;
	text-indent: -9999px;
}
ul.sidebar li{
	list-style: none;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
}
ul.sidebar li ul li{
	list-style:disc;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
}
table {
	border-collapse:collapse;
}

