﻿.font_body {
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	color: #474435;
}
.heading {
	font-size: 16px;
	font-family: lucida calligraphy, verdana;
	font-weight: normal;
	text-decoration: none;
	color: #c13425;
}
.footer {
	font-size: 10px;
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	color: #474435;
}
.white {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.teaser {
	font-size: 10px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
}
a.link:link {
	font-family: "arial";
	font-size: 12px;
	font-weight: normal;
	color: #056ea8;
	text-decoration: underline;
}
a.link:visited {
	font-family: "arial";
	font-size: 12px;
	font-weight: normal;
	color: #056ea8;
	text-decoration: underline;
}
a.link:hover {
	font-family: "arial";
	font-size: 12px;
	font-weight: normal;
	color: #474435;
	text-decoration: none;
}
a.footer:link {
	font-family: "arial";
	font-size: 10px;
	font-weight: normal;
	color: #056ea8;
	text-decoration: underline;
}
a.footer:visited {
	font-family: "arial";
	font-size: 10px;
	font-weight: normal;
	color: #056ea8;
	text-decoration: underline;
}
a.footer:hover {
	font-family: "arial";
	font-size: 10px;
	font-weight: normal;
	color: #474435;
	text-decoration: none;
}
a.nav_link:link {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #534d3f;
	text-decoration: none;
}
a.nav_link:visited {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #534d3f;
	text-decoration: none;
}
a.nav_link:hover {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #534d3f;
	text-decoration: underline;
}
.input_short {
	font-size: 13px;
	width: 100;
	height: 19;
	background-color: #ffffff;
	border: 1px solid #666666;
}
.input {
	font-size: 13px;
	width: 250;
	height: 19;
	background-color: #ffffff;
	border: 1px solid #666666;
}
.submit {
	font-size: 14px;
	background-color: #d4d0c8;
	border: 1px solid #666666;
}


.display-label {
	width: 100px;
	font-weight: bold;
	margin: .5em 1em .5em 0;
	float: left;
	clear: both;
}
.display-field {
	width: 300px;
	margin: .5em 0;
	float: left;
	clear: right;
}

fieldset.registration {
	margin-top: 1em;
	float: left;
	width: 450px;
}
