@charset "utf-8";
/* CSS Document */
html {scrollbar-base-color:#006666;
scrollbar-face-color: #336666;
scrollbar-highlight-color: #FF0000;
scrollbar-3dlight-color: #FFFF00;
scrollbar-shadow-color: #003535;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;}

body {
	background-color: #FFFFFF;
}
A {
	TEXT-DECORATION: none;
	font-size: 14px;
}
A:hover {
	BACKGROUND-COLOR: #FFFFFF;
	color: #FFCC00;
	text-decoration: none;
}
.style4 {
	font-size: 14px;
}
.style9 {
	color: #FF6600;
	font-size: x-small;
	font-weight: bold;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color:#FF9966;
	text-decoration: underline;
}
a:active {
	color:#CCCC00;
	text-decoration: underline;
}
.style12 {color: #003300}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	} 
body,td,th {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #003333;
}
.style13 {color: #FF9900}
.style15 {
	font-weight: bold;
	font-size: 12px;
}
.style17 {color: #003300; font-size: 10px; }

/*- Menu 11--------------------------- */
	
#menu11 {
	width: 200px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #5A8471;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu11 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu11 li a:link, #menu11 li a:visited {
	color: #316363;
	display: block;
	background:  url(nav/menu11.gif);
	padding: 8px 0 0 25px;
	}
	
#menu11 li a:hover {
	color: #889944;
	background:  url(nav/menu11.gif) 0 -32px;
	padding: 8px 0 0 27px;
	}
	
