body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin: 0 15px 0 15px;
  background: #505098;
}

td {
	vertical-align: top;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
li {
	padding-bottom: 10px;
}
td.content {
	vertical-align: top;
	padding-left: 50px;
	background: #FFFFFF;
}
.button a:hover {
    color: #FF0000;
}
a:hover {
    color: #FF0000;
}
.button {
	background: #A1826E;
	text-align: right;
	font-size: 10px;
	
}
.button_selected {
	background: #A1826E;
	text-align: right;
	font-size: 11px;
	
}
.button a {
	text-decoration: none;
	color: #FFF;
}
.button_selected a {
	text-decoration: none;
	color: #FF9933;
	font-weight: bold;
}
.content_heading {
	color: #669933;
	font-size: 18px;
	font-weight: bold;
	background: #FFFFFF;
}
.content_sub_heading {
	color: #A1826E;
	font-size: 12px;
	font-weight: bold;
	background: #FFFFFF;
}
.content_body {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	background: #FFFFFF;
}
.page_container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
}
.faq_question {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	background: #EEEEEE;
}