BODY {
		color: black;
		font-size: 10pt;
		text-align: justify;
		font-family : Arial, SanSerif;
}
H1 {
		font-size: 14pt;
}

H2 {
		font-size: 12pt;
		font-weight: bold;
		color: navy;
		text-align: center;

}
H3 {
		font-size: 11pt;
		font-weight: bold;
		color: gray;
		text-align: center;

}
H4 {
		font-size: 11pt;
		font-weight: bold;
		color: navy;

}

LI  {
		text-align: justify;
}


A:LINK {

		color: navy;
}

A:VISITED {
		color: #4E4E4E;

}


TABLE {
		color: black;
		font-size: 10pt;
		font-family : Arial, SanSerif;
}

TD {
		color: black;
		font-size: 10pt;
		font-family : Arial, SanSerif;
}




A{
	text-decoration : none;
	
	}

a:hover{
	color: navy;
	font-family: Arial, SanSerif;
	text-decoration: underline;
	}
