body {
	width: 325px;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat-y;
	margin-left: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #313e44;
	line-height: 14px;
	margin-top: 0px;
	}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #313e44;
	margin: 0px;
}
.quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #313e44;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #313e44;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #313e44;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #313e44;
	text-decoration: none;
}

/*FORM -----------------------------------------------------*/
form { display: inline; }
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #59533D;
	border: 1px solid #B5AA7C;
	background-color: #FFFFFF;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #59533D;
	border: 1px solid #B5AA7C;
	background-color: #FFFFFF;
}
.noborder {
	border: 0px;
	background-color: #DDD8CA;
}
.highlight_text {
	padding: 3px;
	border: 1px solid #B89F81;
}
