/* Sets main content area border style */
.contentsTable {
    border : 1px solid #AAAAAA;
}

/* Style for article link text */
.headline-link {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
}

/* Style for date text on articles page. Also used for other misc. small print on the site */
.date {   
   font: 8pt Times;
   font-style: italic;
   color: #999999;
   text-decoration : none;
   }
   
/* Style for page titles - at the top of each page */
.sectiontitle {
   font:12pt Arial;
   font-weight:bold;
   color:#999999;
}

/* Style for stand out news flash */
.news {
   font:12pt Arial;
   font-weight:bold;
   color:#336699;
}

/* Left (main) navigation link text style */
.navlink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight : normal;
    text-decoration : none;
    color: #FFFFFF;
}

/* Base page (secondary) navigation link text style */
.basenav {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight : normal;
    text-decoration : none;
}

/* Body tag style settings */
BODY {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    bgcolor: #FFFFFF;
    line-height: 13px;
}

/* <a> tag style settings */
a, a:link, a:visited {
    color: #660099;
    text-decoration : none;
}

/* <a> tag style settings on hover (mouse over) */
a:hover {
    color: #CC00CC;
    text-decoration : none;
}

/* <p> and <td> tag style settings */
p, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

/* <h1> tag style settings */
h1 {
    font-size:12pt;
    font-family:Arial, Helvetica, sans-serif;
    }

/* Style settings used on excerps page footnotes */
.footnote {
    font-size : 9pt;
    font-style : italic;
    color : #003366;
}