body
{
	overflow:yes;
	margin: 0px;
	color: #000000;
	background-color:#E8E8E8;
	scrollbar-face-color: #E8E8E8; 
	scrollbar-highlight-color: #000000; 
	scrollbar-shadow-color: #000000; 
	scrollbar-3dlight-color: #E8E8E8; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #E8E8E8; 
	scrollbar-darkshadow-color: #E8E8E8;
}

a.link
{
	color: #000000;
	text-decoration: underlined;
}	
a.link:hover
{
	text-decoration: none;
}

.headline1
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #000000;
}

td
{
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	cellspacing:0px;
	margin:0px;
}

a.bottomlink
{
	color: #ffffff;
	text-decoration: underlined;
}
a.bottomlink:hover
{
	text-decoration: none;
}

a.buttonleft
{
	display: block;
	width:130px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align:center;
	border: 1px solid #000000;
	padding: 1px;
	background: #F2F083;
}
a.buttonleft:hover
{
	color: #000000;
	border: 1px solid #000000;
	background: #FEFCB1;	
}
a.buttonleftactive
{
	display: block;
	width:130px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align:center;
	border: 1px solid #000000;
	padding: 1px;
	background: #FEFCB1;
	cursor: default;
}

a.buttonform
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	padding: 1px 10px;
	background: #F2F083;		
}
a.buttonform:hover
{
	background: #FEFCB1;
}

.leftnavdiv
{
	position:relative;
	top:2px;
	left:2px;
	width:135px;
	height:23px;
	padding:2px;
}

.topnavdiv
{
	position:relative;
	top:3px;
	left:205px;
	width:135px;
	height:23px;
	padding:2px;
}

.headlines
{
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

select, input, textarea
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
	width: 150px;
	color: #000000;
	background: #ffffff;
	margin:2px;
}