
a:link, a:visited {
	font-family      : Verdana;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}

a:hover {
	font-family      : Verdana;
	font-size        : 10px;
	color: #ff3300;
	text-decoration: none;
}


a.solurbut:link, a.solurbut:visited {
	font-family      : Arial;
	font-size: 11px;
	color: #006600;
	text-decoration: none;
}

a.solurbut:hover {
	font-family      : Arial;
	font-size        : 11px;
	color: #ff3300;
	text-decoration: none;
}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url('images/menu_bg.png') no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 2px;
	padding-left: 18px;
	height: 22px !important;
	height: 22px !important;
	width: 191px;
	text-decoration: none
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #333333;
}

body{
	scrollbar-face-color: #F1F1F1;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: eeeeee;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: ffffff;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #B6B6B6;
	overflow:auto;
	}