P  {}

H1  
{
  font-size: 12pt;
}

H2  {}

H3  {}

A  
{
  text-decoration : none;
  color: #3a596a; 
}

A:Visited  
{
}

A:Active  
{
text-decoration : underline;
}

A:Hover  
{
  color: #000000;
  text-decoration : underline;
}

BODY 
{
  font-family : Arial, Helvetica;
  font-size: 10pt;  
  font-weight: bold;    
  color: #3a596a;
}

BODY.default
{
  background-color: #f3ebd0;
}

BODY.content
{
  background-color: #f9f4e7;
}

TD
{
  font-family : Arial, Helvetica;
  font-size: 10pt;  
  font-weight: bold;    
  color: #3a596a;
}

TD.contleft
{
  font-family : Arial, Helvetica;
  font-size: 10pt;  
  font-weight: bold;    
  color: #000000;
}

TD.contnav
{
  font-family : Arial, Helvetica;
  font-size: 13pt;  
  font-weight: bold;    
  color: #3a596a;
}

TD.contbig
{
  font-family : Arial, Helvetica;
  font-size: 17pt;  
  font-weight: bold;    
  color: #3a596a;
}


.form {
}

.form form {
    margin: 0px;
}

.form .separator {
}

.form .element {
    margin: 0px 0px 10px 0px;
    clear: both;
}

.form .element .description {
    float: left;
    width: 150px;
}

.form .element .description .note {
    display: block;
    font-size: 10px;
    color: #aaa;
}

.form .element .field input {
    width: 250px;
    text-align: left;
    border: 1px;
    color: #000;
    border-color: #aaa;
    border-style: solid;
    background-color: #fff;
}

.form .element .field select {
    width: 250px;
    text-align: left;
    border: 1px;
    color: #000;
    border-color: #aaa;
    border-style: solid;
    background-color: #fff;
}

.form .element .field textarea {
    width: 250px;
    height: 100px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #080C73;
}

.form .element .field .checkbox {
    width: 20px;
    border: 0px;
    background-color: transparent;
}

.form .element .field .radio {
    width: 20px;
    border: 0px;
    background-color: transparent;
}

.form .element .field .submit {
    text-align: center;
    width: 250px;
    font-weight: bold;
    color: #000;
    border-color: #aaa;
    background-color: #eee;
}

.form .element .field .error {
    width: 200px;
    margin: 0px 0px 0px 155px;
    padding: 0px;
    font-size: 10px;
    color: #cc0000;
}
