BODY {
	font : 10pt Arial, Helvetica, sans-serif;
}
TD{
		font : 10pt Arial, Helvetica, sans-serif;
}
A:ACTIVE {
	color : Red;
	text-decoration : underline;
}
P {
	text-indent : 10px;
}

A:HOVER {
	color : Blue;
	text-decoration : underline;
}
A:LINK, {
	color : Blue;
	text-decoration : none;
}
A:VISITED{
	color:Purple;
	text-decoration:none;
}
H1, H2, H3, H4, H5, H6 {
	color:#686898
}
TD.ch{
	color:#FFFFFF;
	background-color: #686898;
	font-weight : bold;
}
SPAN.kt{
	white-space : nowrap;
}

