/* CSS Document */

 
 a.menu:link {
	font-family: Arial;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
 }
 
 
  a.menu:hover {
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;	 
	font-weight: bold;
	color: #FFFF00;
 
 }
 
  a.flag:link {
	text-decoration: none;
		
 }
 
 
  a.flag:hover {
	text-decoration: none;	 
	background-color: #CCCCCC;
 
 }
 
 
 
 
 
 .text1 {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;	 
	font-weight: bold;
	color: #FFFFFF;
	
 
 }
 
  .text {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;	 
	color: #FFFFFF;
	
 
 }
 
 
  .title {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #ed3a07;
	
 
 }
	
 
 