a:link    {color:#000000}
a:visited {color:#000000}
a:active {color:#FFFFFF}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

.blueLink a:active
{
	color: #0000FF;
    text-decoration: none;
	font-size: 10pt;
	font-family: "Times New Roman";
}
.blueLink a:link
{
   	color: #0000FF;
   	text-decoration: none;
	font-size: 10pt;
	font-family: "Times New Roman";
}
.blueLink a:visited
{
   	color: #0000FF;
   	text-decoration: none;
	font-size: 10pt;
	font-family: "Times New Roman";
}
.blueLink a:hover
{
   	color: #000000;
   	text-decoration: underline;
	font-size: 10pt;
	font-family: "Times New Roman";
}
.blueLink
{
	color: black;
	font-size: 10pt;
	font-family: "Times New Roman";
}