
body {
margin-top:"0"; 
margin-left:"0"; 
background-color: rgb(117, 29, 41); 
/*  red maroon*/
}

.basefont {font-family: verdana,arial,helvetica,sans serif; font-size: 12px; color: black }

.input {font-family: verdana,arial,helvetica,sans serif; font-size: 10px; color: black; width: 100% }
.head1 {font-family: verdana,arial,helvetica,sans serif; font-size: 11px; color: white; font-weight: bold }
.field {font-family: verdana,arial,helvetica,sans serif; font-size: 11px; color: black }

h1.clientlogin {font-family: verdana,arial,helvetica,sans serif; font-size: 20px; color: #f6e417; font-weight: bold }
h1.banner{font:verdana; font-size:22px; color:rgb(117, 29, 41); font-weight: bold }

a:link       { font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 12px; color: black; text-decoration: none }
a:visited    { font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 12px; color: #418EB5; text-decoration: none }
a:hover      { font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 12px; color: #7DB6D0; text-decoration: none }

#container {
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	margin: 0 auto 0 auto;
	text-align:center;  
	
	background: rgb(117, 29, 41); /*#fff;*/
	overflow: hidden

}

 table {
     background-color: #fff;
}