body{
    font-family: helvetica,arial,sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #B7B7FF;
}

input,select,option{
    font-family: helvetica,arial,sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
}

hr{
    color: #666666;
    height: 1px;
}

.teaser{
    font-size: 12px;
    font-weight: bold;
    color: #003366;
}

.text{
    font-size: 12px;
    color: #000000;
}
.line{
    background-color: #000000;
}
.lightBlue{
    background-color: #DCE3ED;
}


td,p,span{
    font-family: helvetica,arial,sans-serif;
    font-size: 12px;
    color: #000000;
}

a:link{
    font-family: helvetica,arial,sans-serif;
    text-decoration: underline;
    color : #ffff00;
}
a:active{
    font-family: helvetica,arial,sans-serif;
    text-decoration: underline;
    color : #666666;
}
a:visited{
    font-family: helvetica,arial,sans-serif;
    text-decoration: underline;
    color : #ffff00 ;
}
a:hover{
    font-family: helvetica,arial,sans-serif;
    text-decoration: underline;
    color : #666666;
}
.pagetitle{
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.pagelead{
    font-size: 12px;
    font-weight: bold;
    color: #0C3567;
}
.gray {
    color: #666666;
}
.black {
    color: #000000;
}
.formStyle td {
    color: #666666;
}
.maxWidth {
    width: 100%;
}
.fld {
  	font-size : 10pt;
  	font-family : courier new;
}