body {
	margin: 0px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 11px;
	line-height:16.5px;
}

body, td, p, tr {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
hr { color: #999999; }
ul { list-style-image: url(/assets/1/bulletpoint.gif);}

.BluePageTitle{ font-weight: bold; color: #6699CC; font-size: 12pt;}
.BlueSubHeading{ font-weight: bold; color: #6699CC; font-size: 10pt;}

.bgBoxMiddleTop { background-image:url(/assets/4/top_middle.gif); }
.bgBoxMiddleLeft { background-image:url(/assets/4/left_middle.gif); }
.bgBoxMiddleRight { background-image:url(/assets/4/right_middle.gif); }
.bgBoxMiddleBottom { background-image:url(/assets/4/bottom_middle.gif); }

TD, P, TR, BODY {
	color: #333333;
	font-size: 11px;
	line-height:16.5px;
}

A { color: #666666; font-weight: bold; text-decoration: none; }
A:visited { color: #666666; font-weight: bold; text-decoration: none; }
A:hover { color: #666666; font-weight: bold; text-decoration: underline}

A.navLevel1, A.navLevel1:visited { color: #FFFFFF; text-decoration: none; font-weight: normal; }
A.navLevel1:hover, A.navLevel1:active { color: #FFFFFF; text-decoration: underline; font-weight: normal; }
A.navLevel1Selected, A.navLevel1Selected:visited { color: #FFFFFF; text-decoration: underline; font-weight: normal; }
A.navLevel1Selected:hover, A.navLevel1Selected:active { color: #FFFFFF; text-decoration: underline; font-weight: normal; }

A.navLevel2, A.navLevel2:visited { color: #707070; text-decoration: none; font-weight: normal; font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif; font-size: 11pt; }
A.navLevel2:hover, A.navLevel2:active { color: #000000; text-decoration: none; font-weight: normal; font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif; font-size: 11pt; }
A.navLevel2Selected, A.navLevel2Selected:visited { color: #000000; text-decoration: none; font-weight: normal; font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif; font-size: 11pt; }
A.navLevel2Selected:hover, A.navLevel2Selected:active { color: #000000; text-decoration: none; font-weight: normal; font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif; font-size: 11pt; }

A.navLevel3, A.navLevel3:visited { color: #999999; text-decoration: none; font-weight: normal; }
A.navLevel3:hover, A.navLevel3:active { color: #5387BD; text-decoration: none; font-weight: normal; }
A.navLevel3Selected, A.navLevel3Selected:visited { color: #5387BD; text-decoration: none; font-weight: normal; }
A.navLevel3Selected:hover, A.navLevel3Selected:active { color: #5387BD; text-decoration: none; font-weight: normal; }

input.wide, textarea.wide { 
	width: 100%; 
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:16px;
}

.mainNaviationCell{ background-color: #000031; } 
.level2Arrow { padding-bottom: 4px; }
.level3Arrow { padding-top: 2px; }
.PrintPageBottom { padding-right: 10px;  padding-top: 8px; }
.PrintPageTop { padding-right: 10px;  padding-bottom: 8px; }
.divider { background-color: #FFFFFF; width: 1px; height: 15px; margin-left: 8px; margin-right: 8px; }

@media print {
	p, td, div, span, li,b, strong { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10pt; color: #000000; line-height:28px; text-align:left; font-weight: normal; }
	a { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10pt; color: #333333; line-height:27px; }
	div.hideFromPrinter { display: none; }
	div.printerPageTitle { font-weight: bold; font-size: 14pt; line-height: 34px; margin-top:-100px; text-transform: capitalize;}
	div.content { display: block; width: 616px; position: absolute; top:100px; left:40px;}
}

@media screen {
	div.printLogo { display: none; }
	div.printLogo2 { display: none; }
	div.printerPageTitle { display: none; }
}


/* CUSTOM COLORS */
.MainDarkBlue { color: #0c1c47; }
.LightBlue  { color: #6087A8; }
.CDASelectBlue  { color: #003893; }
.CDAProfileGreen { color: #424716; }
.CDADevelopRed  { color: #D62828; }
.CDATransformPurple { color: #70147A; }

