@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
body{
	background-color: #FFFFFF;
	font-family: sans-serif, Verdana, "Arial Narrow";
	color: #444;
}
h1, h2, h3, h4, h5, h6{
	font-style: normal;
	font-weight: 400;
}
p{
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	margin-left: 3%;
	margin-right: 3%;
}
/* Link styles*/
a {
	color: #004ca7;
	text-decoration: none;
}
a:visited {
	color: #004ca7;
}
a:hover {
	color: rgba(4,127,18,1.00);
	text-decoration-line: underline;
}
/* Header & HERO styles*/
.heroHeader {
	height: auto;
	border-bottom: solid 1px #CCC;			
}

/* Typography styles*/

.BgColorGR{
		background-color:#D5E5E5;
}
.BgColorB{
		background-color:#93caf0;
}
.BgColorR{
		background-color:#ed0008;
}
.BgColorR:hover{
		background-color:rgba(4,127,18,1.00);
}
.BgColorBlack{
		background-color:#000000;
		opacity: .9;
}
.error_strings{background-color:#ff0;}
#sectionOne {
	border-radius: 5px;
	text-align: left;
}
#sectionTwo {
	border-radius: 5px;
	text-align: left;
}
#sectionThree {
	border-radius: 5px;
}

.paraContent16{
	font-size: 16px;
	margin-left: 4%;
	margin-right: 4%;
}
.paraContent15{
	font-size: 15px;	
}
.paraContent14{
	font-size: 14px;
}
.paraContent12{
	font-size: 12px;
}
.textCentre {
	text-align: center;
}
.textLeft{
	text-align: left;
}
.textWhite{
	color: rgba(255,255,255,1.00);
}
.textGray{
	color: #CCCCCC;
}
.lineHight2{
	line-height: 2;
}
.lineWhite{
	border-bottom: thin;
	border-bottom-color: #0D0C0C;
}
.showAreaH2 {
	
}
#secondaryStyling {
	padding-bottom: 0px;
}
.secondarySection {
	margin-top:0px;
}