/* style */

a:link, a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	background-color: #c6c6c6;
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}

a:active{
	background-color: #c6c6c6;
	border: #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #AF4F53;
	font-weight: bold;
	text-decoration: underline;
}

p {
	color: #000000;
	font: 12px Verdana, Arial, sans-serif;
}

td{
	color: #000000;
	font: 12px Verdana, Arial, sans-serif;
}


