.blueheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #004B8D;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004B8D;
	text-decoration: none;
}
.whiteheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 25px;
}
.whitecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 25px;
	margin-right: 20px;
	font-weight: normal;
}
.footer {
	background-color: #6E778B;
	padding: 2px;
	border: 6px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #004A8B;
	margin-left: 20px;
	text-decoration: none;
	padding-left: 0px;
}
.mainnav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004B8D;
	text-decoration: none;
}
.mainnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
}
.mainnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #99CCFF;
	text-decoration: none;
}
.lineseperator {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #004B8D;
	border-right-color: #004B8D;
	border-bottom-color: #004B8D;
	border-left-color: #004B8D;
	padding-right: 20px;
}
.lineseperator_vertical {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
.productlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
.productlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
