/* MAIN STYLE */

/* Charles, he following line is the one you need to edit to change the font.  
The first font is the default and the other two are fall-backs, 
because the fonts must exist on a users computer to be displayed. 
Also the font-size parameters may need to be increased based on your chosen font.
*/

body { font-family: 'Georgia'; font-size: 14px; margin: 0px 0px 0px 0px; color: #000000; }  
td { font-size: 14px; }

/*  DO NOT EDIT BELOW THIS LINE */

table { border-collapse: collapse; }
.pageheader { font-size: 16px; font-weight: bold; text-align: center; }
.footer { font-size: 10px; text-align: center; background-color: #999999; color: #FFFFFF; padding-bottom: 8px; padding-top: 8px; }

.nav { background-color: #999999; color: #FFFFFF; padding-bottom: 8px; padding-top: 8px; text-align: center; font-weight: bold; }
.nav A:link { text-decoration: none; color: #FFFFFF; }
.nav A:visited { text-decoration: none; color: #FFFFFF; }
.nav A:hover { text-decoration: none; color: #E3E3E3; }
.nav A:active { text-decoration: none; color: #FFFFFF; }

/* LINK STYLES */
A:link { color: #003366; font-weight: bold; }
A:visited { color: #003366; font-weight: bold; }
A:hover { color: #0066CC; font-weight: bold; }
A:active { color: #003366; font-weight: bold; }												