/* CSS Document */
a:link {
	color:#e9e9e9;
	text-decoration: none;
   }
a:visited {
   	color:#ffffff;
	text-decoration: none;
   }
a:active {
	color:#ffffff;
	text-decoration: none;
   }
a:hover {
	color:#FF9933;
	text-decoration:underline; 
   }
td {
	font-size: 9px;
	font-weight: 500;
	background-color:#333333;
	color:#FFFFFF;
}
.list {
	font-size:11px;
	font-weight:500;
	color:#9abdd8;
}
body {
	background-color: #e9e9e9;
	font-family: Verdana, Arial, Helvetica;
}
img {
	border: 0;
}
.left {
	margin-top: -3px;
	margin-left: -38px;
}

