td{   	font-family:verdana, arial, helvetica, "sans serif";
		font-size:12px;
		font-style:normal;
		/* border: 1px #006666 solid; */
		color: #000000;
}

body{   font-family:verdana, arial, helvetica, "sans serif";
		font-size:12px;
		font-style:normal;
		color: #000000;
		background-repeat: no-repeat;
}

A:link{
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}

A:visited
{
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}

A:active    {
    text-decoration: none;
	font-weight: bold;
	color:  #0000CC;
}

A:hover {
	font-weight: bold;
	text-decoration: underline;
    color:  #000099;
}


