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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000000;
}
a {
	font-size: 10px;
	color: #0066FF;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #66CCFF;
	text-decoration: none;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.largewhitebold {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.medwhitebold {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.whitetext {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 5mm;
}

.textstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 5mm;
}
.smallgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.bigblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
}
.smallbue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
}

ul{
    list-style:none;
    margin:0 0 1em 15px;
    padding: 0;
}
ul li{
    line-height:1.3em;
    margin: .25em 0;
    padding: 0 0 0 15px;
    background:url(images/bullet.gif) no-repeat 0 7px;
}
html { min-height: 100%; margin-bottom: 1px; }
