BODY {
		color: black;
		font-size: 10pt;
		text-align: justify;
		font-family : Arial, SanSerif;
}
H1 {
		font-size: 14pt;
}

H2 {
	font-size: 11pt;
	font-weight: bold;
	color: #003300;
	text-align: center;
}
H3 {
	font-size: 10pt;
	font-weight: bold;
	color: Gray;
	text-align: center;
}
H4 {
		font-size: 9pt;
		font-weight: normal;
		color: black;
		text-align: center;

}

H5 {
font-size: 36pt;
font-weight: bold;
color: navy;
}


LI  {
		text-align: left;
}


A:LINK {

		color: navy;
}

A:VISITED {
		color: navy;

}


TABLE {
		color: black;
		font-size: 10pt;
		font-family : Arial, SanSerif;
}

TD {
		color: black;
		font-size: 10pt;
		font-family : Arial, SanSerif;
}

SUP {
		font-size: 8pt;
		font-family : Arial, SanSerif;
}

A{
	text-decoration : none;
	
	}

a:hover{
	color: blue;
	font-family: Arial, SanSerif;
	text-decoration: underline;
	}
