/* 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: Verdana, Arial, Helvetica, sans-serif ; color: #000000 ; font-size: 12px }
p { text-align: justify }

/* header title and subtitle*/
p.header    {color: #ff6000; font-size: 16px; font-weight: bold}
span.header {color: #ff6000 ; font-size: 16px ; font-weight: bold}
p.subhead      {color: #000000 ; font-family: geneva,arial ; font-size: 14px ; font-weight: bold}
span.subhead   {color: #000000 ; font-family: geneva,arial ; font-size: 14px ; font-weight: bold}


td.nav  {background-repeat: no-repeat;}

*.small  { color: #000000 ; font-weight: bold ; font-size: 10px}
span.small  { color: #000000 ; font-weight: bold ; font-size: 10px}
*.smallnb  { color: #000000 ;  font-size: 10px}
span.smallnb  { color: #000000 ; font-size: 10px}

/* navigation -on white*/
A:link    { color: #000000  ; text-decoration: underline ; font-weight: bold }
A:visited { color: #4BA546 ; text-decoration: underline ; font-weight: bold }
A:active  { color: #079bbe ; text-decoration: underline ; font-weight: bold }
A:hover   { color: #079bbe ; text-decoration: underline ; font-weight: bold }

A.copy:link    { color: #000000 ; text-decoration: underline ; font-weight: bold ; font-size: 10px}
A.copy:visited { color: #12085A ; text-decoration: underline ; font-weight: bold ; font-size: 10px}
A.copy:active  { color: #786A00 ; text-decoration: underline ; font-weight: bold ; font-size: 10px}
A.copy:hover   { color: #810065 ; text-decoration: underline ; font-weight: bold ; font-size: 10px}

/*left navigation*/
A.left:link    { color: #000000 ; font-size: 12px ; text-decoration: none; font-weight: bold }
A.left:visited { color: #12085A ; font-size: 12px ; text-decoration: none ; font-weight: bold }
A.left:active  { color: #786A00 ; font-size: 12px ; text-decoration: none ; font-weight: bold }
A.left:hover   { color: #ffffff ; font-size: 12px ; text-decoration: none ; font-weight: bold }