
/* content.css */

.PageTitle {
	font-family: "twentytwelveslab","Arial", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	line-height: 120%;
	color: #fbba00;
	margin: 0px 0 10px 0;
	padding: 0px;
}

h1, .heading1, .Heading1 {
	font-family: "twentytwelveslab","Arial", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	line-height: 120%;
	color: #0084de;
	margin: 0px;
	padding: 0px;
}

h2, .heading2, .Heading2 {
    font-family: "twentytwelveslab","Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 120%;
    color: #0084de;
    margin: 0px;
    padding: 0px;
}

h3, .heading3, .Heading3 {
	font-family: "twentytwelveslab","Arial", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 120%;
	color: #0084de;
	margin: 0px;
	padding: 0px;
}

h4, .heading4, .Heading4 {
	font-family: "twentytwelveslab","Arial", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 120%;
	color: #0084de;
	margin: 0px;
	padding: 0px;
}

h5, .heading5, .Heading5 {
	font-family: "twentytwelveslab","Arial", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 120%;
	color: #fbba00;
	margin: 0px;
	padding: 0px;
}

h6, .heading6, .Heading6 {
	font-family: "twentytwelveslab","Arial", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 120%;
	color: #fbba00;
	margin: 0px;
	padding: 0px;
}

p, .defaulttext {
	color: #565656;
	font-family: "Arial", sans-serif;
	font-size: 12px;	
	font-weight: normal;
	line-height:130%;
}

.YellowText {
	color:#fbba00;
}

.BlueText {
	color:#007bce;
}

.BlackText {
	color:#000000;
}

.WhiteText {
	color:#ffffff;
}
