A:link		{ color: #4D73B9;  text-decoration: none}
A:visited	{ color: #4D73B9; text-decoration: none}
A:active	{ color: #4D73B9; text-decoration: none}
A:hover	    { color: #4D73B9; text-decoration: underline }

.message
{
	font-family: Tahoma;
	font-size: 9pt;
	color: black;
}

.message .title
{
	font-weight: bold;
	font-size: 9pt;
	color: #4D73B9;
	text-decoration: none;
}

.message .title:Hover
{
	color: #4D73B9;
	text-decoration: underline;
}

.message .title:Visited
{
	color: #4D73B9;
}


.message .title2
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	text-decoration: none;
}

.message .title2:Hover
{
	color: black;
	text-decoration: underline;
}

.message .title2:Visited
{
	color: black;
}



.message .subtitle
{
	font-weight: bold;
	font-size: 9pt;
	color: dimgray;
	DECORATION: NONE;
}

.message .abstract
{
	font-family: Tahoma;
	font-size: 9pt;
}

.message .abstractbold
{
	font-weight:bold;
	font-size: xx-small;
}

.message .detail
{
	font-size: 70%;
}

.message .link
{
	font-weight:bold;
	font-size: xx-small;
	color: #4D73B9;
	DECORATION: NONE;
}

.message .link:Hover
{
	color: orangered;
	text-decoration: underline;
}

.message .date
{
	font-size: x-small;
	font-weight:normal ;
	color: gray;
}
