@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{ margin:0 auto; font-size:12px; font-family:"Lato", sans-serif; color:#666;}
.wrapper{ width:998px; margin:0 auto;}
.left{
	float:left;
}
.right{
	float:right;
}
h1,h2,h3,h4,h5,h6,p,a,ul,li{
	padding:0;
	margin:0;
}
h1{font-family: "Lato", sans-serif; font-size:58px;text-shadow: 0 -1px 2px #000000;line-height: 60px; text-transform:uppercase;}
h2{ color:#00A0E2;font-family:"Lato", sans-serif; letter-spacing:-0.5px; font-size:35px; font-weight: bold;}
h3{ color:#00A0E2; font-weight:normal; font-size:20px; font-family: "Lato", sans-serif;}

li{	list-style:none; }
a{	text-decoration:none; color:#666666; }
p{	text-align:justify;	color:#666;	line-height:20px; font-size:12px; }
.center{ text-align:center; }
.text{line-height: 20px;}
.text ul{}
.text ul li{ list-style-image:url(../img/li.jpg); margin-left:15px;}
.text ul li a{}
.text ul li a:hover{ text-decoration:underline;}
.clear{clear:both; width:100% !important; border:none !important;}
