body{
  margin: 0px 0px 0px 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}
a{
  color: #0000ff;
  text-decoration: none;
  cursor: pointer;
}
a:visited{
  
}
h1{
  font-family: arial sans-serif;
  font-size: 15pt;
  font-weight: bold;
  padding: 0px 0px 4px 0px;
  margin: 0px;
}
h2{
  font-family: arial sans-serif;
  font-size: 13pt;
  font-style: italic;
  padding: 0px 0px 4px 0px;
  margin: 0px;
}
h3{
  font-family: arial sans-serif;
  font-size: 11pt;
  font-weight: bold;
  padding: 0px 0px 4px 0px;
  margin: 0px;
}
p{
  padding: 1px 8px 4px 8px;
}



#footer{
  height: 77px;
  background: url('../images/bottomBack.png') repeat-x top left;
}
#header{
  height: 96px;
  background: #ffffff url('../images/headerBackground.png') repeat-x;
}
#mainContent{
  width: 100%;
  min-height: 300px;
  background: #ffffff url('../images/mainBackground.png') repeat-x top left;
}
#mainTextTop{
  margin: 20px 0 0 0;
}
#navigation{
  position: absolute;
  right: 0px;
  top: 76px;
}


.imgRight{
  padding: 0px 0px 5px 5px;
  float: right;
}
.inputFormT{
  font-size: 11pt;
  width: 100%;
}
.inputFormB{
  font-size: 9pt;
}
.navButton{
  float: left;
  font-weight: bold;
  height: 16px;
  background: #ffffff;
  cursor: pointer;
  padding-top: 4px;
  font-size: 11px;
}
.navButton:hover{
  color: #cccccc;
}
.navButtonLeft{
  float: left;
  height: 20px;
  width: 13px;
  background: url('../images/navLeft.png') no-repeat;
}
.navButtonRight{
  float: left;
  height: 20px;
  width: 13px;
  margin-right: 5px;
  background: url('../images/navRight.png') no-repeat;
}
.smallFont{
  font-size: 7pt;
}
.smMainText{
  width: 100%;
  height: 380px;
  background: #ffffff;  
}

