@charset "utf-8";


body{
font-family:'Lato',sans-serif;
font-weight:300;
text-rendering: optimizeLegibility;
}


 

h1{
	font-size:40px;
	font-size:4.0rem;
	font-weight:400;
	text-align:center;
	 }
	
 
h2{
	font-size:32px;
	font-size:3.2rem;
	font-weight:400;
	 }
	 
	 
h3{
	font-size:36px;
	font-size:3.6rem;
	font-weight:400;
	 }

h4{
	font-size:21px;
	font-size:2.1rem;
	font-weight:400;
	 }
	 
h5{
	font-size:32px;
	font-size:3.2rem;
	font-weight:400;
	 }
	 	 
	 
h6{
	font-size:18px;
	font-size:1.8rem;
	font-weight:200;
	 }
	 	 

p,li,dt,dd,th,td{
	font-size:14px;
	font-size: 1.4rem; /* 1.6em = 16px */
	line-height:1.75;
	font-weight:400;
	letter-spacing:1px;
}

p.notice,
dd.notice{
	font-size:13px;
	font-size:1.3rem;
	margin:20px 0;
	} 