/* CSS Document */
a:link, a:visited, a:active {
	color: #D2691E;
	text-decoration: none;
}
a:hover {
	color: #8B4513;
	text-decoration: none;
}
hr {
}
body {
background-color: rgb(255, 253, 239);
margin: 20px;
}
a:link, a:visited, a:active {
	color: #D2691E;
	text-decoration: none;
}
a:hover {
	color: #8B4513;
	text-decoration: none;
}
.content {
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
margin-right:10px;
}
.breadcrumb {
margin-left:5px;
}
.footer {
text-align:center;
}
.menu-wide {
width:190px;
margin-top:5px;
margin-bottom:5px;
}
.menu {
width:160px;
margin-top:5px;
margin-bottom:5px;
}
.menu-header {
font-weight:bold;
font-size:16px;
}
.menu-depth-1 {
margin-left:10px;
}
.menu-depth-2 {
margin-left:20px;
}
.menu-depth-3 {
margin-left:30px;
}
.menu-depth-4 {
margin-left:40px;
}
.ad {
text-align:center;
}
.email {	font-size: 12px;
	width: 200px;
}
.field_title {	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.required {	color: #FF0000;
}
.select {	font-size: 12px;
}
.textarea {	font-size: 12px;
	width: 90%;
	height: 100px;
}
.textfield {	font-size: 12px;
	width: 200px;
}