/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height:16px;
	color: #000000;	
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;		
}

a:hover {
	text-decoration: none;
	color: #000000;	
}

a:active {
	text-decoration: none;
}

