body {
	background-color: #000000;
	margin: 0px;
	color:#cfcfcf;
	font-size:12px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
}
#mainnav{width:720px; height:36px; text-align:center; font-size:12px;}   
#mainnav *{margin:0;padding:0;}     
#mainnav li{float:left;list-style:none;} 
#mainnav li a{display:block; width:80px; height:36px; line-height:36px; color:#fff; text-decoration:none; text-align:center;}
#mainnav li a:hover{background: url(../images/menu_01.gif) no-repeat; color:#FF6600;}
a:link {
	color: #cfcfcf;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cfcfcf;
}
a:hover {
	text-decoration:underline;
	color: #ec6e00;
}
a:active {
	text-decoration: none;
}
a.ind:link {
	color: #056bb5;
	text-decoration: none;
}
a.ind:visited {
	text-decoration: none;
	color: #056bb5;
}
a.ind:hover {
	text-decoration:underline;
	color: #ff0000;
}
a.ind:active {
	text-decoration: none;
}
.line{
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.top_line{ border-top:1px solid #d9d8d8; border-left:1px solid #d9d8d8; border-right:1px solid #d9d8d8;}
