h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #990033;
}

p {
	padding-top: 0;
}

#int_header {
	height: 40px;
	background: url('../images/bg_about_header.gif') no-repeat;
	padding-top: 22px;
	padding-left: 6px;
	padding-right: 6px;
	color: #FFFFFF;
	font-size: 14px;
}

#int_main {
	width: 748px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding-left: 11px;
	padding-right: 11px;
}

#int_main_right {
	float: right;
	width: 290px;
}

#int_main_left {
	width: 430px;
	height: 180px;
	padding-top: 15px;
	padding-left: 20px;
}

#int_main_left ul {
	list-style: unordered;
  margin: 0;
  padding: 0;
}

#int_main_left li {
  margin: 0;
	padding: 0;
}

#int_divider {
	height: 2px;
  overflow: hidden;
  border-top: 1px dotted #a4a4a4;
  border-bottom: 1px dotted #a4a4a4;
  border-left: 0px;
  border-right: 0px;
  padding: 0px 0px 0px 0px;
}

#int_sub {
	background: url('../images/bg_dotted.gif') repeat;
	padding: 10px;
	min-height: 285px;
	height: auto !important;
	height: 285px;
}

.faq_title a {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.faq_answer a {
	color: #990033;
}