@charset "utf-8";

html{ 
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

@media screen {
	
* {margin:0; padding:0; text-indent:0; }
	
 .s1 { 
color: black; 
font-family:"Times New Roman", serif;
font-style: normal;
font-weight: normal;
text-decoration: none;
font-size: 28pt; 
}
	
	
body header p, body footer p {font-size: 15pt; padding-bottom: 20px; padding-top: 20px }
	
a.Link {
font-size: 15pt;
color:black;
text-decoration: none;
}
	
a.Link:hover {
color: darkblue;
text-decoration: underline
}
	
a.email {
text-decoration: underline;
}
		
a.email:hover {
color: darkblue;
text-decoration: underline
}
	
 p { 
	 color: black;
	 font-family:"Times New Roman", serif;
	 font-style: normal;
	 font-weight: normal; 
	 text-decoration: none; 
	 font-size: 12pt;
	 margin:0pt; 
	 text-align: center
	}
	
	p.s1 {
		padding-top: 3pt;
		padding-left: 14pt;
		text-indent: 0pt;
		line-height: 32pt;
		text-align: center;
	}
	
	p.s2 {
		padding-left: 14pt;
		text-indent: 0pt;
		line-height: 14pt;
		text-align: center;
		}
	
	p.top {
    padding-top: 9pt;
    padding-left: 6pt;
    text-indent: 0pt;
    text-align: center;
    margin-left: 6px;
}
	
 a { 
	 color: #0562C1; 
	 font-family:"Times New Roman", serif;
	 font-style: normal;
	 font-weight: normal;
	 text-decoration: underline;
	 font-size: 12pt; 
	}
	
	a.email {
		color: black; 
		font-family:"Times New Roman" serif;
		font-style: normal;
		font-weight: normal; 
		text-decoration: none; 
		font-size: 12pt}
	
 h1 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 15pt;
    margin-left: 20px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
	}
	
h3 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 12pt;
    margin-left: 20px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
	}
		
	
ul#l1, ul#l2, ul#l3, ul#l4, ul#l5, ul#l6 {
		text-align: center;
	margin-left: 20px;
	list-style-type: none;
	} 	
	
	li{ 
		padding-bottom: 10px;
	}

}
