@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: white;
	margin-top: 0;	
}


img {
border:0;
}

a:link {
	color: #060;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #693;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #060;
}

