.text {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
.red_text {
	font-family: Verdana;
	font-size: 14px;
	color: #EB0038;
	font-weight: bold;
}
.red_header {
	font-family: Verdana;
	font-size: 14px;
	color: #EB0038;
	font-weight: bold;
}
.border {
	border: 1px solid #ECDEDF;
}
.text_bold {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.text_white {

	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.red_header1 {

	font-family: "Century Gothic";
	font-size: 16px;
	color: #EB0038;
	font-weight: bold;
}
.faqs .question {
	padding:0px 0px 0px 0px;
	line-height:18px;
	font-weight:bold;
	color:#ee0038;
	margin-top:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.faqs {
}
.faqs dd {
	margin-left:10px;
}
.faqs .answer {
	padding:0px 20px 0px 10px;
	color:#363636;
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.faqs .answer p {
	margin-top:0px;
}
.accordion dt:hover, .accordion dt.over {
	cursor: pointer;
	cursor: hand;
}
.accordion dd {
	display: none;
	overflow: hidden;
}
.accordion dd.open {
	display: block;
}
.accordion dd.getHeight {
	display: block;
}

.header01 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#eb0038;	
	}
