@charset "utf-8";
/* CSS Document */

body {
	font-size: 80%;
}
.boxbannerbox {
	height: auto;
	width: 800px;
	text-align: center;
	float: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #BFD0FF;
}
.boxfooterbox {
	text-align: center;
	float: none;
	width: 800px;
}
.boxmainbox {
	float: none;
	width: 760px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin: 20px;
}
.boxnavigationbox {
	height: auto;
	width: 800px;
	clear: both;
	text-align: center;
	background-color: #BFD0FF;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #00268D;
	border-top-width: 1px;
	border-top-color: #00268D;
}
.boxrightbox {
	padding: 10px;
	float: right;
	height: auto;
	width: 245px;
	border: 1px solid #00268D;
	background-color: #FFFFBF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 40px;
}
.boxcenter {
	clear: both;
	width: 760px;
}
.boxleft {
	float: none;
	width: 425px;
}
.boxwholebox {
	height: auto;
	width: 800px;
	clear: both;
	border: 4px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #00268D;
	margin-left: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #B10005;
	margin-top: 20px;
	margin-left: 30px;
	font-style: italic;
}
strong {
	color: #00268D;
}

.textmaintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 20px;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	float: none;
}
.boxtextbox {
	float: left;
}

.textfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00268D;
}
.textfooter2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00268D;
}

.textfeaturedtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	line-height: 130%;
	text-align: left;
	margin-top: 15px;
}
.texttableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #B10005;
}
.imgleft {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: none;
}
.imgright {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#OEM {
	font-size: 1em;
	background-color: #BFD0FF;
	padding: 5px;
	border: 3px solid #B10005;
	position: absolute;
	width: 530px;
	height: auto;
	top: 30px;
	left: 30px;
	background: #BFD0FF;
	visibility:hidden;
}

