/* CSS Document */
body {
	color: #ffffff;
	background: url("images/home.jpg");
	font-family: "Franklin Gothic Book", Verdana, sans-serif;
	font-size: 16pt;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}
h1 {
	color: #ffffff;
	font-size: 20pt;
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.blue {
	color: #99ccff;
}
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;
}

