@import url("../webfonts/ftrabk/stylesheet.css");
@import url("../webfonts/ftrahv/stylesheet.css");
/* CSS Document */

#mainBody { 
padding-bottom:30px;
padding-top:30px;
}
#mainBody p {
	font-family: ftrabk;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #000;
	margin-left:10px;
	margin-right:10px;
}
#mainBody h1 {
	font-family: ftrahv;
	font-size: 36px;
	font-style: normal;
	line-height: 36px;
	color: #F60;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px;
}
#mainBody h2 {
	font-family: ftrahv;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px;
}
#mainBody ul {
columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	margin-left: ;
}
#mainBody li {
font-family: ftrahv;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;	
}

	
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	#mainBody li {
font-family: ftrahv;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;	
}
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
}
