/* CSS Document */

body {
color: #FFFFFF;
background: #000066;
font: Arial;
link: #FFFFFF;
vlink: #00CCFF;
}
a {
color: #00CCFF;
link: #00CCFF;
}


.deadmember
	{
	color: #000000;	
	}

.stalemember 
	{
	color: #9999cc;	
	}

.stalemember a
	{
	color: #9999cc;	
	}


table.memberlist{
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-collapse: separate;
	background-color: 333366;
	width: 80%;
}


table.memberlist td {
	border-width: 0px;
	padding: 5px;
	border-style: solid;
	border-color: ;
	background-color: #666699;
	-moz-border-radius: ;
}

table.memberlist tr.memberentry{
	border-width: 2px;
	border-style: solid;
	background-color: #9999cc;
	-moz-border-radius: ;
}
