.blackred {
	font-size: 12px;
	line-height: 20px;
	color: #660000;
}

.black {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.form-text {
	border: 1px solid #999999;
}

a.{
 text-decoration: none;
}
a.:hover {
	text-decoration: underline;
}
.dotborder {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
