body{
	max-width: 1920px;
	background: #FFFFFF;
	font-family: 'Roboto';
	font-size: 1.125em;
	font-weight: 400px;
	color: #141453;
	line-height: 2.0;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	opacity: 1;
}
.row{
	max-width: 1920px;
	width: 90%;
	margin: 10px auto 10px;
}

.square{
	max-width: 1920px;
	width: 90%;
	margin: 10px auto 10px;
}

hr{
	width: 96%;
	margin: 10px auto 10px auto;
	background: #141453;
	height: 4px;
	color: #005694;
	border-width: 0px;
	opacity: 1;
}

hr.red{
	width: 96%;
	margin: 10px auto 10px auto;
	background: #E42526;
	height: 8px;
	color: #E42526;
	border-width: 0px;
	opacity: 1;
}

h1{
	width:95%; 
	text-align: center; 
	color: #D61421; 
	font-weight: 700; 
	font-size: 1.75em; 
	font-style: italic;
	margin: 10px auto 10px auto;
	padding-top: 10px;
	font-family: 'Roboto';
}

h2{
	width: 95%; 
	text-align: left; 
	color: #005694; 
	font-weight: 700; 
	font-size: 1.5em;
	margin: 10px auto 10px auto;
	padding-top: 10px;
	font-family: 'Roboto';
}

h3{
	width: 95%; 
	text-align: left; 
	color: #141453; 
	font-weight: 700; 
	font-size: 1.25em;
	margin: 10px auto 10px auto;
	padding-top: 10px;
	font-family: 'Roboto';
}

img.left{
	width: 100%; 
	height: auto; 
	border-radius: 25px; 
	margin: 0px 32px 16px 0px;
}

p{
	font-family: 'Roboto';
	font-weight: 400;
	color: #141453;
	line-height: 2.0;
	font-size: 1.125em;
	margin: 10px  auto 10px  auto;
	width: 100%;
}

p.footer{
	font-family: 'Roboto';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.75;
	font-size: 0.875em;
	margin: 0.75em auto 0.75em auto;
	width: 100%;
}


ul.gcontent{
	width: 85%;
	margin-left: 5%;
	font-family: 'Roboto';
	font-weight: 400;
	color: #141453;
	line-height: 2.0;
	font-size: 1.125em;
}

a.glink{
	font-family: 'Roboto';
	font-weight: 400;
	text-decoration: underline;
	color: #D61421;
	line-height: 2;
}

a.glinkf{
	font-family: 'Roboto';
	font-weight: 400;
	text-decoration: underline;
	color: #FFD700;
	line-height: 1.75;
	font-size: 0.875em;
}

label.ghomepage{
	font-family: 'Roboto';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2.0;
	font-size: 1.125em;
	margin: 10px  auto 10px  auto;
	width: 100%;	
}

