body {
	padding:0;
	margin-top: 21px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: transparent;

}
	
#arrows {
	position: fixed;
	top: 1px;
	left: 0px; 
	width: 200px;
	height: 20px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 30px;
	height: 20px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 30px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	text-indent: 0px;
}	

	
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a {
	font-size: 10px;
	color: #666666
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

