/* CSS Document */

/*-- Makes the Homepage Text White --*/
.homepage_text {
	margin: 17px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	color: #ffffff;
}

.white_text {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	color: #ffffff;
}

.sm_text_11px {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	color: #ffffff;
}

/*-- Style for Heading Text inside Paragraphs --*/
.paragraph_Headings {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px; /*17*/
	font-weight: bold;
	font-stretch: expanded;
	font-style: normal;
	line-height: 20px; /*16.8*/
	color: #282c27; /*434741*/
}

/*-- Style for text underneath tables --*/
.sub_text {
	margin: 5px 5px 0px 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	color: #434741;
}