/* Default CSS Stylesheet for a new Web Application project */

.hov1
{
	font-weight: bold;
	font-size: 14pt;
	color: #676767;
	font-family: Arial;
	text-decoration: none;
}
.hov1:hover
{
	font-weight: bold;
	font-size: 14pt;
	color: navy;
	font-family: Arial;
	text-decoration: underline;
}
.hov1:active
{
	font-weight: bold;
	font-size: 14pt;
	color: navy;
	font-family: Arial;
	text-decoration: underline;
}


.hov2
{
	font-weight: bold;
	font-size: 10pt;
	color: #676767;
	font-family: Arial;
	text-decoration: underline;
}
.hov2:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	font-family: Arial;
	text-decoration: underline;
}
.hov2:active
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	font-family: Arial;
	text-decoration: underline;
}
