body
{
	background-color: black;
	margin: 0px;
	font-size: 0.9em;
	font-family: Verdana, Geneva, sans-serif; 
}

input,textarea
{
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6, p, td, ul, form, input, textarea
{
	font-family: Verdana, Geneva, sans-serif; 
	margin: 0px 0 0 0; 
	line-height: 140%;
}

h1
{ 
	font-size: 2em; 
	color: #ccc; 
	font-weight: normal; 
}

h2 
{ 
	font-size: 1.85em; 
	color: #ccc; 
	font-weight: normal; 
}

h3 
{ 
	font-size: 1.71em; 
	color: #ccc; 
	font-weight: normal; 
} 

h4 
{ 
	font-size: 1.57em; 
	color: #ccc; 
	font-weight: normal;
}

h5 
{ 
	font-size: 1.42em; 
	color: #ccc; 
	font-weight: normal; 
} 

h6 
{ 
	font-size: 1.28em; 
	color: #ccc; 
	font-weight: normal; 
}
.whiteLink
{
	color: white;
}
.noPrint
{
	display: none;
}
a 
{ 
	color: #F36F20; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
a:hover 
{ 
	text-decoration: underline; 
}
#mainDiv
{
	position: relative;
	top: 50px;
	width: 725px;
	background-color: white;
	padding: 1px;
	text-align: left;
}
#menuDiv
{
	display: none;
}
#towerDiv
{
	width: 189px;
	float: left;
}
#bodyDiv
{
	float: left;
	padding-top: 50px;
	padding-right: 85px;
	width: 450px;
}
#footerDiv
{
	display: none;
}
.whiteLink
{
	color: white;
	font-size: 0.8em;
}
.whiteLink:hover
{
	text-decoration: none;
}
ul 
{ 
	padding: 10px 0 5px 40px; 
	margin-top: 0;
}

ul li 
{ 
	list-style-image: url(../images/bullet.gif); 
	padding: 0 0 0 5px;
}
