/* CSS Document */
body, p {
	line-height: 1.1em;
    font-size: 14pt;
	text-align:left;
}
/*
h1 {
	font-size: 125%;
	margin-top: 7px;
	color: #B02621;
}
h2 {
	border-bottom: 1px solid #B02621;
	color: #B02621;
	font-size: 115%;
	margin-top: 15px;
	padding: 3px 0px 3px 3px;
}
h3 {
	color: #B02621;
	font-size: 110%;
	text-decoration: none;
	padding: 8px 0px 6px 0px;
}
h4 {
	font-size: 95%;
	color: #666666;
	border-bottom: 1px solid #666666;
	/*border-left: 1px solid #666666;
	padding: 3px 0px 3px 3px;
}*/
h5 {
	font-size: 95%;
	font-weight: 600;
	color: #979797;
	margin: 0px;
	padding-left: 5px;
	border-left: 1px solid #979797;
	border-bottom: 1px solid #979797;
	padding: 3px 0px 3px 3px;
}
h6 {
	font-size: 90%;
	color: #979797;
	margin: 10px 10px 10px 0px;
	padding: 3px 0px 3px 3px;
}*/
h1{ 
	color:#293037;
	font-size:22px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:lighter;}
h2{ 
	color:#841111;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:lighter;}
h3{ 
	color:#293037;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:lighter;}
h4{ 
	color:#841111;
	font-size:22px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:lighter;}	

hr {
	color: #006666;
}
#logo {
	border-bottom:2px solid #841111;
	padding-bottom:15px;
}

/* Frequently used classes */

.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;
}
