a.gray:link {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-family: Garamond;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
}

a.gray:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-family: Garamond;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
}

a.gray:hover {
	font-weight: bolder;
	text-decoration: none;
	color: #000000;
	font-family: Garamond;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
}

a.gray:active {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-family: Garamond;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
}
a.nav:link {
	font-weight: bold;
	text-decoration: none;
	color: #666699;
	font-family: Garamond;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	display: block;
	height: 100%;
	width: 100%;

}

a.nav:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666699;
	font-family: Garamond;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	display: block;

}

a.nav:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666699;
	font-family: Garamond;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	background-color: #ccccff;
	display: block;


}
