@charset "utf-8";
body {
	background-color: #000066;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	margin: auto;
	display: table;
}
.titleText {
	font-weight: bold;
	font-size: 24px;
	font-style: normal;
}
.credits {
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	text-align: right;
	line-height: normal;
	font-variant: normal;
}

.faqQuestion {
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
}

.textItalic {
	font-weight: normal;
	font-size: 24px;
	font-style: italic;
}
.tableSetup {
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
	text-align: left;
}
.tableCenter {
	text-align: center;
	margin: auto;
	display: table;
}
.normalLinkText {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
