a:link {  
   color: #000011;
   font-weight: normal;
   text-decoration: underline;
} 
a:active { 
   color: #000011;
   font-weight: normal;
   text-decoration: none;
} 
a:visited { 
   color: #000011;
   font-weight: normal;
   text-decoration: underline;
} 
a:hover { 
   color: #000011; 
   font-weight: normal;
   text-decoration: underline;
}

div.header {
	background: url('images/logo.gif') no-repeat;
	height: 150px;
	width: 777px;
}

div.nav {
	background: url('images/nav.gif') no-repeat;
	padding-top: 7px;
	font-weight: bold;
	color: #FFFFFF; 
	width: 777px;
	height: 25px;
}
div.nav a:link {  
   	color: #FFFFFF;
   	font-weight: normal;
   	text-decoration: none;
} 
div.nav a:active { 
  	 color: #FFFFFF;
  	 font-weight: normal;
   	 text-decoration: none;
} 
div.nav a:visited { 
   	color: #FFFFFF;
   	font-weight: normal;
   	text-decoration: none;
} 
div.nav a:hover { 
   	color: #EEEEEE; 
   	font-weight: normal;
   	text-decoration: underline;
}


.red {
	color: #FF0000;
	font-weight: bold;
}

div.footer {
	background: url('images/footer.gif') no-repeat;
	padding-top: 7px;
	font-weight: bold;
	color: #000000; 
	width: 777px;
	height: 25px;
}

.tableheader {
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	border: solid #000000;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 0px;
	text-align: center;
	color: #000000;
	background-color: #27327C;
	border: 2px solid #000000;
	background: url('images/table_header.gif') ;
	background-repeat: repeat-h;

}

.tablebody {
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	border: solid #000000;
	border-width: 0px 2px 2px 2px;
	margin-bottom: 0px;
	background-color: #FFFFFF;

}
.nav a, .nav a:visited, .nav a:active, .nav a:active {
	color: #000000;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}

body {
	margin-top: 0px; 
	font-size: 12px; 	
	font-family: Verdana,Tahoma; 
	text-align: center;
	color: #000000;
	background-image: url('images/bg.gif');
	background-position: center;


}
.mainbody {
	margin-top: 0px; 
	text-align: center;
	color: #000000;
	width: 710px;
    	background-image:url('images/white_bg.gif');


}

.ram {
    	background-image:url('images/hg.gif');
	margin: 0px auto;
	text-align: center;
	width: 777px;
}

textarea, input, select {
	font-size: 10px;
	font-family: Verdana, arial;
	border: 1px solid #000000;
	background: #e8e8e8;
}
textarea {
	background-repeat: no-repeat;
	background-position: bottom right;
}
