/* CSS Document */
body {
	background-color: #000000;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #663399;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.navbar a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.navbar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navbar2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.navbar2 a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.navbar2 a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.navbar2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.dottedline {
	background-image: url(/images/dotted-line.gif);
	background-repeat: repeat-x;
	background-position: center;
}