td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a.nav {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.navoff {
	font-size: 11px;
	background-color: #B5D2F1;
	background-image: none;
}
.navon {
	font-size: 11px;
	background-color: #A5CBF4;
	background-image: url(/images/nav_bg.gif);
	cursor: hand;
	cursor: pointer;
}
.small {
	font-size: 11px;
}
.large {
	font-size: 14px;
	font-weight: bold;
	color: #1E417B;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
	height: 1px;
}
