/* Company CSS File */
body
{
 font-family: verdana, comic sans ms5;
 font-size: 10pt;
 color: #000000;
 text-align: left;
 background-color: blue;
}
h1.mainheading 
{
   color: white;
   font-size: 21pt;
   text-align: center;
   font-weight: bold;
   font-family: arial, arial;
}
h2.secondheading 
{
   color: white;
   font-size: 16pt;
   text-align: center;
   font-weight: bold;
   font-family: arial, arial;
}
h3.thirdheading 
{
   color: white;
   font-size: 14pt;
   text-align: right;
   font-weight: bold;
   font-family: arial, arial;
}
h4.fourthheading 
{
   color: #0000cc;
   font-size: 12pt;
   text-align: center;
   font-weight: bold;
   font-family: verdana, verdana;
}
th1.tableheading1 
{
   color: white;
   background: bluebg.jpg;
   font-size: 16pt;
   text-align: center;
   font-weight: bold;
   font-family: arial, arial;
}
p.regular  
{
   color: white;
   font-size: 12pt;
   font-family: verdana;
   font-weight: bold;
   text-align: center;
   margin-left: .25in;
   margin-right: .25in;
}
ul.regular  
{
   color: blue;
   font-size: 10pt;
   font-family: verdana;
   text-align: left;
   margin-left: .25in;
   margin-right: .25in;
   font-weight: bold;
}
p.main  
{
   color: white;
   font-size: 12pt;
   font-family: verdana;
   text-align: right;
   margin-left: .25in;
   margin-right: .25in;
}
p.text
{
  color: white;
  font-size: 10pt;
  font-family: arial;
  text-align: right;
  }
p.tracks
{
  color: white;
  font-size: 9pt;
  font-weight: bold;
  font-family: arial;
  text-align: right;
  }
 p.link
{
  color: white;
  font-size: 9pt;
  font-weight: bold;
  font-family: arial;
  text-align: right;
  }
p.footer
{
  color: white;
  font-size: 7pt;
  font-family: verdana;
  text-align: center;
  margin-left: 1in;
  margin-right: 1in;
}
a.link2
{
  color: blue;
  font-size: 16pt;
  font-family: verdana;
  text-align: left;
  text-decoration: none;
}
a.link3
{
  color: white;
  font-size: 9pt;
  font-family: arial;
  text-align: right;
  text-decoration: none;
}
a.link4
{
  color: white;
  font-size: 7pt;
  font-family: verdana;
  text-align: left;
  text-decoration: none;
}
a.link5
{
  color: blue;
  font-size: 12pt;
  font-family: verdana;
  text-align: left;
  text-decoration: none;
}
td.navbar
{
  background-color: #000099;
  font-size: 12pt;
  font-family: verdana;
  text-align: center;
}
a.link
{
  font-family: verdana, verdana;
}
a.link:link
{
  color: #ffffff;
  text-decoration: none;
}
a.link:visited
{
  color: #ffffff;
  text-decoration: none;
}
a.link:hover
{
  color: #999999;
  text-decoration: none;
}
a.link:active
{
  color: #0000ff;
  text-decoration: none;
}
td.left
{
  background-color: white;
}
td.right
{
  background-color: #ffffff;
}
tr.contact
{
  background-color: #6699ff;
  color: #0000ff;
}