a.footer:link
{
	text-decoration: underline;
	color: white;
}

a.footer:active
{
	text-decoration: underline;
	color: white;
}

a.footer:visited
{
	text-decoration: underline;
	color: white;
}

a.footer:hover
{
	text-decoration: underline;
	color: white;
}

.footer
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
}

.yellow
{
	color: #FFF799;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

a:link
{
	text-decoration: underline;
	color: #669ACC;
}

a:active
{
	text-decoration: underline;
	color: #669ACC;
}

a:visited
{
	text-decoration: underline;
	color: white;
}

a:hover
{
	text-decoration: underline;
	color: white;
}

td
{
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}



#main
{
	background-image: url(../images/logo_bg.gif);
	background-repeat: no-repeat;
}

