body {

	margin: 0px;
	margin-left: 5px;
	padding: 0px;	
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.8em;	
	background-image: url('bg_image.jpg');
	background-repeat: repeat-x;
		
}
		
h1 
{		
	padding-left: 15px;
	color: white;		
}

h3
{
	text-align: center;	
}
		
table 
{
		
	padding: 0px, 0px, 0px,	0px;
	margin:	0px;
	border-collapse: collapse;
		
}
		
.menu 
{
	
	color: Red;
	font-family: Arial;
	
}

.menu table 
{
	border-top: solid 2px black;
	width: 100%;
	font-family: Arial;
}

.menu td
{
		background-color: rgb(28,161,253);
		border-bottom: solid 2px black;
		border-top: solid 2px black;
		border-left: solid 2px black;
		border-right: solid 2px black;
		margin-bottom: 5px;
		text-align: center;
		vertical-align: super;
		padding-top: 10px;
		padding-bottom: 10px;
		
				
}

.menu td:hover 
{
	background-color: orange;
}	

.menu td.active 
{
	
	background-color: rgb(100,52,254);
	border-bottom: solid 2px black;
		border-top: solid 2px black;
		border-left: solid 2px black;
		border-right: solid 2px black;
		margin-bottom: 5px;
		text-align: center;
		vertical-align: super;
		padding-top: 10px;
		padding-bottom: 10px;
	
}

.menu a.active 
{
	
	font-weight: bold;
	
}

.menu a.active:visited
{
	
	color: white;
	font-weight: bold;
}

.menu a 
{
	
	text-decoration: none;
	color: white;
	font-weight: bold;
	
}

.menu a:visited
{
	text-decoration: none;
	color: white;
	font-weight: bold;
	
}


.logo_area 
{
	float:left;
	
}

.logo_area td 
{
	
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;	
	
}
