@charset "UTF-8";
/* CSS Document */

/************************************************************************************
GENERAL
*************************************************************************************/

.insideFaq{
	display:block;
	width: 650px;
	height: 300px;
	top: 0px;
	left: 80px;
	position: relative;
	overflow: auto;
	/*background: #000;*/
}

img
{  border-style: none;
}

/************************************************************************************
TEXT
*************************************************************************************/


.txtHeader {
	font-family:'TheSansPlain-ExtraBold', Arial, Helvetica, sans-serif;
	font-size:44px;
	font-weight:bold;
	color:#EC1D24;
}

.txtSubHeader {
	font-family: 'TheSansPlain-SemiBold', Arial, sans-serif;
	font-size:18px;
	color:#4C4C4E;
	line-height:24px;
}

.txtSmall {
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#4C4C4E;
}

.txtBody {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#4C4C4E;
}

.txtBodyRed {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#EC1D24;
}