body, body td, body div, .menu, .main, .green, .input, .textarea {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #655C44;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background: url(../images/back_main.gif);
}

.menu {
	color: #8C6241;
	text-decoration: none;
}

.main {
	line-height:13px;
}

.green {
	color: #2D4700;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}

.input, .textarea {
	margin-bottom: 5px;
	padding: 5px;
	width: 195px;
	border: 1px solid #B0A27C;
	background-color: #EFE4CB;
	color: #655C44;
}

.input {
	height: 24px;
}

.textarea {
	height: 124px;
	overflow: auto;
}

h1 {
	font-family: Times New Roman, serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2D4700;
}
h2 {
	margin-top: 10px;
	height: 28px;
	background: url(../images/h2-bg.gif) bottom right no-repeat;
	font-family: Times News Roman, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #503B29;
}
p {
	margin: 10px 0;
}

a img {
	border: 0
}

.float-right {
	float: right;

}
.float-right img {
	margin-left: 5px;
	margin-bottom: 5px;
}
.float-left {
	float: left;
}
.float-left img {
	margin-right: 5px;
	margin-bottom: 5px;
}
.small {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #2D4700;
}
.vin {
	margin-bottom: 10px;
}
.vin td {
	vertical-align: top;
}