a:link {
	color: #A3B60D;
	text-decoration: none;
}
a:visited {
	color: #A3B60D;
	text-decoration: none;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #463A2E;
}
.header {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #A3B60D;
}
.menu {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #463A2E;
	line-height: 14px;
}
a:hover {
	color: #A3B60D;
	text-decoration: underline;
}
a:active {
	color: #A3B60D;
	text-decoration: none;
}
.breadcrumbs {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #7E756D;
}
.headerblock {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #463A2E;
}
.fieldlong {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #463A2E;
	background-color: #FFFFFF;
	width: 400px;
	border: thin inset #DBD8D6;
}
.menunorm {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #463A2E;
	line-height: 14px;
}
.smalltextbox {
	width: 15px;
	font-size: 10px;
}
.fieldshort {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #463A2E;
	background-color: #FFFFFF;
	width: 195px;
	border: thin inset #DBD8D6;
}
.error{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #cc0000;
	display:none;
}
.classicerror{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #cc0000;
	display:none;
}
.payfield, textarea.payfield {
	background-color: #FFF;
	padding: 4px;
	width: 225px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #463A2E;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;	
}
#error {
	color:#C00;
	display:none;
}
.needsfilled, textarea.needsfilled {
	color:white;
	background-color: #C00;
}