/* white bg for the page*/
body { background-color: #ffffff }

/*overall font values for the regular type face used throughout the site*/
body,table,tr,td,p { font-family: Arial; color: #000000 ; font-size: 12px }

/* header title and subtitle*/
p.header    {color: #000000; font-size: 16px; font-weight: bold}
span.header {color: #000000 ; font-size: 16px ; font-weight: bold}
p.subhead      {color: #A5A5A5; font-family: geneva,arial ; font-size: 14px ; font-weight: bold}
span.subhead   {color: #A5A5A5; font-family: geneva,arial ; font-size: 14px ; font-weight: bold}



*.small  { color: #000000 ; font-weight: bold ; font-size: 10px}
span.small  { color: #000000 ; font-weight: bold ; font-size: 10px}
*.smalldg  { color: #376E41 ;  font-weight: bold ; font-size: 10px}
span.smalldg  { color: #376E41 ; font-weight: bold ; font-size: 10px}
*.smalllg  { color: #8AC861 ;  font-weight: bold ; font-size: 10px}
span.smalllg  { color: #8AC861 ; font-weight: bold ; font-size: 10px}



/* navigation -on white*/
A:link    { color: #000000  ; text-decoration: underline ; font-weight: bold }
A:visited { color: #12085A  ; text-decoration: underline ; font-weight: bold }
A:active  { color: #786A00 ; text-decoration: underline ; font-weight: bold }
A:hover   { color: #810065 ; text-decoration: underline ; font-weight: bold }
