body {
	margin: 0px;
	background-attachment: scroll;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000066;
}
td {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
.smallprint {
	font-size: 9px;
	line-height: 13px;
	color: #CCCCCC;
}
.largeprint {
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
}
a {
	color: #FF9C00;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.smallprint {
	font-size: 9px;
	line-height: 13px;
	color: #FF9C00;
	text-decoration: none;
}
a.smallprint:hover {
	font-size: 9px;
	line-height: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
.outline {
	border: 1px solid #7878AD;
}
input {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000066;
	border: 1px solid #CCCCCC;
}
textarea {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000066;
	border: 1px solid #CCCCCC;
}
.outline_disabled {
	border: none;
}
