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

.navigation {
	font-family: calibri;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 1px;
	width: 80px;
}

.navigation:hover {
	font-family: calibri;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #A6CAFF;
	text-decoration: none;
	display: block;
	padding: 1px;
	width: 80px;
	background-color: #FFFFFF;
}

.specialheader {
	font-family: calibri;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	display: inline;
	padding-right: 12px;
}

.specialheader:hover {
	font-family: calibri;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #A6CAFF;
	text-decoration: none;
	display: inline;
	padding-right: 12px;
	background-color: #FFFFFF;
}

.header {
	font-family: calibri;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
	display: inline;
	padding-right: 12px;
}

.header:hover {
	font-family: calibri;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #A6CAFF;
	text-decoration: none;
	display: inline;
	padding-right: 12px;
	background-color: #FFFFFF;
}

p {
	font-family: calibri;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
}
.bold {
	font-family: calibri;
	font-size: 18px;
	font-weight: bold;
	color: #0066FF;
}

.about {
	font-family: calibri;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	width: 600px;
	vertical-align: middle;
	padding-right: 50px;
	padding-left: 50px;
}

.faq {
	font-family: calibri;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	width: 600px;
	vertical-align: middle;
	padding-right: 50px;
	padding-left: 50px;
	text-decoration: underline;
}

.faqheader {
	font-family: calibri;
	font-size: 18px;
	font-weight: bold;
	color: #0066FF;
	width: 600px;
	vertical-align: middle;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
}

.mainimage { border: none }