/* Generic Body Styles */

body {
    background-color: #ffff00;
    color: #000000;
    font-family: verdana, arial, helvetica, san-serif;
    font-weight: normal;
    font-size: 8pt;
    line-height: 10pt;
    font-style: normal;
    text-align: justified;
} 

p {
    color: #000000;
    font-family: verdana, arial, helvetica, san-serif;
    font-weight: normal;
    font-size: 8pt;
    line-height: 10pt;
    font-style: normal;
    text-align: justified;
} 

/* No underlining of links */

A:link, A:visited, A:active {
    text-decoration: underline;
}

/* Unvisited Link */

A:link { color: #000099 }

/* Visited Link */

A:visited { color: #000033 }

/* Active Link */

A:active { color: #0000ff }

/* Large Header - 24 Points */

.header { 
    font-family: "franklin gothic", arial, helvetica, san-serif;
    font-weight: normal; 
    font-size: 24pt;
    line-height: 30pt; 
    font-style: normal;
    text-align: left;
    color: #000066;
}

/* Header - 18 Points */

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

/* 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-weight: normal;
    font-size: 10pt;
    line-height: 12pt;
    font-variant: normal;
    font-style: normal;
    text-decoration: none;
    text-align: justify;
    color: #000000;
}

/* Bold - 12 Points */

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

/* Small Text - 10 Points */

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