body 
{  
  background-color: #23292E;
  margin-left: 0em;
  margin-top: 0
}
a:visited:hover 
{ 
  color: blue; 
}
a:visited 
{ 
  color: #003300; 
}
a:hover 
{ 
  color: blue; 
  text-decoration: none
}
a:active 
{ 
  color: #9966CC; 
}
a:active:hover 
{ 
  color: blue; 
  text-decoration: none
}
a 
{ 
  color: #000000; 
}

hr {
ÊÊborder: 0;
ÊÊwidth: 50%;
  background-color: #500d1b;
  color: #500d1b;
  height: 1px;
}


td 
{
  font-family : Arial, Helvetica, sans-serif; 
  color: #002c63; 
  font-size: 12px; 
}
.bold
{
  font-family : Arial, Helvetica, sans-serif; 
  color: #002c63; 
  font-size: 12px; 
  font-weight: bold;
}
.black
{
  font-family : Arial, Helvetica, sans-serif; 
  color: #000000; 
  font-size: 12px; 
}
p
{
  font-family : Arial, Helvetica, sans-serif; 
  color: #002c63; 
  font-size: 12px; 
}

.nounder a 
{
	text-decoration: none;
	color: #002c63; 
}
