@charset "UTF-8";
/* CSS Document */


/* SHARED */

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	line-height: 16px;
	color: #999;
}

a:link { 
	color: #333;
	text-decoration: none;
}
	
a:visited {
	color: #CCC;
	text-decoration: none;
}
	
a:hover {
	color: #CCC;
	background-color: #333;
	text-decoration: none;
}

a:active { 
	color: #333;
	text-decoration: none;
}

img {
	border: none;
}


