/* CSS */
.link
{
	color: black;
	font-family: tahoma;
	text-decoration: none;
}
.link a:visited
{
	color: black;
	font-family: tahoma;
	text-decoration: none;
}
.link a:link
{
	color: black;
	font-family: tahoma;
	text-decoration: none;
}
.link a:active
{
	color: black;
	font-family: tahoma;
	text-decoration: none;
}
a:link
{
	color: black;
	font-family: tahoma;
	text-decoration: none;
}
a:visited
{
	color: black;
	font-family: tahoma;
	text-decoration: none;
}
a:active
{
	color: black;
	font-family: tahoma;
	text-decoration: underline;
}
a:hover
{
	color: White;
	font-family: tahoma;
	text-decoration: underline;
}
td
{
	color: black;
	font-size: 10pt;
	font-family: tahoma;
}
body
{
	color: black;
	font-size: 10pt;
	font-family: tahoma;
	margin: 0 0 0 0;
}
.link-active
{
    color: red !important;
text-decoration: none;
}