@charset "UTF-8";
/* CSS Document */

/* ---------------------------------- */

a {
	color: #990000;
	text-decoration: none;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #94845E;
	text-decoration: none;
}
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #663300;
}
.left_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #993300;
	line-height: 1.25;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #663300;
	line-height: 1.25;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #333333;
}
a:hover {
	color: #ed8a22;
	text-decoration: none;
	border-bottom: 1px dotted #ed8a22;
}
li {
	padding-bottom: .5em;
}
a.noVisited:visited {
	color: #B68663 !important;	
	text-decoration: none;
}
a img {
	border: none;
	text-decoration: none;
}
hr {
	height: 0; 
	border: none; 
	border-bottom: 3px double #CCC;
}.form_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #663300;
	line-height: 1.25;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4D2600;
	border: .5px solid #cccccc;
	margin: 3px;
	padding: 3px;
}
h3 {
	font-size: 1em;
	background-image: url(images/dot_hr.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

