html {
	height : 100%;
	overflow-y: scroll;
}

BODY, P {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
}
A {
	color : #4E697D;
	text-decoration : none;
}
A:HOVER {
	color : #FE3008;
	text-decoration : none;
}
A:ACTIVE {
	color : #4E697D;
	text-decoration : none;
}
A:VISITED {
	text-decoration : none;
}

TABLE {
	font-family : Arial, Helvetica, sans-serif;
	border : 0 inset;
}
TH {
	font-family : Arial, Helvetica, sans-serif;
	border-right : thin solid Silver;
	border-bottom : thin inset Silver;
	font-size : smaller;
}
TD{
	font-size : smaller;
}
TD, TR {
	font-family : Arial, Helvetica, sans-serif;
}
H1, H2, H3, H4, H5, H6 {
	font-family : Arial, Helvetica, sans-serif;	
}
UL.L1, LI.L1 {
	font-family : Arial, Helvetica, sans-serif;
}
UL, LI {
	font-family : Arial, Helvetica, sans-serif;
}
HR {
}