@charset "utf-8";
/* CSS Document */

body {
	background-color:#000033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
a {
	text-decoration:underline;
	color:#000033;
	}
	
a:hover {
	color:#FF0000;
	}
	
td.nav {
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFDD;
	text-transform:uppercase;
	text-align:right;
	}
	
td.end {
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
	font-size:10pt;
	padding: 4px 0px 0px 0px;
	}

tr.mem {
	color: #000033;
	font-weight:bold;	
	font-size:8pt;		
	}	
	
td.mem {
	color: #000033;
	font-weight:normal;	
	font-size:6pt;		
	}	
	
div.main {
	background-color:#F5F5DC;
	border:1px solid black;
	width:640px;
	height:120px;
	text-align:left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px; 
	}

div.home {
	background-color:#F5F5DC;
	border:1px solid black;
	width:620px;
	height:420px;
	overflow:auto;
	text-align:left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px; 
	}	
	
div.memscroll {
	background-color:#F5F5DC;
	border:1px solid black;
	width:540px;
/* 	height:420px;  */
	overflow:auto;
	text-align:left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px; 
	}	


div.memberlist {
	background-color: #F5F5DC;
	border: 1px solid red;
	width: 560px;	
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size:7pt;	
	}	

div.editlist {
	background-color: #F5F5DC;
	border: 1px solid red;
	width: 580px;	
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-size:7pt;	
	}	
	
div.main#space {
	height:16px;
	width:620px;
	padding:0px;
	font-size:7pt;
	color:#666666;			
	text-align:right;	
	}
div.home#space {
	height:16px;
	width:620px;
	padding:0px;
	font-size:7pt;
	color:#666666;			
	text-align:right;	
	}	
	
div.20px
{
	height:20px;
/* background-color:#FF0000;  */
	}
	
h1
{
	font-size:14pt;
	color:#999999;		
	}
h2
{
	font-size:11pt;
	border-bottom:1px solid #F5F5DC;
	max-width:400px;
	height:30px;
	background-image:url(../images/headerbg4.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:38px;
	}
h3
{
	font-size:10pt;
	color:#666666;		
	}	
h4
{
	font-size:9pt;
	color:#444444;		
	}	
h5
{
	font-size:8pt;
	color:#333333;		
	}	
h6
{
	font-size:7pt;
	color:#666666;		
	}	
p
{
	font-size:9pt;
	color:#666666;	
	}	
	
p.add {
	color: #CCCCCC;
}	
	
img.leftbody
{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}
	
#contactform {
	background-color: #EEEEFF;
	border: 1px solid red;
	width: 560px;
	text-align: left;
	padding: 2px;
	color: #000000;
	font-size:9pt;	
	}

#edittable	 {
	font-size:6pt;
}

.pt8 {
	font-size:8pt;
	padding: 0px 0px 0px 14px;

}
.pt9 {
	font-size:9pt;
	padding: 0px 0px 0px 6px;
}
.pt11 {
	font-size:11pt;
	font-weight:bold;
}

#search_form {
	background-color:#FFFFEE;
	font-size:9pt;		
	width: 630px;
	text-align:left;
	padding:2px;
	}
	
#membertable {
	width: 480px;
	background-color:#FFFFEE;	
}
#simpletable {
	width: 700px;
	background-color: #F5F5DC;
	font-size: 9pt;		
	text-align: left;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 40px;
}
.darklink {
	color:#444444;		
}
.lightlink {
	color:#F5F5DC;		
	font-size:8pt;			
}