body { 
	background-color: #FFFFFF;
}
.body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu{
        width: 770;
        background-color: #333; }



.menu ul{
        margin: 0; padding: 0;
        float: left;}

.menu ul li{
        display: inline;}

.menu ul li a{
        float: left; text-decoration: none;
        color: white; 
        padding: 8px 30px;
        background-color: #333;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:	bold;
 }

.menu ul li a:visited{
        color: white;}

.menu ul li a:hover, .menu ul li .current{
        color: #fff;
        background-color:#c80000;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
}

.nav ul {
list-style-type: none;
background-image: url(../images/navi_bg.png);
height: 30px;
width: 770px;
margin: auto;
}

li.nav {
float: left;
}

.nav ul:a {
background-image: url(../images/navi_bg_divider.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 32px;
padding-left: 32px;
display: block;
line-height: 30px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 21px;
color: #0000ff;
}

ul a:hover {
color: #FFFFFF;
}

table.border {

	border: 3px solid #EAECF0;
}



  a:link	{	
	text-decoration:	none;
	font-weight:	bold; 
	color:	#cc0000;
	background:  none;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#000080;
	background:  none;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#cc0000;
	background:  none;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#c80000;
	background:  none; 
	}

.heading {
	font-family: Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}

.content {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #494949;
}
.footer {
	font-family: Arial, Helvetica;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
}

