h1 {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
p, td, body, table {
	font-family: Arial;
	font-size: 11px;
}
a {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-family: Arial;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

li {
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	list-style-type: square;
	margin-left: 100px;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {color: #003333}
.style3 {font-size: 10px}
