/*Stylesheet for Netscape 4.x - identical to main style sheet for IE and NS6 except all padding has been stripped out and em font sizes brought down from 0.7 to 0.6em*/

BODY { 
	margin: 0px;
}


/* standard blue body text */
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #251951;
}

.article {
	line-height: 150%;
}


.italichead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003366;
	font-style: oblique;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

/* class to be used in a span within a <td> or <p> that applies bodytxt, row etc - scales up normal size bodytext and makes bold*/
.bigger {
	font-size: 1.1em;
	font-weight: bold;
}

/* same as class bigger but not bold*/
.biggernotbold {
	font-size: 1.0em;
}


.bullet-sand {
	list-style-image: url(/croner/img/bullet_sand.gif);
	line-height: 150%;
}

.bullet-blue {
	list-style-image: url(/croner/img/bullet_blue.gif);
	line-height: 150%;
}

.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	background-color: #CECE9D;
}

.label2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	background-color: #CECE9D;
}

.label3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	background-color: #E5E5CC
}

.label4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #626727;
	background-color: #E5E5CC;
}

.label5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #003366;
}

/* left navigation text style */
.label7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5CC;
	text-decoration: none;
}

.row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #003366;
}

.row2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #003366;
}

.row3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #003366;
}


.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: oblique;
	color: #003366;
}


.qdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #626727;
	background-color: #E5E5CC;
}

.crumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #003366;
}

.arrow {
	color: #999999;
}


.ads {
}


/* key indices classes*/
.keyr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #003366;
	text-align: right;
	vertical-align: top;
	background-color: #ffffff;
}

.keyl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #003366;
	vertical-align: top;
	background-color: #ffffff;
}

.pos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #046300;
	text-align: right;
	vertical-align: top;
	background-color: #ffffff;
}

.neg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #CB0008;
	text-align: right;
	vertical-align: top;
	background-color: #ffffff;
}

/* end key indices classes*/

H2 {
	font-size: 1.5em;
	font-weight: bold;
}

H3 {
	font-size: 1.3em;
	font-weight: bold;
}

H4 {
	font-size: 1.1em;
	font-weight: bold;
}


/* LINKS */


/* left navigation link style */
A.leftnav:LINK {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5CC;
	text-decoration: none;
}

A.leftnav:VISITED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5CC;
	text-decoration: none;
}

A.leftnav:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5CC;
	text-decoration: underline;
}



/* HEADLINES link style */
A.head:LINK {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

A.head:VISITED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

A.head:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}


/* regular link style */
A:LINK {
	color: #993300; 
	text-decoration: none;
}

A:NAME {
	color: #993300; 
	text-decoration: none;
}

A:VISITED {
	color: #993300;
	text-decoration: none;
}

A:HOVER {
	color: #0066CC;
	text-decoration: underline;
}


/* top navigation link style */
A.topnav:LINK {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5CC;
	text-decoration: none;
}

A.topnav:VISITED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5CC;
	text-decoration: none;
}

A.topnav:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5CC;
	text-decoration: underline;
}

.bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5CC;
}


/* END LINKS */


/* forms style */

INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
}

SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
}

TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
}


.programTitleBg {
	background-color: #CECE9D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

}

.programContrastBg {
  background-color: #EEEEDE;
}


.programContrastRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #003366;
  background-color: #EEEEDE;
}

.label6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #003366;
  background-color: #EEEEDE;
}

.separator {
  background-color: #BFCCE5;
}

.quoteUpper {
  background-color: #FFFFFF;
}

.quoteLower {
  background-color: #E5E5CC;
}

LI.bullet-keyInfo {
	list-style-image: url(/images/blue_square.gif);
}

LI.bullet-row{
	list-style-image: url(/images/arrow.gif);
}
.edTD{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.7em;
        color: #003366;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 6px;
}

.edTitle{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #003366;
}

.edBody{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #003366;
        background-color: #FFFFFF;
}
.tbcol {
	background-color: #251951;
}
.bodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #251951;
}
.bodyh1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #251951;
}
.linkon {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF66;
	font-size: 10pt;

}
.bodyh {
	font-family: Arial, Helvetica, sans-serif;
	color: #009818;
}

