/* CSS Document */
body {
	background-color: #0066cc;
	font-family:  "Franklin Gothic Book", Verdana, sans-serif;
	font-size: 16pt;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
}
a {
	background: transparent url("images/whitearrow.gif") no-repeat left center;
	color: #ffffff;
	padding-left: 12pt;
	text-decoration: none;
}
a:hover {
	background: transparent url("images/litebluearrow.gif") no-repeat left center;
	color: #99CCFF;
}
