BODY,TH,TD{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #63565B;
}

BODY{ 
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  background-image: url("/gfx/background.jpg");
  background-repeat: repeat-x;
}

a:link{color: #1F70BB;}
a:visited{color: #63565B;}

p{
  margin-top: 5px;
  line-height: 13pt;
  font-size: 9pt;
}

h2{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 18pt;
  font-style: normal;
  line-height: 18pt;
  font-weight: bold;
  color: #860D86;
}

h3{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 15pt;
  font-style: normal;
  line-height: 13pt;
  font-weight: bold;
  color: #860D86;
  margin-bottom: 10px;
}

h4{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: bold;
  color: #1F70BB;
  margin-bottom: 1px;
  margin-top: 5px;
}

h5{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  line-height: 13pt;
  color: #63565B;
  margin-bottom: 10px;
  margin-top: 5px;
}

h6{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  color: #63565B;
  margin-bottom: 1px;
  margin-top: 5px;
  line-height: 13pt;
}

///////////////////////////////////////////////////
//
//  Lists
//

ul {
  margin-top: 5px;
  margin-left: 12px;
  padding-left: 5px;

} 

li{
  line-height: 14pt;
}


///////////////////////////////////////////////////
//
//  Home Page headline
//

.Headlines p{
  color: #000000;
  font-size: 9pt;
  line-height: 11pt;
  margin-top: 2px;
  margin-bottom: 10px;
}

.Headlines h1{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #860D86;
  font-size: 9pt;
  font-weight: bold;
  margin-bottom: 1px;
  margin-top: 5px;
  line-height: 11pt;
}

///////////////////////////////////////////////////
//  Sub - navagation
//


.Nav td{
  padding-bottom: 10px;
  color: #000000;
  font-weight: bold;
  Vertical-align: top;
}


.Nav a:link{
  color: #1F70BB;
  font-weight: bold;
  text-decoration: none;
}

.Nav a:visited{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

///////////////////////////////////////////////////
//  Sub - Sub - navagation
//

.SSNav em{
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

