/* CSS Document */

td   
{ 
	font-family:Verdana, Arial, Helvetica; font-size: 12px; 
}
body 
{ 
	font-family:Verdana, Arial, Helvetica; font-size: 12px; 
}
.cp {
	font-size: 11px;
	color: #BBBBBB;
}
h1 {
	font-size: 16px;
}

a.nav:visited 
{
  color: #FFFFFF; 
  text-decoration: underline; 
  font-weight: bold;
}
a.nav:link {
  color: #FFFFFF; 
  text-decoration: underline; 
  font-weight: bold
}
a.nav:hover {
  color: #FFFF00; 
  text-decoration: none; 
  font-weight: bold
}

a.botnav:visited 
{
  color: #000000; 
  text-decoration: underline; 
  font-weight: bold;
  font-size: 9px;
}
a.botnav:link {
  color: #000000; 
  text-decoration: underline; 
  font-weight: bold;
  font-size: 9px;
}
a.botnav:hover {
  color: #FF0000; 
  text-decoration: none; 
  font-weight: bold;
  font-size: 9px;
}
