/* Generic Body Styles */

body {
  background-color: #ffffff;
    font-family: "franklin gothic", arial, helvetica, san-serif;
  color: #000000;
} 

/* No underlining of links */

A:link, A:visited, A:active {
    font-family: "franklin gothic", arial, helvetica, san-serif;
    text-decoration: underline;
}

/* Unvisited Link */

A:link { color: #000066 }

/* Visited Link */

A:visited { color: #660066 }

/* Active Link */

A:active { color: #660000 }

/* Large Header - 24 Points */

.header { 
    text-align: center;
}

/* Small Header - 18 Points */

.head14 { 
    font-family: "franklin gothic", arial, helvetica, san-serif;
    font-weight: bold; 
    font-size: 14pt;
    line-height: 16pt; 
    font-style: normal;
    text-align: center;
    color: #000000;
}

.head18 { 
    font-family: "franklin gothic", arial, helvetica, san-serif;
    font-weight: bold; 
    font-size: 18pt;
    line-height: 20pt; 
    font-style: normal;
    text-align: center;
    color: #000000;
    background-color: #ffcccc
}

.head54 { 
    font-family: "franklin gothic", arial, helvetica, san-serif;
    font-weight: bold; 
    font-size: 36pt;
    line-height: 54pt; 
    font-style: normal;
    text-align: center;
    color: #000000;
    background-color: #ffcccc
}

.head36 { 
    font-family: "franklin gothic", arial, helvetica, san-serif;
    font-weight: bold; 
    font-size: 36pt;
    line-height: 40pt; 
    font-style: normal;
    text-align: center;
    color: #000000;
    background-color: #ffcccc
}

/* Menubar - 14 Points */

.navigation {
    font-family: "franklin gothic", arial, helvetica,san-serif;
    font-weight: normal;
    font-size: 14pt;
    line-height: 16pt;
    font-variant: normal;
    font-style: normal;
    text-align: left;
}

/* Normal - 12 Points */

.normal {
    font-family: "franklin gothic", arial, helvetica, san-serif;
    font-size: 12pt;
    line-height: 15pt;
    text-decoration: none;
    text-align: justify;
    color: #000000;
}

.redletter {
    font-family: "franklin gothic", arial, helvetica, san-serif;
    font-size: 12pt;
    line-height: 15pt;
    text-decoration: none;
    text-align: justify;
    color: #660000;
}

.center {
    font-family: "franklin gothic", arial, helvetica, san-serif;
    font-weight: normal;
    font-size: 12pt;
    line-height: 15pt;
    font-variant: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: #000000;
}

.left {
    font-family: "franklin gothic", arial, helvetica, san-serif;
    font-weight: normal;
    font-size: 12pt;
    line-height: 15pt;
    font-variant: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    color: #000000;
}

.searchbar {
    font-family: "franklin gothic", arial, helvetica, san-serif;
    font-weight: normal;
    font-size: 10pt;
    line-height: 15pt;
    font-variant: normal;
    font-style: normal;
    text-decoration: none;
    text-align: justify;
    color: #000000;
    margin-left: 2px;
    margin-top: 4px;
    margin-right: 2px;
    margin-bottom: 4px;
    background-color: #ff9999
}

/* Small Text - 10 Points */

.small {
    font-family: "franklin gothic", arial, helvetica, san-serif;
    font-weight: normal;
    font-size: 10pt;
    line-height: 14pt;
    font-variant: normal;
    font-style: normal;
    text-decoration: none;
    text-align: justify;
    color: #000000;
    margin-left: 2px;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.redsmall {
    font-family: "franklin gothic", arial, helvetica, san-serif;
    font-weight: normal;
    font-size: 10pt;
    line-height: 14pt;
    font-variant: normal;
    font-style: normal;
    text-decoration: none;
    text-align: justify;
    color: #660000;
    margin-left: 2px;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    background-color: #ffffff
}

/* Black Bar Header - 18 Points */

.blackbar { 
    font-family: "franklin gothic", arial, helvetica, san-serif;
    font-weight: normal; 
    font-size: 18pt;
    line-height: 20pt; 
    font-style: normal;
    text-align: left;
    color: #ffffff;
    background-color: #000000
}
