/* MAIN LINK COLORS */
a:visited      { color: #669; text-decoration: underline }
a:link      { color: #336; text-decoration: underline }
a:hover      { color: #003; text-decoration: underline } 
a:active      { color: #003; text-decoration: underline }

/* MAIN LINK COLORS */
a:visited.online_issues      { color: #930; text-decoration: underline }
a:link.online_issues      { color: #930; text-decoration: underline }
a:hover.online_issues       { color: #930; text-decoration: none } 
a:active.online_issues       { color: #930; text-decoration: none }

/* COPYRIGHT, HOSTING INFORMATION, PRIVACY POLICY */
a:visited.copy      { font-size: 9px }
a:link.copy      { font-size: 9px }
a:hover.copy       { font-size: 9px } 
a:active.copy      { font-size: 9px }
.copy      { font-size: 9px }

/*BACKGROUND FILLS*/
.white { background-color: #FFFFFF }
.black { background-color: #000000 }
.homepage_navigation_background  { background: url(images/homenavbkgrd.jpg) no-repeat }
.sub_navigation_background   { background: url(images/navbkgrd.jpg) no-repeat }
.homepage_welcome_background  { background: url(images/welcomebkgrd.jpg) no-repeat }
.sub_right_col  { background-color: #cc9 }
.sub_divider  { background-color: #666 }

/* DEFAULT */
body { color: #000; font-size: 11px; font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular }
td { color: #000; font-size: 11px; font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular }


/* SPECIAL TEXT TYPES */


/* GENERIC CLASSES */
.xxsm_lnspace  { line-height: 10px }
.xsm_lnspace  { line-height: 11px }
.sm_lnspace  { line-height: 12px }
.med_lnspace { line-height: 13px }
.lrg_lnspace { line-height: 14px }
.xlrg_lnspace { line-height: 15px }
.xxlrg_lnspace { line-height: 16px }

.smtopmargin  { margin-top: 3mm }
.medtopmargin  { margin-top: 5mm }
.lrgtopmargin  { margin-top: 7mm }

.uppercase { text-transform: uppercase }

.b { font-weight: bold }
.i  { font-style: italic }

.leading_xxxsmall  { line-height: 8px }
.leading_xxsmall  { line-height: 9px }
.leading_xsmall  { line-height: 10px }
.leading_small  { line-height: 11px }
.leading_med  { line-height: 12px }
.leading_lrg  { line-height: 13px }
.leading_xlrg  { line-height: 14px }
.leading_xxlrg  { line-height: 15px }
.leading_xxxlrg  { line-height: 16px }

.smind     { text-indent: 3mm }
.medind  { text-indent: 5mm }
.lrgind  { text-indent: 7mm }

.t_xxxsmall  { font-size: 6px }
.t_xxsmall  { font-size: 7px }
.t_xsmall  { font-size: 8px }
.t_small  { font-size: 9px }
.t_med  { font-size: 10px }
.t_lrg  { font-size: 11px }
.t_xlrg  { font-size: 12px }
.t_xxlrg  { font-size: 13px }
.t_xxxlrg  { font-size: 14px }