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: 17px;
	color: #505050;
	text-decoration: none;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #7CAAD8;
	text-decoration: none;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
.wlnk
{
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

.wlnk:hover
{
	color: #FFffff;
	text-decoration: none;
}
.lnk
{
	font-family: Arial;
	font-size: 11px;
	color: #051BA4;
	text-decoration: underline;
}

.lnk:hover
{
	color: #ff0000;
	text-decoration: none;
}