BODY {
	background-color: transparent;
	height: 100%;
}
html {
	height: 100%;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #C9BFAC;
}
font {
	font-family: Georgia, Helvetica, Sans-serif;
	font-size: 11px;
	letter-spacing: 0.8pt;
	line-height: 20.5px;
}
.link_underline {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C9BFAC;
}
.link_underline:hover {
	text-decoration: none;
	color: #C9BFAC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9BFAC;
}
.maintext {
	color: #FFFFFF;
}
.headertext {
	color: #C9BFAC;
	font-size: 12px;
	font-weight: bold;
}
.picture {
	background-repeat: no-repeat;
	background-position: center center;
}
.image_border {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
.image_border:hover {
	border-width: 1px;
	border-style: solid;
	border-color: #C9BFAC;
}
.content_bg {
	background-repeat: repeat;
	width: 490px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/white-bg.png);
}
.fieldset {
	width: 460px;
	border: 0px;
} 
.fieldset .textfield {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	height: 14px;
	width: 397px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Helvetica, Sans-serif;
	letter-spacing: 0.2px;
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background: transparent ;
	background-image: url(images/contacts/form-bg.png);
	background-repeat: repeat;
}
fieldset>input.textfield {
	background: transparent ;
	background-image: url(images/contacts/form-bg.png);
	background-repeat: repeat;
}
.fieldset .textarea {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	height: 128px;
	width: 458px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Helvetica, Sans-serif;
	letter-spacing: 0.2px;
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background: transparent ;
	background-image: url(images/contacts/form-bg.png);
	background-repeat: repeat;
}
fieldset>input.textarea {
	background: transparent ;
	background-image: url(images/contacts/form-bg.png);
	background-repeat: repeat;
}
.fieldset .submit {
	height: 25px;
	width: 97px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Helvetica, Sans-serif;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background: transparent ;
	background-image: url(images/contacts/form-bg.png);
	background-repeat: repeat;
}
.fieldset .submit:hover {
	background: #C9BFAC;
}
.emailfield {
	padding-top: 1px;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: top left;
}
.buttontable {
	width: 460px;
}
