@charset "utf-8";
.main {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #007CC2;
	border-bottom-color: #007CC2;
	border-left-color: #007CC2;
	background-color: #FFFFFF;
	font-family: 'Lato', Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color:#007CC2;
}
.content {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.footer {
	color: #007CC2;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #0C7FBE;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #81E7FE;
}
a.footer:link {
	text-decoration: none;
	color:#007CC2;
}
a.footer:hover {
	text-decoration:underline;
	color:#000000;
}
a.footer:visited {
	text-decoration:underline;
	color:#007CC2;
	
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 20px;
}