BODY {
		color: black;
		font-size: 10pt;
		text-align: justify;
		font-family : Arial, SanSerif;
}
H1 {
		font-size: 14pt;
}

H2 {
		font-size: 11pt;
		font-weight: bold;
		text-align: center;
                COLOR="#0080C0";

}
H3 {
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
                COLOR="#0080C0"

}
H4 {
		font-size: 9pt;
		font-weight: bold;
	
}
H5 {
		font-size: 8pt;
		font-weight: bold;
	
}
LI  {
		text-align: justify;
}


A:LINK {

		color: Gray;
}

A:VISITED {
		color: Navy;

}


TABLE {
		color: black;
		font-size: 10pt;
		font-family : Arial, SanSerif;
}

TD {
		color: black;
		font-size: 10pt;
		font-family : Arial, SanSerif;
}

SUB {
		font-size: 8pt;
		font-family : Arial, SanSerif;
}

A{
	text-decoration : none;
	
	}

a:hover{
	COLOR="#0080C0";
	font-family: Arial, SanSerif;
	text-decoration: underline;
	}
