BODY 
{ 
background-image:  url(images/background.gif); 
background-repeat: repeat; 
background-position: center; 
}

td 
{ 
font-family: Arial; 
font-size: 12px;
}

a 
{ 
color:#790000;
}

a:visited 
{ 
color:#790000;
}

a:link 
{ 
color:#790000;
}

a:active 
{ 
color:#790000; 
}

a:hover 
{ 
color:#000000; 
}

a.nav1,a.nav1:link,a.nav1:visited,a.nav1:active {
	color: #000000;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	height: 100%;
	width: 100%;
	display: block;
	text-indent: 10px;
}
a.nav1:hover {
	color: #790000;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	height: 100%;
	width: 100%;
	display: block;
	background-image: url("images/navbg.gif");
	text-indent: 10px;
}