/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8px;
	color: white;
	
}
 A:active {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
 A:link {
	font-family: Arial, Helvetica, Sans-serif;
	color: #999999;
	text-decoration: none;
}
 A:visited { color: #999999; 
	font-family: Arial, Helvetica, Sans-serif; 
 font-variant: normal; 
 text-decoration: none ;}


 A:hover { color: #cccccc;}  
 
 
 
 
 
 
 UL {
	font-size: 8pt;
	list-style-type: none;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	text-align: left;
}

 
 H1 {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	font-weight: normal;
	text-transform: uppercase;
}

 P {
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;;
}

 .TextNavBar {
	font-family:  Arial,Helvetica,Sans-serif;
	font-size: 9px;
	letter-spacing: 2pt;
	text-decoration: none;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	text-align: left;
}


 
 
 ul#Navigation li {
	 font-family:  Arial,Helvetica,Sans-serif;
	font-size: 11px;
	list-style: none;
	text-align: left;
	color: #999999; 
}

  ul#Navigation a {
	  font-family:  Arial,Helvetica,Sans-serif;
  font-size: 11px;
    text-decoration: none;
    color: #999999; 
  }
  ul#Navigation a:hover {
	  font-family:  Arial,Helvetica,Sans-serif;
  font-size: 11px;
    color: #333333; 
  }
 
