body
{
	font-size:70%;
	color:#000000;
	margin:0px;
	overflow:scroll;
	background-image:url(images/background.JPG);
}

body
{
	font-family:verdana,helvetica,arial,sans-serif;
}

table.headertable {
	background-image:url(images/topback.JPG);
	margin:auto;
}

.contenttable {
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
}

.welcometable {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px; 
	color: #000000;
}

.logintable {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
}

.loginboxes {
	border: 1px solid #646464;
	color: #000000;
}

.registertable {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
}

.registerboxes {
	background-color:#dadfe8;
	border: 1px solid #646464;
	color: #000000;
	width: 200;
}

.regerrorboxes {
	background-color:#ebeff9;
	border: 1px solid #646464;
	color: #000000;
	width: 200;
}

.nav_table {
	font-size: 18px; 
	color: #000000;
}

.nav_a {
	font-weight: 700; 
	font-size: 14px; 
	font-family: helvetica,arial,sans-serif;
	background-color:#00458c;
	border: 1px solid #ffffff;
	color: #acb5cd;
	width: 166;
	height: 24;
}

.nav_b {
	font-weight: 700; 
	font-size: 14px; 
	font-family: helvetica,arial,sans-serif;
	background-color:#eeee00;
	border: 1px solid #ffffff;
	color: #00458c;
	width: 166;
	height: 24;
}

.statustable {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
}

/*-------------------------MENU--------------------*/
	
ul { list-style:none; margin:0; padding:0; }
li { float:left; width:100px; margin:0; padding:0; text-align:center; }
li a { display:block; padding:5px 10px; height:100%; color:#FFF; text-decoration:none; border-right:1px solid #FFF; }
li a { background:url(images/menuslider.JPG) repeat 0 0; }
li a:hover { background-position:50px 0; }

strong { font-weight: bold; }
