@charset "utf-8";
body {
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
.menu {
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background-color: #FF0000;
	width: auto;
}

.menu a {
	width: auto;
	display: block;
	text-indent: 2px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 0;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.menu a:active {
	color: #000000;
	text-decoration: none;
}
.newsHeading {
	font-weight: bold;
	color: #FF0000;
	font-size: 13px;
}
.link {
	color: #FF0000;
	text-decoration: underline;
}
a.link {
	color: #FF0000;
	text-decoration: underline;
}
a.link:visited {
	color: #FFCC00;
	text-decoration: underline;
}
a.link:hover {
	color: #000000;
	text-decoration: underline;
}
a.link:active {
	color: #FF0000;
	text-decoration: underline;
}
.red {
	color: #FF0000;
}
