@charset "utf-8";
/* CSS Document */
body    { font-family: Arial, Helvetica, sans-serif; text-decoration: none }
td    {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none
}
a:link {
	text-decoration: underline;
	color: #8E8E85;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
a.nav:link {
	text-decoration: none;
	color: #000000;
}
a.nav:hover {
	color: #FF0000;
	text-decoration: none;
}
a.nav:active {
	color: #FF0000;
	text-decoration: none;
}
.nav {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
.selected {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.plain {
	font-size: 12px;
	text-decoration: none;
}
.fine {
	font-size: 9px;
	color: #669933;
	text-decoration: none;
}
.menuHead {
	font-size: 12px;
	color: #669933;
	text-decoration: none;
	font-weight: bold;
}
.page {
	border: 1px solid #000000;
	border-color: #000000;
}
.plainGreen {
	font-size: 12px;
	color: #669933;
	text-decoration: none;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #669933;
	text-decoration: none;
	height: auto;
}
.silver {
	color: #9F9DA6;
	font-size: 9px;
}
.noborder {
	border: none;
	border-top-color: #FFFFFF;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
