A:link	{	color: #ff0000;	}
A:visited	{	color: #ff0000;	}
A:active	{	color: #00ff;	}
A:hover { color:#0000ff; }

.default	{ font-family: Arial, Helvetica, sans-serif; }

h1 {	
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: 800;
	}

h2 {	
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 600;
	}

h3 {	
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 900;
	}

blockquote, p, li, td, caption	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 600;	
	}

p.small	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;	
	}

table.MenuBar	{
	background-color: #993300;
	float: right; color
	}

table.Shadow	{
	filter: shadow(color=#696969);
	cellpadding: 15;
	}

td.Banner	{
	font-family: Arial, Helvetica, sans-serif;
	background-color:		#ffffff;
	color:	#00ff00;
}

table.MemberList	{
	width: 500;
	border-style: solid;
	border-width: thin;
	border-color:#993300;
	background-color: #ffffff;
}
td.MemberList	{
	border-top-style: solid;
	border-width: thin;
	border-color: #BCBCFE;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 600;	
}

table.navbar td {
	border: thin;
	border-style: solid;
}

table.navbar td a{
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #000;
	text-align: center;
	font-weight: bold;
}

table.navbar td a:link, table.navbar td a:visited {
	color: #F90;
	background-color: #562C2C;
}

table.navbar td a:hover, table.navbar td a:active {
	color: #562C2C;
	background-color: #F90;
}


