
#black {color : #000000;} 
#white {color : #ffffff;} 

.ssmall {
  color: #4E004D;
  font-family: verdana,arial,helvetica;
  font-size: 7pt; 
  font-weight: normal;

}

.small {
  color: #4E004D;
  font-family: verdana,arial,helvetica;
  font-size: 8pt; 
  font-weight: normal;

}

.smallBold {
  color: #4E004D;
  font-family: verdana,arial,helvetica;
  font-size: 8pt; 
  font-weight: bold;
}

.normal {
  color: #ffffff;
  font-family: verdana,arial,helvetica;
  font-size: 10pt; 
  font-weight: normal;
}

.normalBold {
  color: #ffffff;
  font-family: verdana,arial,helvetica;
  font-size: 10pt; 
  font-weight: bold;
}

.link {
  color: #FFB200;
  font-family: verdana,arial,helvetica;
  font-size: 7pt; 
  font-weight: normal;
  text-decoration: none;
}

.alink {
  color: #4E004D;
  font-family: verdana,arial,helvetica;
  font-size: 8pt; 
  font-weight: normal;
  text-decoration: none;
}

.blink {
  color: #ffffff;
  font-family: verdana,arial,helvetica;
  font-size: 8pt; 
  font-weight: bold;
  text-decoration: none;
}

.blinkS {
  color: #ffffff;
  font-family: verdana,arial,helvetica;
  font-size: 7pt; 
  font-weight: bold;
  text-decoration: none;
}

.ulink {
  color: #4E004D;
  font-family: verdana,arial,helvetica;
  font-size: 8pt; 
  font-weight: normal;
  text-decoration: underline;
}


.border {
        text-decoration : none;
        color : #ffffff;
        font-family : verdana,arial,helvetica;
        font-size : 8pt;
        font-weight : normal;
        border-top : 1px solid #ffffff;
        border-bottom : 1px solid #ffffff;
        border-left : 1px solid #ffffff;
        border-right : 1px solid #ffffff;
        background-color : #FDB913;
    }
    
    .submit {
        text-decoration : none;
        color : #ffffff;
        font-family : verdana,arial,helvetica;
        font-size : 8pt;
        font-weight : normal;
        border-top : 1px solid #ffffff;
        border-bottom : 1px solid #ffffff;
        border-left : 1px solid #ffffff;
        border-right : 1px solid #ffffff;
        background-color : #FDB913;
    }
    .input {
        text-decoration : none; 
        color : #000000;
        font-family : verdana,arial,helvetica;
        font-size : 8pt;
        font-weight : normal;
        border-top : 1px solid #ffffff;
        border-bottom : 1px solid #ffffff;
        border-left : 1px solid #ffffff;
        border-right : 1px solid #ffffff;
        background-color : #FDB913;
    }

	.inputFocused {
        text-decoration : none; 
        color : #000000;
        font-family : verdana,arial,helvetica;
        font-size : 8pt;
        font-weight : normal;
        border-top : 1px solid #ffffff;
        border-bottom : 1px solid #ffffff;
        border-left : 1px solid #ffffff;
        border-right : 1px solid #ffffff;
        background-color : #ffffff;
    }
