<!--

body 
{ 
margin: 0px 0px 0px 0px;
background-color: #D3E3EE;
}

.popbg
{ 
background-color: #F2F2F2;
}

.maintable 
{ 
background-color: #ffffff;
}

td
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: normal;
color: #000000;
}

h1
{
font-family: arial, verdana;
font-size: 12pt;
font-weight: bold;
color: #660000;
}

h2
{
font-family: arial, verdana;
font-size: 12pt;
font-weight: bold;
color: #660000;
display: inline;
}

.footer
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #97061D;
text-align: center;
vertical-align: middle;
}

a:link, a:visited, a:active  {
	color: #97061D;
	text-decoration: underline; 
}

a:hover {
	color: #97061D;
	text-decoration: none; 
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover 
	{
	color: #97061D;
	text-decoration: none; 
}



/*
----------------------------------------------------------------------
Styles for admin
----------------------------------------------------------------------
*/


.adminheader
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: bold;
color: #ffffff;
background-color: #940016;
text-indent: 5px;
}

.adminred
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: bold;
color: #940016;
}

a.memlink:link, a.memlink:visited, a.memlink:active, a.memlink:hover 
	{
	color: #000000;
	text-decoration: none; 
}


-->