/* CSS Document */

table.quickNavBlue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.64em;
	text-align: left;
	line-height: 1.75em;
	background-color: #C9EAF7
}
.quickNavBlueHead {
	color: #000;
	font-size: 102%;
	font-weight: bold;
	text-align: center;;
}
table.quickNavBlue a {
	text-indent: 15px;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: #005581;
	text-decoration:none;
}
table.quickNavBlue a:hover {
	background-color: #94d9ef;
	text-decoration:none;
}