.farmerstyle {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #3b5998;
	text-decoration: none;
}
a:visited {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #3b5998;
	text-decoration: none;
}
a:hover {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #3b5998;
	text-decoration: underline;
}
a:active {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

 body {
	scrollbar-base-color: white;
	scrollbar-face-color: white;
	scrollbar-shadow-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-arrow-color: black;
	scrollbar-3dlight-color: white;

}
body,td,input,textarea,select {
	font: 11px "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #333333;
}
form {
	display: inline;
}
table {
	border-collapse: collapse;
}
#list table {
	width: 100%;
}
#list th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
	padding: 3px;
}
#list td {
	vertical-align: top;
	border-bottom: 1px solid #CECECE;
	padding: 3px;
}
.image {
	margin-left: 5px;
	float: right;
	width: 88px;
	height: 65px; 
}
.imagebig {
	margin-left: 5px;
	float: right;
	width: 250px;
}
.frmobj {
	float: left;
	font-weight: bold;
	padding-top: 3px;
	width: 90px;
}
.frmtext {
	padding-left: 93px;
}
a {
	text-decoration: underline;
	color: #D22E2E;
	background: transparent;
}
a:hover {
	text-decoration: none;
}
h1 {
	font: bold 20px trebuchet ms,verdana,helvetica,sans-serif;
}
h2 {
	font: bold 15px trebuchet ms,verdana,helvetica,sans-serif;
}
a.author {
	text-decoration: none;
	color: #CCC;
	float: right;
}
a.author:hover {
	text-decoration: none;
}

.hr {
	border-top:1px dashed #CCC; font-size: 0;
	height: 0;
	margin: 7px 0;
	clear: both;
	style="border-left-width: 1px"; border-right-width:1px; border-bottom-width:1px
	
	
}
ul {
	list-style-type: square;
}