/* CSS Document */
body {
	margin:0px 0px 0px 0px;
	background-color:#252525;
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.style1 {font-size: xx-small}
.style2 {font-size: x-small}
#table {
	padding:5px;}
.style5 {font-size: x-small; font-style: italic; }
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: none;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}
.style6 {
	font-size: small;
	color: #FFFFFF;
}
h1 {
	color: #CC0000;
	font-size:medium;
	font-weight:bold;
}
.style7 {color: #CC0000}

.style8 {color: #FF0000}

.dash {border-bottom:dashed 1px #999999;}