/* CSS Document */

BODY {
	margin: 0px;
	background-color: #e2e2eb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

P, TD, UL, OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

/*** Cell Color ***/
.cellBg_MedGreyPurple { background-color: #a3a3bf; }
.cellBg_lightGrey { background-color: #f5f5f5; border-right: 1px solid #FFFFFF; }
.cellBg_lightPurple { background-color: #e6e6f1; border-right: 1px solid #FFFFFF; }
.cellBg_MedGreyPurple2 { background-color: #c6c5d0; }
.cellBg_DarkPurple { background-color: #545494; }
.cellBg_darkNavyBlue { background-color: #28287d; }
.cellBg_white { background-color: #FFFFFF; }

.cellBg_patternA {
	background-image: url(../images/bg_01.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-bottom: 5px;
}
.cellBg_patternB {
	background-image: url(../images/divline01.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
.cellBg_patternC {
	background-image: url(../images/divline02.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 2px 5px 2px 3px;
	text-align: right;
}
.cellBg_patternD {
	background-image: url(../images/bullet03.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #929292;
}
.cellBg_patternE {
	/*** background-image: url(../images/bullet03.gif); ***/
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #929292;
}
.cellBg_patternF {
	/*** background-image: url(../images/bullet03.gif); ***/
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #929292;
}
/*** Cell Padding ***/
.paddingTop_01 { padding-top: 20px; }

/*** Cell Bullet ***/
.bulletA {
	background-image: url(../images/bullet02.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 2px;
	color: #bfd6d8;
}

/*** Text Styles ***/
.txt_Header {
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
.txt_Footer {
	font-size: 10px;
	color: #959595;
}
.txt_white { color: #FFFFFF; }
.txt_subHeader {
	font-size: 15px;
	color: #28287d;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 5px;
}

/*** Navigation Cell ***/
.navOff {
	background-image: url(../images/bullet01.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 3px;
}
.navOn {
	background-image: url(../images/bullet01_on.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 3px;
}


/*** Link Styles ***/
A:link, A:visited { color: #0200cd; text-decoration: none; }
A:active, A:hover { color: #000000; text-decoration: underline; }

A.navLink { text-decoration: none; }
A.navLink:link, A.navLink:visited { color: #000000; text-decoration: none; }
A.navLink:active, A.navLink:hover { color: #000000; font-weight: bold; text-decoration: none; }

A.subNavLink { text-decoration: none; }
A.subNavLink:link, A.subNavLink:visited { color: #bfd6d8; }
A.subNavLink:active, A.subNavLink:hover { color: #FFFFFF; }