BODY {
		font-size: 11pt;
		font-family : Arial, SanSerif;
}
H1 {
		font-size: 14pt;
		color: navy;
}
H2 {
		font-size: 12pt;
		color: navy;
}
H3 {
		font-size: 12pt;
        font-weight: bold;
}

H4 {
		font-size: 11pt;
        font-weight: bold;
}
P {
		font-size: 11pt;
		text-align: justify;
		font-family : Arial, SanSerif;
}
DIV {
		font-size: 11pt;
		font-family : Arial, SanSerif;
}
SUP {
		font-size: 10pt;

}
LI {
		font-size: 11pt;

}
A:LINK {
		color: #3300FF;
}

A:VISITED {
		color: #666699;

}


TABLE {
		font-size: 10pt;
		font-family : Arial, SanSerif;
}

TD {
		font-size: 10pt;
		font-family : Arial, SanSerif;
}

A{
	text-decoration : none;
	
	}

a:hover{
	color: navy;
	font-family: Arial, SanSerif;
	text-decoration: underline;
	}

