/* CSS Document */
<!--
table, input, textarea, button, select, h6
{
  font-family:  arial, helvetica, sans-serif;
  font-size:    9pt;
}
A:link 
{
	color: #FF0000;
}
A:visited
{
        color: #FF0000;
}
A:active
{
        color: #FF0000;
}
A:hover
{
        color: #000000;
}

body
{
  font-family:  arial, helvetica, sans-serif;
  font-size:    9pt;
  color:    #000000;
}
.copyright {
	font-family: tahoma;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	border: none;
}
.testi {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}
.link2 {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #075FAC;
	text-decoration: underline;
}
A.link2 {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #075FAC;
	text-decoration: underline;
}

A.link2:hover {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
A.link2:active {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
A.link2:visited{
	font-family: tahoma, arial;
	font-size: 11px;
	color: #075FAC;
	text-decoration: underline;
}

-->
