﻿A:link    { text-decoration:none; color: #ed5003; }
A:visited { text-decoration:none; color: Gray; }
A:active  { text-decoration:underline; color: #75A1BE; }
A:hover   { text-decoration:underline; color: #FF0000; }

.BodyText {  font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 12px; color: #000000; text-decoration: none}

.title {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 12px; }

.content { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 12px; }

A.be:link {
	color: whitesmoke;
}
A.be:visited {
	color: whitesmoke;
}
A.be:hover {
	color: red;
}
A.be:active {
	color: #FF9900;
}
