<!--


body 
{ 
margin: 0px 0px 0px 0px;
background-color: #CCCCB0;
background-image: url('images/chum_bg.gif');
}

.address
{
font-family: Georgia, times new roman, verdana, arial;
font-size: 9pt;
font-weight: bold;
color: #ffffff;
text-align: center;
vertical-align: middle;
}

.header
{
font-family: georgia, verdana, arial;
font-size: 10pt;
font-weight: bold;
color: #660000;
text-align: left;
vertical-align: top;
}

.content
{
font-family: verdana, arial;
font-size: 8pt;
font-weight: normal;
color: #000000;
text-align: left;
vertical-align: top;
}

.contentbig
{
font-family: verdana, arial;
font-size: 9pt;
font-weight: bold;
color: #000000;
text-align: center;
vertical-align: top;
line-height: 15pt;
}


.footer
{
font-family: arial;
font-size: 7pt;
font-weight: normal;
color: #ffffff;
text-align: center;
vertical-align: middle;
}


a:link, a:visited, a:active  {
	color: #660000;
	text-decoration: underline; 
}

a:hover {
	color: #660000;
	text-decoration: none; 
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover 
	{
	color: #ffffff;
	text-decoration: none; 
}


-->