/* 10:22 AM 3/31/2008 STYLE.CSS */


body
{
  background-color: white;
  
font-family: arial, sans-serif;
  font-size: 10pt;
}

table
{
  color: black;
  font-family: arial, sans-serif;
  font-size: 10pt;
}

td
{
  font-family: arial, sans-serif;
  font-size: 10pt;
}

h2
{
  color: black;
  font-family: arial, sans-serif;
  text-align: center;
  font-size: 12pt;
}

p
{
  color: black;
  font-family: arial, sans-serif;
  font-size: 10pt;
  margin-left: 20px;
}

p.center
{
  color: black;
  font-family: arial, sans-serif;
  font-size: 10pt;
  margin-left: 0px;
  text-align: center;
}

p.location
{
  color: black;
  font-family: arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  margin-left: 5px;
  text-align: left;
}

p.small
{
  color: black;
  font-family: arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
}

p.bottomlinks
{
  color: black;
  font-family: arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
}

ul.dot
{
  color: black;
  font-family: arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  list-style: url(images/bullet2.gif) 
outside;
  margin-left: 20px;
  padding-left: 0px;
}

.linkbuttondiv
{
  width: 200px;
  height: 25px;
  font-size: 10pt;
  font-family: arial, sans-serif;
  font-weight: bold;
  color: white;
  background-color: black;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  cursor: hand;
}

.smalllinkbuttondiv
{
  width: 50px;
  height: 20px;
  font-size: 10pt;
  font-family: arial, sans-serif;
  font-weight: bold;
  color: white;
  background-color: black;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  cursor: hand;
}

a:hover
{
  color : red;
  text-decoration : none;
}