/*
a	{color: #003399; text-decoration: underline;}
a:hover	{color: #3399FF; text-decoration: underline;}
*/
TD, P, OL, UL {font-family: verdana; font-size: 11px;}
SELECT, INPUT {font-family: verdana; font-size: 11px;}
.pageheading {font-family: arial; font-size: 16px; font-weight: bold;}

.ccbnOutline {}
.ccbnOutlineChart {}
.ccbnOutlineQuote {}

.ccbnTtl2 {font-weight: bold; color: #FFFFFF;}
.ccbnBgTtl2 {background-color: #0D1D8D;}

.ccbnHomeSectionHeader {background-color: #0D1D8D; font-weight: bold; color: #FFFFFF; font-size: 12px;}

/* ccbn Titles */
.ccbnTtl {
	color: #4097DB;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

.ccbnBgTtl {}

.ccbnTblData {background-color: #FFFFFF;}

/* ccbn subTitles */
.ccbnSubTtl {font-weight: bold;}
.ccbnBgSubTtl {}

/* Defines a Label within a complex table or outside of a table */
.ccbnLabel {font-weight: bold;}
.ccbnBgLabel {}

/* ccbn Text Bold outside of Table structure */
.ccbnTxtBold {font-weight: bold;}
.ccbnBgTxtBold {}

/* ccbn Text outside of Table structure */
.ccbnTxt {}
.ccbnBgTxt {}

/* ccbn subText */
.ccbnSubTxt {font-size: 10px; color: #666666;}
.ccbnBgSubTxt {}

/* ccbn Navigation */
.ccbnNav {font-size: 10px; color: #666666;}
.ccbnBgNav {}

/* ccbn Links */
.ccbnLnk {}
.ccbnBgLnk {}

/* ccbn Links */
.ccbnSubLnk {font-size: 10px;}
.ccbnBgSubLnk {}

/* ccbn Table Links */
.ccbnTblLnk {}
.ccbnBgTblLnk {}

/* ccbn Table Bold Links */
.ccbnTblHighlightLnk {font-weight: bold;}
.ccbnBgTblHighlightLnk {}
.ccbnTblSubLnk {font-size: 10px;}
.ccbnBgTblSubLnk {}

/* Module Table Label Link */

.ccbnTblLabelLnk {font-weight: bold;}
.ccbnBgTblLabelLnk {}

/* ccbn Table Title */
.ccbnTblTtl {font-weight: bold; color: #FFFFFF;}
.ccbnBgTblTtl {background-color: #7CAACE;}

/* ccbn Table SubTitle */
.ccbnTblSubTtl {font-weight: bold; color: #FFFFFF;}
.ccbnBgTblSubTtl {background-color: #7CAACE;}

/* ccbn Table Label */
.ccbnTblLabelLeft {font-weight: bold; color: #FFFFFF;}
.ccbnBgTblLabelLeft {background-color: #7caace;}

/* ccbn Table Label */
.ccbnTblLabelTop {font-weight: bold;}
.ccbnBgTblLabelTop {background-color: #7caace;}

/* ccbn Table Text Odd  */
.ccbnTblOdd {}
.ccbnBgTblOdd {background-color: ;}

/* ccbn Table Text Even */
.ccbnTblEven {}
.ccbnBgTblEven {}

/* ccbn Table Text */
.ccbnTblTxt {}
.ccbnBgTblTxt {}
.ccbnBgTblTxt TD {border-bottom: 1px solid #cccccc;}

/* ccbn Table Text Bold */
.ccbnTblTxtBold {font-weight: bold;}
.ccbnBgTblTxtBold {}

/* ccbn Table Text */
.ccbnTblHighlight {font-weight: bold;}
.ccbnBgTblHighlight {background-color: #7caace;}

/* ccbn Table SubText*/
.ccbnTblSubTxt {font-size: 10px; color: #666666;}
.ccbnBgTblSubTxt {}

/* ccbn Disclaimer */

/* hard coded in XML needs to be called */
/* should match ccbnDisclaimer */
.modDisclaimer {font-size: 10px; color: #666666;}
.ccbnDisclaimer {font-size: 10px; color: #666666;}
.ccbnBgDisclaimer {}

/* Required Text */
.ccbnRequired {color: #FF0000;}
.ccbnBgRequired {}

/* ccbn Error */
.ccbnError {color: #FF0000;}
.ccbnBgError {}

/* ccbn Confirm Bold */
.ccbnConfirmBold {color: #FF0000; font-weight: bold;}
.ccbnBgConfirmBold {}

/* ccbn Negative Text */
.ccbnNeg {color: #990000;}
.ccbnBgNeg {background-color: #990000;}

/* ccbn Positive Text */
.ccbnPos {color: #009900;}
.ccbnBgPos {background-color: #009900;}

/* ccbn Select */
.ccbnSelect {}
.ccbnBgSelect {}	

/* ccbn Input */
.ccbnInput {}
.ccbnBgInput {}

/* ccbn Button */
.ccbnButton {}
.ccbnBgButton {}

/* Background for all Lines */
.ccbnBgLine {background-color: #000000;}

/* Background for all spacer rows */
.ccbnBgSpacer {}

/* Background for all Chart Image */
.ccbnBgChart {}

/* potential for Quote styles */
.ccbnPrice {font-size: 14px; font-weight: bold;}

.ccbnBgPrice {}

.noLink {
	color: #3399FF;
	text-decoration: none;
}

div#pressReleases a:link {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #3399FE;
        text-decoration: underline;
}

div#pressReleases a:visited {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #3399FE;
        text-decoration: underline;
}
div#pressReleases a:hover {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
	color:#8EC2F6;
        text-decoration: underline;
}
