A {
  color: #994b1b;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

.B {
  color: #ffffff;
  text-decoration: none;
}

.B:hover {
  color: #ffffff;
  text-decoration: underline;
}

.dotted{
color:#dbd0d0;
font-size: 1;
border-style: dotted;
border-color: #dbd0d0;
border-width: 1px;
richness:inherit;
border-right:#FFFFFF;
border-top:#FFFFFF;
border-bottom:#FFFFFF;
}

.usermsg
	{
	text-align:left;
	color:#FF6600;
	border: 1px solid #FFCC00;
	padding: 7px 5px 7px 30px;
	margin: 5px 0px 5px 0px;
	}
.dottedhr
{
	height: 1px;
	border-top: 1px dotted #666666;
}