form {
	margin: 0px;
	padding: 0px;
}

select{
	font-family: Arial;
	font-size: 10px;
	color: #7D7D7D;
}

input {
	font-family: Arial;
	font-size: 10px;
	color: #7D7D7D;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #717171;
	text-decoration: none;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;
}
.imgborder {
	border: 1px solid #BBBBBB;
}

.lnk {
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	color: #545454;
	text-decoration: underline;
}
.lnk:hover {
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	color: #545454;
	text-decoration: none;
}

.rlnk {
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	color: #FF0000;
	text-decoration: underline;
}
.rlnk:hover {
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	color: #FF0000;
	text-decoration: none;
}

.wlnk {
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}
.wlnk:hover {
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: underline;
}
