 .FirstLevel
 {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma;
	
	white-space: nowrap;
	TEXT-DECORATION: none;
	padding-top: 4px;
 }
 .FirstLevel:visited
 {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma;
	
	white-space: nowrap;
	TEXT-DECORATION: none;
 }
 .FirstLevel:link
 {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma;
	
	white-space: nowrap;
	TEXT-DECORATION: none;
 }
 .FirstLevel:hover
 {
	color: #303030;
	FONT-SIZE: 11px;
 }
 

 .sublevel
 {
	padding-top: 4px;
	padding-bottom: 4px;
 }
 .SubLevel:hover
 {
	font-family: Tahoma;
	font-size:10px;
	color: #303030;
	text-decoration:none;
	padding-top: 4px;
	/*font-weight: bold;*/
 }
 .SubLevel:link
 {
	font-family: Tahoma;
	font-size:10px;
	color: #000000;
	text-decoration:none;
	padding-top: 4px;
	/*font-weight: bold;*/
 }
 .SubLevel:visited
 {
	font-family: Tahoma;
	font-size:10px;
	color: #000000;
	text-decoration:none;
	padding-top: 4px;
	/*font-weight: bold;*/
 }
 
 
 .sublevel1
 {
	padding-top: 4px;
	padding-bottom: 4px;
 }
 .SubLevel1:hover
 {
	font-family: Tahoma;
	font-size:10px;
	color: #303030;
	text-decoration:none;
	padding-top: 4px;
	
	/*font-weight: bold;*/
 }
 .SubLevel1:link
 {
	font-family: Tahoma;
	font-size:10px;
	color: #000000;
	text-decoration:none;
	padding-top: 4px;
	
	/*font-weight: bold;*/
 }
 .SubLevel1:visited
 {
	font-family: Tahoma;
	font-size:10px;
	color: #000000;
	text-decoration:none;
	padding-top: 4px;
	
	/*font-weight: bold;*/
 }
 .tooltip{
	font-size: 10px;
	background-color:#FFFFE1;
	z-index:10;
	width:250px;
	border-style:solid;
	border-color: #162B76;
	border-width:1px;
	align: left;
	/*clip:rect(0 150 50 0); this can be used to clip the tool tip*/
}
.current
{
color : #D00000;
}
