body, table
{
	font-family: Arial;
	font-size: 12;
	background-color: #ffffff;
	line-height: 1.5;
	color: #000000;
}
 

TD.title 
{ 
	border-bottom-style: solid;
	border-bottom-color: #900000;
	border-bottom-width: 2px;

}

TABLE.message
{
	border-style: solid;
	border-color: #900000;
	border-width: 1px;
}

TD.message_title
{
	background-color: #900000;
	color:#FFFFFF;
}

a
{
	text-decoration:none;
	color: #000000;
}

