/* CSS Document */
body {
	line-height: 1.1em;
    font-size: 11px;
	text-align:left;
}
h1{ 
	font-size:15px;
	color:#01224d; }
h2{ 
	font-size:15px;
	color:#8F94A6; }
h3{ 
	font-size:13px;
	color:#01224d;
	margin-top:-2px;
	margin-bottom:-1px;
	border-bottom:1px solid #eff1f0; }
h4{ 
	font-size:13px;
	color:#8F94A6;
	margin-top:-2px;
	margin-bottom:-1px;
	border-bottom:1px solid #eff1f0; }
h5{ 
	font-size:11px;
	color:#01224d; }
h6{ 
	font-size:11px;
	color:#8F94A6; }
/**/
hr {
	color: #006666;
}

/* Frequently used classes */


.print, .handheld {
	display: block;
}
.noprint, nohandheld {
	display: none;
}


/*.print, .handheld {
	 display: block;
}
.noprint, nohandheld {
	display: none;
}
.noprint{ 
	display:none;
	}*/
.required {
	background-color: #FFFFFF;
	color: #FF3300;
}
.small, .small td {
	font-size: 95%;
}
table.styled {
	border: 1px solid #88A3AE;
	border-left: 0;
	border-bottom: 0;
}
	table.styled tr.theader td, table.styled td.theader {
		background-color: #CCD7DB;
		font-weight: 600;
	}
	table.styled tr td {
		background-color: #FFFFFF;
		border-bottom: 1px solid #C3D1D6;
		border-left: 1px solid #C3D1D6;
		padding: 2px;
	}
	table.styled tr.odd td, table.styled td.odd {
		background-color: #F5F5F5;
	}
	table.styled tr.odd2 td, table.styled td.odd2, table.styled tr.odd td.odd2 {
		background-color: #E5EAED;
	}
div.styled {
	border: 1px solid #88A3AE;
}
.attentionbox {
	padding: 3px;
	color: #000000;
	border: 1px solid #000000;
}
	.attentionbox .inltopictitle, .attentionbox .inltopiccontent {
		color: #cc0033;
	}
div.horizontaldivider {
	border-bottom: 1px solid #666666;
	margin: 10px 0px 10px 0px;
}
input.required, textarea.required {
	background-color: #E7EFF1;
	color: #6796A0;
}