body{
	font-family : Arial, Helvetica, sans-serif;
	font : Arial;
	padding-bottom : 20px;
	padding-left : 50px;
	padding-right : 50px;
	padding-top : 30px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00008B;
	font-size: 16pt;
	font-style : normal;
	font-variant : small-caps;
	font-weight : bold;
	padding-bottom : 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: Gray;
	font-size: 13pt;
	font-variant : small-caps;
	font-weight : bold;
	padding-left : 10px;
}

h3{
	color: Gray;
	font-size: 10pt;
	font-variant : normal;
	font-weight : normal;
	padding-top : 0px;
	text-align : center;
	font-style : italic;
}

h4{
	background : Silver;
	line-height: 20px;
	font-size : 9px;
	text-align: right;
	padding-right: 30px;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 10pt;
	font-style : italic;
	font-weight : normal;
	text-transform : none;
	padding-left : 100px;
	text-align : left;
}
address.padd {
	padding-top :8px;
	padding-bottom : 8px;
}

br{
	line-height : 2px;
}
br.big{
		line-height : 30px;
}

p{
	font-family: Arial, Helvetica, sans-serifcolor: Black;
	font-size: 11pt;
	font-style : normal;
	font-weight : normal;
	text-transform : none;
	padding-left :35px;
	margin-right : 5%;
	text-align : justify;

}

p.key {
	font-style : italic;
	padding-left :10px;
}


ul {
	padding-left : 70px;
}

li{
	font-size: 11pt;
	text-transform : none;
	padding-left : 8px;
	text-align : left;
	list-style-type : square;
	line-height : 21px;
}

a {
	border : 0;
	color: Blue;
	text-decoration : none;
}

a:visited{
	color : Teal;
}

a:hover {
	color : orange;
}




