/* CSS Document */


body
{
	height: 100%;
	color: #000000;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	font-family: Times New Roman, Verdana
}

a
{
	color: #5F6775;
	text-decoration: none;
	font-family: Times New Roman, Verdana;
	font-weight:bold;
	font-size: 12pt;
}

a:hover
{
	color: #007778;
	text-decoration: none;
	font-family: Times New Roman, Verdana;
	font-weight:bold;
	font-size: 12pt;
}

p {
	font-size: 11pt;
	font-family: Times New Roman;
	font-style: normal;
	text-align: justify;
	color:#007778;
	padding-left: 50px;
	padding-right:50px;
}
ol {
	font-size: 11pt;
	font-family: Times New Roman;
	font-style: normal;
	text-align: left;
	color:#007778;
	padding-left: 50px;
	padding-right:50px;
}

body {
	font-size: 11pt;
	font-family: Times New Roman;
	font-style: normal;
	color:#007778;
}

h1 {
	font-size: 12pt;
	font-family: Times New Roman;
	font-style: normal;
	text-align: center;
	color:#007778;
	font-weight:bold;
	padding-left: 30px;
	padding-right:50px;
	padding-top: 30px;
}

ul {
	font-size: 11pt;
	font-family: Times New Roman;
	font-style: normal;
	text-align: left;
	color:#007778;
	padding-left: 30px;
	padding-right: 5px;
}
