/* menu rollovers */
/* end menu rollovers */

body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

a:link, a:visited, a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

.page {
	width: 11px;
	height: 11px;
	font-size: 10px;
	color:#000;
	background: #fff;
	border: 1px solid #787777;
	margin-right: 0px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #fbfbfb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.page:link, a.page:visited, a.page:active {
color: #000;
text-decoration: none;
	font-size: 10px;
}

a.page:hover {
color: #000;
	background-color: #fff;
	border: 1px solid #000;
}

a.black:link, a.black:visited, a.black:active {
color: #000;
text-decoration: underline;
	font-size: 11px;
}

.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}

.white {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
}

a.white:hover {
	color: #33CCFF;
}

a.white:link, a.white:visited, a.white:active {
color: #fff;
	font-size: 11px;
}

#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 31;
	position: fixed;
	left: 0px;
	width: 100%;
	bottom: 0px;
	height: 30px;
	color: #999999;
	/*
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #993300;
	*/
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

