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: 18px;
	color: #636363;
	text-decoration: none;
}

.botext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #C1C1C1;
	text-decoration: none;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
}

.lnk
{
	font-family: Arial;
	font-size: 11px;
	color: #0000ff;
	text-decoration: underline;

}

.lnk:hover
{
	color: #ff0000;
	text-decoration: none;
	
}.bg {
	border: 1px solid #DFDFDF;
}

.bolnk
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #C1C1C1;
	text-decoration: underline;

}

.bolnk:hover
{
	color: #C1C1C1;
	text-decoration: none;
}
