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