form 
{
	font-family: Arial;
	font-size: 11px;
	margin: 0px;
}

p 
{
	margin: 0px;
}

.btxt 
{
	font-family: Arial;
	font-size: 11px;
	color: #2D2D2D;
	text-decoration: none;
	line-height: 16px;
}

.txt 
{
	font-family: Arial;
	font-size: 11px;
	color: #898989;
	text-decoration: none;
	line-height: 16px;
}

.lnk
{
	font-family: arial;
	font-size: 11px;
	color: #0008B0;
	text-decoration: underline;

}

.lnk:hover
{
	color: #AC0000;
	text-decoration: none;
	
}

.inp {
	font-family: arial;
	font-size: 11px;
	color: #595959;
	border:  1px solid #7F7F7F;
}

.rightlnk {
	font-family: Arial;
	font-size: 11px;
	color: #2D2D2D;
	text-decoration: none;
	height:25px;
	width:220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.rightlnk:hover {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color: #A80000;
	height:25px;
	width:220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.rightlnk_test {
	font-family: Arial;
	font-size: 11px;
	color: #2D2D2D;
	text-decoration: none;
	height:25px;
	width:220px;
}

.rightlnk_test:hover {
	font-family: Arial;
	font-size: 11px;
	color: #2D2D2D;
	text-decoration: none;
	height:25px;
	width:220px;
}


.righthref {
	font-family: Arial;
	font-size: 11px;
	color: #2D2D2D;
	text-decoration: none;
	height:25px;
	width:220px;
}

.righthref:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	height:25px;
	width:220px;
}


