.text {
	font-size: 15px;
	color: #45494d;
	font-family: "Century Gothic", Corbel, Tahoma, Arial;
	text-align: left;
}
.text_footer {
	font-size: 15px;
	color: #45494d;
	font-family: "Century Gothic", Corbel, Tahoma, Arial;
	text-align: center;
}
.text_header {
	color: #e2621b;
	font-family: "Century Gothic", Corbel, Tahoma, Arial;
	font-size: 18px;
	vertical-align: top;
}
.text_header_mini {
	color: #e2621b;
	font-family: "Century Gothic", Corbel, Tahoma, Arial;
	font-size: 16px;
	vertical-align: top;
}
.tabletext {
	font-size: 11px;
	color: #45494d;
	font-family: "Century Gothic", Corbel, Tahoma, Arial;
	text-align: left;
}
.tabletext2 {
	font-size: 12px;
	font-family: "Century Gothic", Corbel, Tahoma, Arial;
	text-align: left;
}

.htext {
	font-size: 13px;
	color: #888888;
	font-family: "Century Gothic", Corbel, Tahoma, Arial;
	}
.section 
{
	display: block;
} 

.accordion
{
	width: 280px;

}

.accordion h2,
 .accordion p
{
	margin: 0;	
}

.accordion h1,
 .accordion p
{
	margin: 0;	
}

.accordion div.pane
{
	height: 170px;
	display: none;
	font-size: 13px;
	color: #45494d;
	font-family: "Century Gothic", Corbel, Tahoma, Arial;
	text-align: left;
}

.accordion p
{
}

.accordion h2 a 
{
	font-size: 14px;
	font-weight: normal;
  padding-top: 10px;
  padding-bottom: 15px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.accordion h1 a 
{
	font-size: 15px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 15px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.accordion h2.active a:after 
{  
    content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	border-top: 5px solid #333;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
}

.accordion h1.active a:after 
{  
    content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	border-top: 5px solid #333;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
}