a:link
{
	color: rgb(0,175,255); 
	Text-decoration: none;
}
a:hover
{
	color: rgb(0,200,255); 
	text-decoration: underline;
}
a:visited
{
	color: rgb(0,175,200); 
	Text-decoration: none;
} 
a:active 
{
	color: rgb(210,224,255);
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(245,245,215);
}
table
{
}
CAPTION
{
	font-size: 10pt;
	font-family: Book Antiqua, Arial, Verdana, Times New Roman;
}
TD
{
/*	border-style: ridge*/
	border-width: 1px;
	padding: 3px;
	font-size: 10pt;
}

h1, h2, h3, h4
{
	font-family: Book Antiqua, Arial, Verdana, Times New Roman;
}
h1
{
	color: rgb(210,224,255);
}
h2
{

	color: rgb(225,80,172); 
}
h3
{
	color: rgb(225,100,100); 
}
h4
{
	color: rgb(255,125,125);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}
P
{
	text-indent:5pt;
}
#Banner
{
	z-index:75;
	position:absolute;
	width=100%;
	height=90px;
	text-align: center;
	font-size:7pt;
}

#NavBar
{
	position: absolute;
	top:100px;
	height:30px;
	z-index:100;
}
#NavBar TABLE
{
	padding: 5px;
	
}
#NavBar TD
{
	z-index:100;
	border-left:1px inset rgb(255,100,100);
	border-right:1px outset rgb(255,200,200);
	border-top:1px inset rgb(255,100,100);
	border-bottom:1px outset rgb(255,200,200);
	text-align: center;
    padding: 3px;
	
}
#Menu
{
/*	background-color: rgb(0,0,155);*/
	z-index: 90;
	position: absolute;
	left: 0px;
	top: 140px;
	width: 130px;
}
#Menu TABLE
{
/*	background-color: rgb(155,0,0); */
	z-index: 100;
	position:relative;
	left:3px;
	top:35px;
	width: 95%;
}
#Menu TD
{
	z-index:100;
	text-align: center;
	border-left:1px inset rgb(225,100,100);
	border-right:2px outset rgb(225,100,100);
	border-top:1px inset rgb(225,100,100);
	border-bottom:2px outset rgb(225,100,100);
	padding: 3px;
}
#PageTitle
{
/*	background-color: rgb(0,0,155);*/
	z-index:100;
	position:absolute;
	left: 135px;
	top: 155px;
	width: 80%;
	text-align: left;
}
#Content
{
/*	background-color: rgb(0,0,155);*/
	z-index:90;
	position:absolute;
	left: 140px;
	top: 200px;
	width: 80%;
	font-size: 10pt;
	color: rgb(245,245,215);
}

#Quote-Disc
{
	font-size: 10pt;
	font-style: italic;
	color: #FFFFFF;
	float: right;
	position:relative;
	top: -10px;
}
#Under-Menu
{
	position:absolute;
	top:300px;
	left:-10px;
	text-align:center;
}
#Footer
{
	clear: left;
	position:relative;
	left:-15%;

	/*top:90%;*/
	margin-top:10px;
	width: 100%;
	text-align: center;
	font-size: 8pt;
}
