BODY {
	background-color : #EEEEEE;
}
.norm {
	font-family : Arial, Palatino;
	font-size : 10pt;
	color: black;
	margin-left : 10px;
	margin-right: 10px;
}

H1 {
	background-color : Navy;
	color : White;
	text-align : center;
	font-family : "Arial Rounded MT Bold", "Arial","Palatino";
	font-size : 18pt;
	font-weight : bold;
	margin-left : 10px;
	margin-right: 10px;
	width : 100%;
}
H2 {
	text-align : center;
	font-family : "Arial Rounded MT Bold", "Arial","Palatino";
	font-size : 16pt;
	color : Navy;
	font-weight : bold;
	margin-left : 10px;
	margin-right: 10px;
}
H3 {
	font-family : "Arial Rounded MT Bold", "Arial","Palatino";
	font-size : 12pt;
	color : Navy;
	text-align : center;
	font-weight : bold;
	margin-left : 10px;
	margin-right: 10px;
}
H4 {
	font-family : "Arial Rounded MT Bold", "Arial","Palatino";
	font-size : 10pt;
	font-weight : bold;
	color : Navy;
	margin-left : 10px;
	margin-right: 10px;
}
H5 {
	font-family : "Arial Rounded MT Bold", "Arial","Palatino";
	font-size :8pt;
	font-weight : normal;
	text-decoration : underline;
	color : Navy;
	margin-left : 10px;
	margin-right: 10px;
}
TH {
	font-family : Arial, Palatino;
	font-size : 8pt;
	font-weight : bold;
	color : Navy;
	margin-left : 10px;
	margin-right: 10px;
}
UL {
	font-family : Arial,Palatino;
	font-size: 10pt;
	color : Black;
	font-weight : normal;
}
.tiny {
	font-family : Arial,Palatino;
	font-size : 8pt;
	color : Black;
	font-weight : normal;
}
.tinyIndented {
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	color : Black;
	margin-left : 10px;
	margin-right: 10px;
	padding: 15px;
}

