BODY, TD {
	background: black none repeat-y fixed right;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	scrollbar-face-color: #6495ed;
	scrollbar-shadow-color: #000099;
	scrollbar-highlight-color: #000099;
	scrollbar-3dlight-color: #6495ed;
	scrollbar-track-color: Black;
	scrollbar-arrow-color: Yellow;
	margin-left: 0%;
	margin: 5%;
}


A:HOVER {
	color: fuchsia;
	text-decoration: none;
}

A:HOVER, A:ACTIVE {
	color: Red;
	text-decoration: underline;
}


A:LINK, A:VISITED {
	color: #9d2c26;
	text-decoration: underline;
}



HR {
	height: 1pt;
}


H1 {
	font-weight: bold;
	color: #6495ed;
}

H2 {
	font-weight: bold;
	color: #6495ed;
	
}

H3 {
	font-weight: bold;
	color: #6495ed;

}

H4 {
	font-weight: bold;
	color: #6495ed;

}

H5{
	font-weight: bold;
	color: #6495ed;
}

H6 {
	font-weight: bold;
	color: #000099;
	font-style: italic;
}

table {
	background: transparent none;
	border: InactiveBorder;
	border-width: 0px thin thin;
	border-color: ActiveBorder;
}

td {
	background: transparent none;
	border: InactiveBorder;
	border-width: 0px thin thin;
	border-color: ActiveBorder;
}

tr {
	background: transparent none;
	border: InactiveBorder;
	border-width: 0px thin thin;
	border-color: ActiveBorder;
}



