html,
body,
table,
input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #633D0C;*/
	color: #190806;
	line-height: 16px;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

li {
	margin-left: 14px;
}

img,
img.logo,
img.box,
img.noborder {
	border: 0;
}

img.advs {

}

a {
	border: 0;
	color: #C9141B;
}

a:hover {
	color: #633D0C;
}

a.back,
a.normal {
	text-decoration: none;
	color: #C3161D;
	background-image: url("../images/link-bg.gif");
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 4px;
}

a.back:hover,
a.normal:hover {
	text-decoration: underline;
}

a.bold {
	text-decoration: none;
	color: #C3161D;
	background-image: url("../images/link-bg.gif");
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 4px;
	font-weight: bold;
	display: block;
}

a.bold:hover {
	text-decoration: underline;
}

a.advs,
a.dll {
	text-decoration: none;
	color: #C3161D;
	font-weight: bold;
	line-height: 14px;
}

a.advs:hover,
a.dll:hover {
	text-decoration: underline;
}


a.paging {
	text-decoration: none;
	color: #C3161D;
	font-weight: bold;
}

a.paging:hover {
	text-decoration: none;
}

a.dld-open {
	padding-left: 14px;
	background-image: url("/images/dld-open.gif");
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-right: 10px;
	line-height: 22px;
}

a.dld-open:hover {

}

a.dld-save {
	padding-left: 14px;
	background-image: url("/images/dld-save.gif");
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-right: 10px;
	line-height: 22px;
}

a.dld-save:hover {

}

a.dld-browse {
	padding-left: 14px;
	background-image: url("/images/dld-browse.gif");
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-right: 10px;
	line-height: 22px;
}

a.dld-browse:hover {

}

a.dld-image {
	padding: 3px 15px 0 0;
	float: left;
	min-height: 40px;
}

a.meta {
	/*color: #59431F;*/
	color: #E9E9E0;
	text-decoration: none;
}

a.meta:hover {
	/*color: #59431F;*/
	text-decoration: underline;
}

a.highlight {
	/*color: #FFFFFF;*/
	color: black;
	text-decoration: none;
}

a.highlight:hover {
	text-decoration: underline;
}

a.bottom,
a.bottom:hover {
	color: #59431F;
}

input.search {
	border: 0;
	height: 17px;
	width: 120px;
	margin-left: 5px;
	margin-top: 4px;
}

input.search-button {
	height: 9px;
	width: 6px;
	position: absolute;
	margin-top: 9px;
	margin-left: 5px;
}

input.contact-radio {
	border: 0;
	margin-right: 3px;
}

input.contact-checkbox {
	border: 0;
	margin-right: 3px;
}

input.contact {
	width: 165px;
	height: 18px;
	background-color: #F2EEE3;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #C6B28F;
	border-left: 1px solid #C6B28F;
	border-top: 0;
	border-right: 0;
}

input.contact-small {
	width: 45px;
	height: 18px;
	background-color: #F2EEE3;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #C6B28F;
	border-left: 1px solid #C6B28F;
	border-top: 0;
	border-right: 0;
	margin-right: 6px;
}

input.contact-medium {
	width: 111px;
	height: 18px;
	background-color: #F2EEE3;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #C6B28F;
	border-left: 1px solid #C6B28F;
	border-top: 0;
	border-right: 0;
}

select.contact {
	width: 165px;
	height: 18px;
	border: 1px solid #633D0C;
	font-size: 11px;
	font-weight: normal;
	color: #633D0C;
}

textarea.contact {
	width: 320px;
	height: 100px;
	border: 0;
	background-color: #F2EEE3;
}

input.feedback {
	width: 232px;
	height: 18px;
	background-color: #F2EEE3;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #C6B28F;
	border-left: 1px solid #C6B28F;
	border-top: 0;
	border-right: 0;
}


