body, table, p, form { /* Any type of body text */
    font-family: "New Times Roman", "Times New Roman", Times, serif ;
    font-size: 16px ; 
    margin-top: 0 ;
    margin-bottom: 12px ;
    padding-bottom: 0 ;
}

h1 { /* Large headlines (I'd use h1, but Mac IE barfs on it) */
    font-family: Geneva, Arial, Helvetica, sans-serif ; 
    font-size: 16px ;
    margin-top: 0 ;
    margin-bottom: 8px ;
    padding-bottom: 0 ;
    background-color: transparent ;
    color: #333366 
}

h2 { /* Large headlines (I'd use h1, but Mac IE barfs on it) */
    font-family: Geneva, Arial, Helvetica, sans-serif ; 
    font-size: 18px ;
    font-weight: bold ;
    margin-top: 0 ;
    margin-bottom: 8px ;
    padding-bottom: 0 ;
    background-color: transparent ;
    color: #333366 
}

h3 { /* Sub-headlines */
    font-family: Geneva, Arial, Helvetica, sans-serif ; 
    font-size: 14px ;
    font-weight: bold ;
    margin-top: 0 ;
    margin-bottom: 5px ;
    padding-bottom: 0 ; 
    background-color: transparent ;
    color: #333366 
}

.h2 { /* Headline text w/o line break */ 
    font-family: Geneva, Arial, Helvetica, sans-serif ;
    font-size: 18px ;
    font-weight: bold ;
    background-color: transparent ;
    color: #333366
}

.h3 { /* Sub-headline text w/o line break */ 
    font-family: Geneva, Arial, Helvetica, sans-serif ;
    font-size: 14px ;
    font-weight: bold ;
    background-color: transparent ;
    color: #333366
}

.helv { /* Helvetica body text */
    font-family: Geneva, Arial, Helvetica, sans-serif ;
    font-size: 16px ; 
    margin-top: 0 ;
    margin-bottom: 12px ;
    padding-bottom: 0 ;
}

