BODY
    {	background: #FFFFFF;
		font-family: arial; 
		font-weight: normal; 
		font-style: normal; 
		font-size: 9pt; 
		color: black;
	 }

TABLE, DIV {	
		font-family: Tahoma; 
		font-weight: normal; 
		font-style: normal; 
		font-size: 11px; 
		color: black;
	 }

.LanguageSelector {
		font-family: Tahoma;
		font-weight: normal; 
		font-style: normal; 
		font-size: 11px; 
		color: #0033CC;
	 }

.LanguageSelector:link, .LanguageSelector:visited {
		color: #0033CC;
	 }
.LanguageSelector:hover, .LanguageSelector:active {
		color: #29166F;
	 }

.NavigationLeftMenu {
		font-family: Tahoma;
		font-weight: bold; 
		font-style: normal; 
		font-size: 11px; 
		text-decoration: none;
		color: #2B4A5E;
	 }
		
.NavigationLeftMenu:link, .NavigationLeftMenu:visited {
		color: #2B4A5E;
	 }
.NavigationLeftMenu:hover, .NavigationLeftMenu:active {
		color: #0033CC;
	 }
 
.NavigationMore {
		font-family: Tahoma;
		font-weight: normal; 
		font-style: normal; 
		font-size: 11px; 
		color: #0033CC;
	 }
		
.NavigationMore:link, .NavigationMore:visited {
		color: #0033CC;
	 }
.NavigationMore:hover, .NavigationMore:active {
		color: #29166F;
	 }
    
