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

.wrapper {
	width: 1024px;
	margin: 0 auto;
	margin: 0px;
	text-align:center; /**for older browsers**/
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

body {
	margin: 0 auto; /**for older browsers**/
	margin: 0px;
	background-color: #17128e;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	font-size: larger;
}

table {
	background-color: #F99202;
	border-color: #F99202;
}

th {
	background-color: #F99202;
	color: #000033;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: bold;
	border-color: #7C4901;
}

td {
	background-color: #000066;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	border-color: #7C4901;
}

tdcenter {
	background-color: #000066;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	border-color: #7C4901;
}

SectionHeader {
	text-align: center;
}

img {
	 border:0px;
}
.FAQ_Q {
	color: #FFFF33;
}
#title {
	color: #FF0;
}
