body {
	margin: 0;
	background-color: #f2f2f2;
	background-image: url(/images/veil-pattern.gif);
	background-position: top;
}
td, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.alpha {
	opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: .5;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.navsub {
	background-color: #e5e5e5;
	border: 2px solid #ffffff;
	display: none;
	position: absolute;
}
.navsuboff {
	font-size: 11px;
	color: #666666;
	background-color: #e5e5e5;
	padding: 3px 8px;
}
.navsubon {
	font-size: 11px;
	color: #666666;
	background-color: #f5f5f5;
	cursor: pointer;
	cursor: hand;
	padding: 3px 8px;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
}
.date {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}
.small {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.field {
	font-size: 11px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	width: 100px;
}
.button {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}

