body {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: arial;
	color: black;
}
	   
#main{ 	
  background-color: #ffffff;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
	width: 800px; 
}				 

#menu{ 	
  background-color: #E3B75B;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px 2px 2px 2px;
	border: 0px solid #000000;
	width: 800px; 	   
	text-align: center;
}
	
#top{ 	
  background-color: #000000;
}
			
#right{ 	
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 2px 8px 2px 25px;
	border: 0px solid #000000;	   
}

 #left{ 	
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px 2px 2px 25px;
	border: 0px solid #000000;
	width: 550px; 	   
	text-align: right;
} 

 #times {
 	width: 100px; 	   
	text-align: center;
}

.menubutton	 { 
	BORDER-LEFT: #ADC3D9 1px solid;
	BORDER-RIGHT: #8595A6 1px solid;
	BORDER-TOP: #ADC3D9 1px solid;
	BORDER-BOTTOM: #8595A6 1px solid;
	BACKGROUND-COLOR: #DDE4EB;
	BACKGROUND-IMAGE: url(button.html);
}

.maintable {
	position: absolute;
	top: 5px;
}	  

.headtext {
	color: #FF9900;		
	font-family: arial;
	font-size: 18pt;
	font-weight: bold;
}	

.topbar {
	position: absolute;
	color: #CCFF00;
	left: 50px;
	top: 10px;
	font-family: times new roman;
	font-size: 11pt;
	font-weight: none;
}	

.logoheader {
	position: absolute;
	color: #00FFFF;
	right: 240px;
	top: 50px;
	font-family: rod, narkisim, times new roman;
	font-size: 22pt;
  font-weight: bold;
}

.title {
	color: #3333CC;
	font-family: times new roman;
	font-size: 14pt;
  font-weight: none;
}

.copyright {
	color: green;
	font-family: arial;
	font-size: 9pt;
    text-align: center;
}

.small {
	font-size: 5pt;
} 

.news{ 	  
	text-align: right;
	font-family: arial;
	font-size: 10pt;
}

a {
	color: #5E5E5E;
	font-family: arial;
	font-size: 11pt;
	text-decoration: none;
  font-weight: bold;
}

a.norm {
	color: #0000FF;
	font-size: 10pt;
	text-decoration: none;
  font-weight: bold;
}

a:hover   {
  color : #FF310D;
	text-decoration: none;}

