.basefont {
	font-size: x-small;
	font-family: arial;
}
.link1:link {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
.link1:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
.link1:hover {
	text-decoration: underline;
	color: white;
	font-weight: bold;
}
.link2:link {
	text-decoration: none;
	color: #F26E01;
	font-weight: bold;
}
.link2:visited {
	text-decoration: none;
	font-weight: bold;
	color: #F26E01;
}
.link2:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #F26E01;
}
BODY {
	FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: arial
}
/*TD {
	FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: arial
}*/
INPUT {
	FONT-SIZE: 10px; FONT-FAMILY: arial
}
SELECT {
	FONT-SIZE: 10px; FONT-FAMILY: arial
}
A {
	COLOR: #0066cc
}
A:active {
	COLOR: #000000
}
A.nav {
	COLOR: #0066cc; LINE-HEIGHT: 1.5; TEXT-DECORATION: none
}
A.nav:hover {
	COLOR: #333333; TEXT-DECORATION: none
}
A.nav:active {
	COLOR: #000000; TEXT-DECORATION: none
}
