@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#000000;
	color:white;
	font-family:verdana, sans-serif;
	font-size:18px;
}

a
{
	color: white;
	text-decoration:none;
}

a:hover
{
	color: white;
	text-decoration:underline;
}

a:visited
{
	color: white;
	text-decoration:none;
}

hr
{
	color: white;
	text-decoration:none;
}
.BodyTitle
{
	font-size:20px;
}
.BodyText
{
	font-size:14px;
}
.BodyTextSmall
{
	font-size:12px;
}
.BodyList
{padding:10px;
}
.ErrorMsg
{
color:red;
}
.LinkList
{
color:white;
}
.HighlightLink
{
color:#669999;
}
.HighlightLink:visited
{
	color:#669999;
}
