@charset "UTF-8";

body {
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#divCore  {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	margin-top: 30px;
}

a:link {
	color: #FFFFFF;
}



.bottomNav {
	padding-top: 0px;
	width: 400px;
	padding-left: 0px;
	padding-right: 20px;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 10px;
	bottom: auto;
}

.bottomNav a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
}

.bottomNav a:hover {
	color: #999999;
	text-decoration: none;
	padding-right: 10px;
}

.bottomNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
}

.bottomNav a:active {
	text-decoration: none;
}





.faqCore {
	padding: 15px;
	font-size: 12px;
}

.Grey {
	color: #999999;
}
