
.contentsection
{
    background-color: white;
    vertical-align: top;
    padding: 0;
    height: 100%;
}

.formHeader
{
  font-family: Times;
  letter-spacing: .05em;
  font-size: 1.5em;
  font-weight:bold;
  font-variant: small-caps;
  color:black;
}


.formLabel
{
  font-family: Times;
  letter-spacing: .05em;
  font-size: .8em;
  font-weight:bold;
  font-variant: small-caps;
  color:black;
}

.listRow
{
  background-color: #EFEFEF;
}

.listHeader
{
  font-size: 12px;
  color: #FFFFFF;
  background-color: black;
  font-weight: bold;
  background-position: center;
}

.text
{
  font-family: arial;
  font-size: 12px;

}

.textTitle
{
  font-family: Times;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  font-weight:bold;
  font-variant: small-caps;
  border-bottom: 1px solid #042360;
  color:#042360;
}

.textTitle2
{
  font-family: Times;
  font-weight:bold;
  font-variant: small-caps;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  text-align:center;
  background-color: #F0F0EE;
}

.textHeading1
{
  font-family: times;
  letter-spacing: 0.1em;
  font-size: 1em;
  font-weight:bold;
  font-variant: small-caps;

}

.textHeading2
{
  font-family: Times;
  letter-spacing: 0.1em;
  font-size: .7em;
  font-weight:normal;
  font-variant: small-caps;

}

.textNormal
{
  font-family: Times;
  letter-spacing: 0.05em;
  font-size: .8em;
  font-weight:normal;
  

}

.errorMessage
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:red;
}

.loginTable 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #DDDDDD;
}

#loginTableHeader 
{
  font: normal  900 14px sans-serif;
  color: #FFFFFF;
  background-color: black;
  font-weight: bold;
  background-position: center;
}


.offerHeader
{
  font-family: Times;
  letter-spacing: .05em;
  text-transform: lowercase;
  font-size: 2em;
  font-weight:bold;
  font-variant: small-caps;
  color:red;


}

.offerDescription1
{
  font-family: Times;
  letter-spacing: 0.05em;
  font-size: 1em;
  font-weight:normal;
  text-align:center;
}


.clientHeader
{
  font-family: Times;
  letter-spacing: .05em;
  text-transform: lowercase;
  font-size: 1em;
  font-weight:bold;
  font-variant: small-caps;
  color:black;


}

