/* 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 }

/* header title and subtitle*/
p.header    {color: #000000; font-size: 14px; font-weight: bold}
span.header {color: #000000 ; font-size: 14px ; font-weight: bold}
p.subhead      {color: #0000ff ; font-family: geneva,arial ; font-size: 14px ; font-weight: bold}
span.subhead   {color: #0000ff ; font-family: geneva,arial ; font-size: 14px ; font-weight: bold}
p.review_sig  { color: #FF0000 ; font-size: 12px ; text-align: right}
span.review_sig  { color: #FF0000 ; font-size: 12px; text-align: right}


*.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: #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 }

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  ; text-decoration: underline; font-weight: normal }
A.left:visited { color: #12085A  ; text-decoration: underline ; font-weight: normal}
A.left:active  { color: #786A00 ; text-decoration: underline ; font-weight: normal}
A.left:hover   { color: #810065 ; text-decoration: underline ; font-weight: normal}
