BODY {
	font-family : Arial, sans-serif;
	font-style : normal;
	font-size : 13pt;
	margin-bottom : 0px;
}


H1 {
	font-family : Verdana;
	font-size : 24pt;
	font-weight : bolder;
	text-align : center;
	margin-bottom : 10px;
	margin-top : 10px;
	font-style : italic;
	color : #003366;
}

H2 {
	font-family : sans-serif;
	font-size : 18pt;
	font-style : normal;
	font-weight : bold;
	text-align : center;	
	color : #003366;
}

H3 {
	font-family : sans-serif;
	font-size : 16pt;
	font-weight : bold;
	text-align : center;
	margin-bottom : 6px;
	color : #003366;
}

H4 {
	font-family : Arial;
	font-size : 12pt;
	text-align : center;
	margin-bottom : 6px;
	margin-top : 6px;
	color : #003366;
}

H5 {
	font-family : Arial;
	font-size : 10pt;
	text-align : center;
	line-height: 18px;
	border-bottom:4px double;
	padding-bottom:8px;
	margin:0px;
	color : #003366;
}

H6 {
	font-family : Arial;
	font-size : 10pt;
	text-align : center;
	margin-top: 6px;
	margin-bottom : 3px;
	color : #003366;
}

li {
	font-family : Arial;
	font-size : 14px;
	font-style: normal;
	margin-bottom : 0px;
	margin-top : 0px;
	color : #003366;
}
p {
	font-family : Arial;
	font-size : 13px;
	font-style: normal;
	margin-bottom : 0px;
	margin-top : 0px;
	color : #003366;
}
A:LINK {
	text-decoration: none;
	color : #003366;
}

A:ACTIVE {
	color: Silver;
	text-decoration: none;
}

A:VISITED {
	color : #003366;
	text-decoration : none;
	font-style : italic;
}

