td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}
.nav {
	font-size:16px;
	font-weight: bold;
}
.navsel {
	font-size:16px;
	font-weight: bold;
	color: #6699CC;
}
a.navsel {
	font-size:16px;
	font-weight: bold;
	color: #6699CC;
	text-decoration:none;
}
a.navsel:hover {
	font-size:16px;
	font-weight: bold;
	color: #cc0000;
	text-decoration:underline;
}
a.nav {
	font-size:16px;
	font-weight: bold;
	color: #006699;
	text-decoration:none;
}
a.nav:hover {
	font-size:16px;
	font-weight: bold;
	color: #cc0000;
	text-decoration:underline;
}
a.subtitle {
	font-size:14px;
	font-weight: bold;
	color: #006699;
	text-decoration:none;
}
a.subtitle:hover {
	font-size:14px;
	font-weight: bold;
	color: #cc0000;
	text-decoration:underline;
}
a{
	color: #006699;
	text-decoration:none;
}
a:hover {
	color: #cc0000;
	text-decoration:underline;
}
.bodytxt {
	font-size:14px;
}
input,select,textarea {
	border: 1px solid #444444;
	font-size: 12px;
	background-color: #777777;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
 input.submit
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #999999;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
 input.submit:active
{
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
}
