td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13.5px;
}
.headline {
	text-transform: uppercase;
	color: #FFCF00;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}
a.headline:hover {
	color: #FFCF00;
	text-decoration: underline;
}
.accent {
	color: #FFCF00;
}

.formstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.white {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFCF00;
	text-decoration: underline;
}
.atsublink {
	color: #E9DD9C;
	text-decoration: underline;
}
a:hover {
	color: #909090;
}
a.atlink:hover {
	color: #FFCF00;
}
.title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.atlink {
	color: #FFCF00;
	text-decoration: none;
}

.button {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	background-color: #FFCF00;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	cursor: hand;
	color: #083057;
	text-decoration: none;
}