body {
	font-family: Sans-serif;
	font-size: 95%;
	margin: 0;
	padding: 0;
	background-color : #000000;
	
}
.tbl1 
{ 
background: url('back.jpg'); 
background-repeat: no-repeat; 
background-color : #FFF;
margin-top:2em;
margin-bottom:2em;
border: 1px solid #000000;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
} 
#navcontainer { width: 100%; border-top: 0px solid #777;}

#navcontainer ul
{
	margin-left: 0;	padding-left: 0;
	list-style-type: none;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{	display: block;
	width: 100%;
	padding: 0.25em;
	font-weight: bold;
	
	border-bottom: 1px solid #808080;
	color: #4C88BE; text-decoration: none;
}
#navcontainer a:hover	{background-color: #A9D0F5;color: #808080;}


p,main {
	font-family: Sans-serif;
	font-size: 96%;
	color: black;	
}

h1,h2,h3 {
	font-family: Sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #666;
	color: #4C88BE;
}
a {color: #0099FF; text-decoration: none;}
a:visited {color: #808080;}
a:hover {color: #4C88BE;}

