/* Landis CSS */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #F00500;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a.nav {
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	color: #990000;
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
.bold {
	font-size: 12px;
	font-weight: bold;
}
.boldred {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #F00500;
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #F5F5F5;
	cursor: pointer;
	cursor: hand;
}
.get {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #F5F5F5;
	border: 1 solid #000000;
}