/* Blues DeVille CSS stylesheet */
/* All original content copyright (C) 2002-2004 by Blues DeVille.  All rights reserved */

.spanstyle 
{
 position: absolute;
 visibility: visible;
 top: -50px;
 font-size: 10px;
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 color: yellow;
}
div,span,p,dd,ul,th,td,form,table
{
  font-size: 16px;
  font-family: arial, helvetica, sans-serif;
}
body
{
  background-color: #000000; 
  margin-top: 0px; 
  margin-bottom: 0px; 
  margin-left: 0px; 
  margin-right: 0px;
  font-size: 16px;
  font-family: arial, helvetica, sans-serif;
  color: #00CCFF;
}

a, a:visited
{ 
  font-size: 18px;
  font-weight: bold; 
  text-decoration: underline; 
  color: #0000FF;
}
a:hover
{ 
  font-size: 18px;
  font-weight: bold; 
  text-decoration: underline; 
  color: #FF0000;
}
.errorText
{
  font-size: 20px;
  font-weight: bold; 
  color:  #FF0000;
}
.largeText
{ 
  font-size: 24px;
}
.medText
{ 
  font-size: 18px;
}
.smallText
{
  font-size: 12px;
}
hr  
{
  height: 1px; 
  border: solid #D1D7DC 0px;
  border-top-width: 0px;
}
.bodyline
{ 
  background-color: #FFFFFF;
  border: 1px black solid;
}
.tableBorder
{
  border-style: solid;
  border-width: .1mm;
  border-color: black;
}
.h2title
{
  font-family: arial, helvetica, sans-serif; 
  font-weight : bold;
  color: #888888; 
  letter-spacing: 1pt;
}


