/*-------------------------------------------------*/

html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background: #ffffff;
	font-family: verdana, lucida, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
}

a, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.banner:link, a.banner:visited {
	color: #000000;
	text-decoration: none;
}

a.banner:hover {
	color: #0044cc;
	text-decoration: none;
}
