.Arial1White { 
  	font-size:10; 
	font-family:ARIAL; 
	font-style:normal; 
	color:white; 
} 

.Arial2White { 
  	font-size:13; 
	font-family:ARIAL; 
	font-style:normal; 
	color:white; 
} 

.Arial3White { 
  	font-size:16; 
	font-family:ARIAL; 
	font-style:normal; 
	color:white; 
} 

.Arial1Black { 
  	font-size:10; 
	font-family:ARIAL; 
	font-style:normal; 
	color:black; 
} 

.Arial2Black { 
  	font-size:13; 
	font-family:ARIAL; 
	font-style:normal; 
	color:black; 
}

.Arial3Black { 
  	font-size:16; 
	font-family:ARIAL; 
	font-style:normal; 
	color:black; 
}

.Arial3Red { 
  	font-size:16; 
	font-family:ARIAL; 
	font-style:normal; 
	color:red; 
}


.ButtonBlue {
    BACKGROUND-COLOR: #000099;
    BORDER-BOTTOM: Black 2px solid;
    BORDER-LEFT: #3333FF 2px solid;
    BORDER-RIGHT: Black 2px solid;
    BORDER-TOP: #3333FF 2px solid;
    COLOR: #ffffff;
    CURSOR: hand;
    FONT-FAMILY: verdana, arial, helvetica;
    FONT-SIZE: 68.75%;
	FONT-WEIGHT: bold
}

a.menu { 
  	font-size:13; 
	font-family:ARIAL; 
	font-style:normal; 
	color:white; 
} 

a.world_link { 
  	font-size:13; 
	font-family:ARIAL; 
	font-style:normal; 
} 

.menubg a {
	background-color: #9e0a0a;
	border-bottom: 1px solid #c6cece;
	border-top: 1px solid #c6cece;
	border-right: 2px solid #c6cece;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 6px;
}

.menubg a:hover {
	background-color: #102078;
}