
BODY {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : black;
	font-size : 10pt;
	background-color : black;
}

A {
	color : white;
	font-size : 10pt;
	TEXT-DECORATION: underline;
	font-family : Arial, Helvetica, Verdana, sans-serif;
}

A:Visited {
	COLOR: white;
	TEXT-DECORATION: underline;
	font-weight: normal
}

.title {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : orange;
	font-size : 11pt;
	font-weight : bold;
}


A:Active {
	COLOR: Fuchsia;
	TEXT-DECORATION: none;
	font-weight: normal
}

A:Hover {
	COLOR: Yellow;
	TEXT-DECORATION: underline;
	font-weight : normal
}

.copy {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : White;
	font-size : 10pt;
	font-weight : normal;
}
.graycopy {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #cccccc;
	font-size : 8pt;
	font-weight : normal;
}


.header {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #FF9900;
	font-size : 12pt;
	font-weight : bold;
}

.leftnav {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : white;
	font-size : 9pt;
	font-weight : normal;
}

.footer {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : white;
	font-size : 8pt;
	font-weight : normal;
}

.intro {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : white;
	font-size : 10pt;
	font-style : italic;
}

input{
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 10pt;
	background : White;
}

}
.navbar {
	color : silver;
	font-size : 12px;
	TEXT-DECORATION: underline;
}
LI {
	font-family : Arial, Helvetica, sans-serif;
	list-style : circle;
}
