BODY {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color: #FFFFFF;
	scrollbar-highlight-color : #000000;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color : #000000;
	scrollbar-base-color : #FFFFFF;

	border : 0;
	border-top : 0;
	border-top-width : 0;
	border-width : 0 0 0;
}

TD {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.navi {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
A {
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {
	color: #FF9933;
	font-weight: bold;
	text-decoration: underline & overline;
}
.head1{
	color: #FF9933;
	font-size: 18px;
	font-weight: bold;
	font: italic;
}
.head2{
	color: #FF9933;
	font-size: 12px;
	font-weight: bold;
	font: italic;
}
#men1 {
	padding:10px;
}
#men1 a, #men1 a:hover {
	color: #FFF5E1;
	font-weight: normal;
	text-decoration: none;
}
#topbar{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 111px;
	z-index: 10;
	background-color: #fff;
}
#content{	
	position:absolute;
	top: 111px;
	left: 0;
}
h2{
	font-size: 14px;
	margin:2px;
}
#topmenbar{	
	position: fixed;
	top: 111px;
	left: 5px;
	width: 160px;
	z-index: 11;
}

