/* Style sheet for Starting Page FONT display */

/*  Formatting for Body of page */
body {font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10pt; color: #FFFFFF;}

/* Formatting for Links */
a:link {  color:#FFFF33; text-decoration:none;}
a:visited {  color:#FFFF33; text-decoration:none;}
a:hover {  color:#FF0000; text-decoration:none;}
a:active {  color:#FFFF33; text-decoration:none;}

/* Formatting for Fonts
For a Sans-serif font use the following: Verdana, Arial, Helvetica, Sans-Serif;
For a Serif font use the following: Georgia, Times New Roman, Times, Serif; (Note: do not use "Georgia" on body, p and nav)
Do a selective search and replace to change fonts so you do not change the font in the notes */
p {  font-size: 10pt; font-style: normal; font-weight: normal; color: #FFFFFF;}
th {  font-size: 10pt; font-style: normal; font-weight: bold; color: #eaeaea;}
td {  font-size: 10pt; font-style: normal; font-weight: normal; color: #FFFFFF;}
h1 {  font-size: 16pt; font-weight: bold; color: #FFFF00;}
h2 {  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 14pt; font-weight: bold; color: #FFFF00;}
h3 {  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 14pt; font-weight: bold; font-style: italic; color: #eaeaea;}
h4 {  font-size: 11pt; font-style: italic; color: #FFFFFF;}
h5 {  font-size: 11pt; font-style: italic; color: #505050;}
h6 {  font-size: 11pt; font-style: italic; color: #000000;}

/* Font Families

Fonts to select from
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-family: "Comic Sans MS", cursive, sans-serif
font-family: Verdana, Geneva, sans-serif
font-family: "Trebuchet MS", Helvetica, sans-serif
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif
font-family: Tahoma,Helvetica,Sans-Serif

font-family:"Times New Roman", Times, serif
font-family: Georgia, Times New Roman, Times, serif
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
*/