@charset "utf-8";
/* CSS Document */

#content{
	color: #543426;
	height: auto;
	width: 716px;
	font-size: 13px;
	line-height: 22px;
	padding-top: 35px;
}
#content th{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E61E19;
	font-weight: normal;
}
#content strong{
	font-weight: bold;
	color: #E61E19;
}
#content span{
	color: #669933;
}
#content a{
	color: #FF7F00;
	text-decoration: underline;
}
#content a:hover{
	color: #E12317;
}
#content .table{
	background-image: url(lin.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#content .map{
	border: 5px solid #FFA957;
}
#content .input{
	font-size: 13px;
	color: #68397D;
	padding: 3px 2%;
	border: 1px solid #C19C7B;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}