/* CSS Document */
body {
	color: #FFFFFF;
	font-size: 100.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0em;
	padding: 0em;
	background: transparent;
	text-align: left;
	vertical-align: top;
	left: 0em;
	top: 0em;

:rtl;
	SCROLLBAR-FACE-COLOR: #821118; SCROLLBAR-HIGHLIGHT-COLOR: #333333; SCROLLBAR-SHADOW-COLOR: black; SCROLLBAR-TRACK-COLOR: #202020; SCROLLBAR-DARKSHADOW-COLOR: black; SCROLLBAR-BASE-COLOR: #202020; SCROLLBAR-ARROW-COLOR: #FFFFFF;scrollbar-3dlight-color:#EFD79A;
}
a{
	color: #0099FF;
	text-decoration: none;

}
a:hover{
	color: #FFCC00;
	text-decoration: underline;
}
p
{
	font-family: Verdana, sans-serif;
	font-size: 70%;
	line-height: 1.3em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.blue-text {
	color: #0099FF;
}
.gold-text {
	color: #E6B559;
}
.textsmall
{font-family: Geneva, Verdana, sans-serif;font-size: 65%;line-height: 1.5em;color: #FFFFFF;text-decoration: none;text-align: justify;}

ul li{
	font: 72%/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: square outside;
}
ol{
	font: 72%/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: square outside;
}


#lists {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0em;
	height: 7em;
	width: 19em;
	position: absolute;
	left: 0em;
	top: 3em;
	padding: 0em;
	z-index: auto;
}
/* :root is an invalid pseudo class but mozilla knows it */
:root code
{
	font-size: 120%;	/* monospace fonts are typically smaller that 
				   'normal' fonts under Mozilla. */
}

/*
	Time to try and get all the heading elements to the same size 
	regardless of browser. (IE seems to put them a big bigger
	than Mozilla, typically.)
*/
h1
{
	font-size: 125%;
	font-family: Georgia, Verdana, sans-serif;
	color: #E9BF5F;
	filter: Shadow(Color=000000, Direction=130);
}
h2
{
	font-size: 110%;
	font-family: Georgia, Verdana, sans-serif;
	font-style: italic;
	color: #FFFFFF;


}
h3
{
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0em;
	padding: 0em;
	font-style: italic;
	line-height: 1em;




}
h4
{
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;


}
h5
{
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}
h6
{
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}
.welcome {
	font: italic 80%/16px Verdana, Arial, Helvetica, sans-serif;
	color: #E6B559;
	text-align: left;

}
hr {
	font-size: 0em;
	margin: 1em 0em;
	padding: 0px;
	height: auto;
	width: 98%;
	border: 1px dashed #666666;
}
.Hand {
	cursor: hand;
	color: #0099FF;
	text-decoration: underline;
}
.page-background {
	background: #000000;
	margin: 0px;
	padding: 5px;
	height: 498px;
	width: 498px;
	border: 1px solid #CCCCCC;
}
