BODY {
	font-family : Tahoma, sans-serif;
}
.headtext {
	FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}
.bodytext {
	FONT-SIZE: 9pt; COLOR: #282749; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}
.linktext {
	FONT-SIZE: 9pt; COLOR: #405497; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}
A, A:LINK, A:VISITED {
	text-decoration : none;
	color : blue;
}
A:ACTIVE, A:HOVER {
	color : red;
}
UL {
	list-style-type : square;
	color : #282749;
	font-family : tahoma, sans-serif;
}
OL {
	font-family : tahoma, sans-serif;
}