/* THIS CLASS IS FOR THE OLD FRAMESET HEADER GRAPHIC BACKGROUND COLOR */
.headerBack{background-color:#999999;}

/*these styles are for navigation tables' background color*/
.lightCellBack {
	color: #FFFFFF;
	background-color: #E9E9E9;
}

.darkCellBack {
	color: #FFFFFF;
	background-color: #CCCCCC;
}

/* the following class is for the new-look top nav background color */
.topNavBgColor {
	background-color: #F2F2F2;
}

/* the following three classes are for the new-look left nav background color */
.headNavBack {
	color: #FFFFFF;
	background-color: #CCCCCC;
}

.subNavBack {
	color: #666666;
	background-color: #FFFFFF;
}

.linkNavBack {
	color: #666666;
	background-color: #EBECED;
}

/* the following class is for the new-look left/right nav border color */
.navBoxBorderColor {
	background-color: #BABABA;
}

/*	font-style: normal;font-weight: bold;	font-family : Arial, Helvetica, sans-serif;	font-size : 10pt;

/*these styles are for channel connection report tables' background color*/
.reportlightCellBack {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	background-color : #FFFFFF;
}

.reportdarkCellBack {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	background-color : #E9E9E9;
}

.eightLinkRoll A:link {color: #1A6BAE; text-decoration:none; font-size : 11px;}
.eightLinkRoll A:visited {color: #1A6BAE; text-decoration: none; font-size : 11px;}
.eightLinkRoll A:active {color: #1A6BAE; text-decoration: none; font-size : 11px;}
.eightLinkRoll A:hover {color: #1A6BAE; text-decoration: underline; font-size : 11px;}
/* END Channel Connection styles

/*this class defines a 9 point (ie and netscape read the same) font link*/
.nineLinkRoll A:link {color: #CC0000; text-decoration:none; font-size : 12px;}
.nineLinkRoll A:visited {color: #CC0000; text-decoration: none; font-size : 12px;}
.nineLinkRoll A:active {color: #CC0000; text-decoration: none; font-size : 12px;}
.nineLinkRoll A:hover {color: #CC0000; text-decoration: underline; font-size : 12px;}

A:link {color: #CC0000; text-decoration: underline;}
A:visited {color: #CC0000; text-decoration: underline;}
A:active {color: #CC0000; text-decoration: underline;}
A:hover {color: #CC0000; text-decoration: underline;}

/* this style is for left side navigation links */
.leftLink A:link {color: #CC0000; text-decoration:none; font-size : 11px;}
.leftLink A:visited {color: #CC0000; text-decoration: none; font-size : 11px;}
.leftLink A:active {color: #CC0000; text-decoration: none; font-size : 11px;}
.leftLink A:hover {color: #CC0000; text-decoration: underline; font-size : 11px;}

/* this style is for right side navigation links */
.rightLink A:link {color: #CC0000; text-decoration:none; font-size : 11px;}
.rightLink A:visited {color: #CC0000; text-decoration: none; font-size : 11px;}
.rightLink A:active {color: #CC0000; text-decoration: none; font-size : 11px;}
.rightLink A:hover {color: #CC0000; text-decoration: underline; font-size : 11px;}

/* this style displays a link as regular black text with a rollover effect */
.blackLink A:link {color: #000000; text-decoration:none;}
.blackLink A:visited {color: #000000; text-decoration: none;}
.blackLink A:active {color: #000000; text-decoration: none;}
.blackLink A:hover {color: #CC0000; text-decoration: underline;}

/* this style sets the background color to different appropriate business unit colors */
.cellBack {background-color: #886666;}

body{
	background: #ffffff;
}

td,li,div,p  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

.mainHeader {
	font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #CC0000;
}

.secondaryHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
}

.pulldowns {
	font-family: Arial, Helvetica, sans-serif
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #006699;
}


.size10Header{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	color: #CC0000;
}

.size9Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

sup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
}
.red {
	color: #FF0000;
}

.redBackHeader10 {
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
	font-size: 13px;
}	