html,body {
	background-color: #000000;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
	text-align: center; /* for IE */ 
	}

div#centered { 
 width: 960px; /* or a percentage, or whatever */ 
 margin: 0 auto; /* for the rest */ 
}

a:link {text-decoration: none; color: #006633; font-weight: bold;}
a:visited {text-decoration: none; color: #006633; font-weight: bold;}
a:active {text-decoration: none; color: #006633; font-weight: bold;}
a:hover {text-decoration: underline; color: #666666; font-weight: bold;}

table.maintable {
	width: 960px;
	height: 867px;
	margin: 0;
  border: 0;
  padding: 0;
}

table.navigation {
  width: 95%;
	margin: 0;
  border: 0;
  padding: 20px;
}

table.clients {
	width: 626px;
	height: 215px;
	margin: 0;
  border: 0;
  padding: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #009933;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #333;
}

p {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
	 line-height: 150%;
	 text-decoration: none;
	 color: #000000;
}

.copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

.login {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #ECECEC;
	border: 1px solid #333333;
}

input {
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
}

.submit {
  color: #ECECEC;
  background: #333333;
	font-weight: bold;
	font-size: 10px;
}

td.bodytop {background-image:url(../images/body_top.gif)} 
td.bodybackground {background-image:url(../images/body_background.gif)} 
td.bottomleft {background-image:url(../images/bottom_left.gif)} 

