.bodycopy, body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px; 
  color: #000000;
  background: #FFFFFF;
}

h1
{
  font-family: Times New Roman, serif; 
  font-size: 32px; 
  line-height: 34px; 
  color: #404040; 
  font-weight: 1000;
}

body.draft
{
 background-image: url("draft.gif");
}

.leftnav
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  line-height: 15px; 
  font-weight: bold; 
  color: #FFFFFF; 
  text-decoration: none;
}

.tableheader 
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  line-height: 14px; 
  color: #000000; 
  font-weight: bold;
}

.tablecell 
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  line-height: 14px; 
  color: #000000; 
  text-decoration: none;
}

.bodywhite 
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  line-height: 14px; 
  color: #FFFFFF;
}

.title
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  line-height: 18px; 
  color: #999999; 
  font-weight: 600;
}

.leftnav:hover 
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  line-height: 15px; 
  font-weight: bold; 
  color: #FFFFFF; 
  text-decoration: underline;
}

.subtitle
{  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
  color: #666699; 
  font-weight: 600;
}

.msg
{  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px; 
  color: #FF0000; 
  font-weight: 600;
  font-style: italic;
}

a:link {color: blue; text-decoration: none; border: 0px; border-thickness: 0px;}
a:visited {color: blue; text-decoration: none; border: 0px; border-thickness: 0px;}
a:active {color: blue; text-decoration: none; border: 0px; border-thickness: 0px;}
a:hover {color: #ffffff; background-color: #000000; text-decoration: none;}

a:link img { border: 0px solid blue }
a:visited img { border: 0px solid red }
a:active img { border: 0px solid lime }
 
