body{
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: transparent;
	/*scrollbar-3dlight-color : White;
	scrollbar-arrow-color : #FFA500;
	scrollbar-base-color : #AAAAAA;
	scrollbar-darkshadow-color : White;
	scrollbar-face-color : White;
	scrollbar-highlight-color : #FFAA00;
	scrollbar-shadow-color : #FFA500;
	scrollbar-track-color : White;
	background: transparent url(graphics/background.gif) no-repeat scroll bottom right;*/

}

A{
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	background-color: transparent;
}

A:hover{
	color: #666666;
	background-color: transparent;
}

.main{
	font-size: 9px;
}

.clock{
	font-size: 9px;
}

.subnav{
	font-size: 9px;
}

.validate{
	font-size: 9px;
}

.currentSection{
	font-weight: bold;
	color: #FFA500;
	background-color: transparent;
}

.container{
	width: 800px;
	height: 100%;
}

.smallHeader{
	font-weight: bold;
	font-size: 12px;
}

.smallHeaderLite{
	font-size: 12px;
}

.largeHeader{
	font-weight: bold;
	font-size: 14px;
}

.orange{
	color: #FFA500;
	background-color: transparent;
}

.input{
	background-color: White;
	border: 1px solid #FFA500;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	width: 200px;
}

.submit{
	background-color: White;
	border: 1px solid #FFA500;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #666666;
}