.text {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
}

.textbold {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
}

.textsmall {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
}

.textlarge {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
}

.textintro {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #0066cc
}
.textsmallintro {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #0066cc
}

.textsmallwhite {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #FFFFFF;
}
.textwhite {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    	color: #FFFFFF;
}

.textwhitebold {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
    	color: #FFFFFF;
    	font-weight: bold;
}

.textred {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
    	color: #FF0000;
}

.textorange {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
    	color: #550000;
}

.headline {
    	font-family: Arial, Helvetica, sans-serif;
       font-size: 17px;
    	font-weight: bold;
    	color:
}

.input {font-size:11px;}

.hedlinewhite {
    font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
 }
 
.mediumtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #0066cc;
    font-weight: bold;
}
.largetitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #0066cc;
    font-weight: bold;
}


a:link {
    color:#0000FF;
}

a:visited {
    color:#0000FF;
}

a:active {
    color: #0000FF;
}

b   {
    font-weight: bold;
}