@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 25px;
}

body,td,th {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}

a:link {
	color: #0099FF; 
	text-decoration: underline;
}

a:visited {
	color: #0099FF; 
	text-decoration: underline;	
}

a:hover {
	color: #00CCFF; 
	text-decoration: underline;
}

a.white:link {
	color: #FFFFFF; 
	text-decoration: underline;
}

a.white:visited {
	color: #FFFFFF; 
	text-decoration: underline;
}

a.grey:link {
	color: #999999; 
	text-decoration: underline;
}

a.grey:visited {
	color: #999999; 
	text-decoration: underline;
}

.grey {
	color: #999999;
}


.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}

.titlefade {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #4f78a4;
	font-weight: normal;
}

.searchbar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #3F5B8D;
	font-weight: bold;
}

.lightblue {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #C2E8F3;
	font-weight: bold;
}

.product {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #111111;
	line-height: 16px;
}

.product-cash {
	font-family: Arial, sans-serif;
	font-size: 28px;
	color: #3F5B8D;
	font-weight: bold;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #3F5B8D;
}

.midblue {
	font-family: HArial, sans-serif;
	font-size: 13px;
	color: #3B75B3;
	font-weight: bold;
}

.subheader {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.subheader2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.subheaderblue {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #3B75B3;
	font-weight: bold;
	line-height: 20px;
}

.postaladdress {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	line-height: 26px;
}

.red {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
	color: #3B75B3;
	font-size: 13px;
	font-weight: bold;
}

div#faq li {
	margin-bottom: 50px;
}


ol p {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	font-weight: normal;

}

h4 {
	color: #3B75B3;
	font-size: 13px;
	font-weight: bold;
}

div#terms li {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	list-style-type: circle;
	margin-bottom: 10px;
}

div#faq_sub ul li {
	line-height: 12px;
}

div#checklist li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	list-style-type: circle;
	margin-bottom: 10px;
}

form {
	margin-bottom: 0;
	margin-top: 0;
}

/* highlight section */

.section
{
	background:url('../App_Themes/MPX/images/page/lt_greybox_700.jpg'); 
	height:45px; 
	vertical-align:middle; 
	padding:10px;
}

/* Navigation menu */

.cssnav
{
	position: relative;
	font-family: arial, helvetica, sans-serif;	
	background: url('../App_themes/MPX/images/navi/overbtn.jpg') no-repeat;
	white-space: nowrap;
	display: block;
	width: 100px;
	height: 31px;
	margin: 0;
	padding: 0;
}

.cssnav a
{
	display: block;
	font-size: 12px;
	width: 100px;
	height: 31px;
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
}

.cssnav a:hover
{
	color: #FFFFFF;
}

.cssnav img
{
	width: 100px;
	height: 31px;
	border: 0
}

* html a:hover
{
	visibility:visible
}

.cssnav a:hover img
{
	visibility:hidden
}

.cssnav span
{
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;	
	font-size:12px;
} 

.menubackground
{
	background-image:url('../App_themes/MPX/images/navi/navibar_01.jpg');
	background-repeat:repeat-x;
	width:212px;	
}
