/* CSS Document */

body,td,th {
	font-size: 13px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:160%;
}
body {
	margin-top: 0px;
}

.test ul{list-style:none;} 
.test li{float:left;width:80px;background:#525557;margin-left:2px;line-height:35px;} 
.test a{display:block;text-align:center;height:30px;} 
.test a:link{color:#fff;background:url(arrow_off.gif) #525557 no-repeat 5px 12px;text-decoration:none;} 
.test a:visited{color:#fff;text-decoration:underline;text-decoration: none;} 
.test a:hover{color:#FFF; font-weight:bold;text-decoration:none;background:url(arrow_on.gif) #434343 no-repeat 5px 12px;}  

.nr {
     font-size:13px;
	 line-height:180%;
	 }
	 
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}