a:active, a:hover, a:visited, a:link, body, td
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px; 
}

a:active, a:visited, a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

td.menu
{
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: White;
}

td.line
{
	background-image: url(../../images/shared/headerlines.gif);
	background-repeat: repeat-x;	
}

table.header
{
	background-image: url(../../images/shared/header.jpg);
	background-repeat: no-repeat;
	background-color: #005BAA;
}