a:link {
	color: #285100;
	text-decoration: underline;
}
a:visited {
	color: #285100;
	text-decoration: underline;
}
a:hover {
	color: #5B8E00;
	text-decoration: underline;
}
a:active {
	color: #5B8E00;
	text-decoration: underline;
}

a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	line-height: 14px;*/
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.genericbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	width: 100%;
	height: 18px;
}

.genericboxh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	width: 100%;
}

.genericbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	width: 80px;
	height: 18px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #6DA800;
	border-style: solid;
	border-width: 1px;
	border-color: #6DA800;
	height: 20px;
}

.imgborder {
	border-style: solid;
	border-width: 1px;
	border-color: #006600;
}


div.form-sell{
	width: 400px;
}
div.form-sell input{
	width: 190px;
	float: left;
	height: 20px;
	margin-bottom: 1px;

}
div.form-sell form label{
float: left;
	width: 200px;
	background-color: #6da800;
	height: 16px;
	margin-bottom: 1px;
	padding-top: 4px
}