form {
	margin: 0px;
	padding: 0px;
}

select{
	font-family: Arial;
	font-size: 10px;
	color: #7D7D7D;
}

input {
	font-family: Arial;
	font-size: 11px;
	color: #7D7D7D;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #746A3D;
	text-decoration: none;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #D16532;
	text-decoration: none;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #746A3D;
	text-decoration: none;
}
.lnk
{
	font-family: Arial;
	font-size: 11px;
	color: #746A3D;
	text-decoration: none;
}
.lnkp
{
	font-family: Arial;
	font-size: 11px;
	color: #746A3D;
	text-decoration: none;
	text-decoration: underline;
}
a.lnk:hover{
	color: #746A3D;
	text-decoration: underline;
}.bg {
	border: 1px solid #DDD4B0;
}


body {
	background-color: #F2EDD9;
	margin: 0px;
	padding: 0px;
}
