/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #e6e6f2;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

a.banner:link {
	text-decoration:none;
	color:#FFFFFF;
}

a.banner:visited {
	text-decoration:none;
	color:#FFFFFF;
}

a.banner:hover {
	text-decoration:underline;
	color:#006600;
}