/* CSS Document */
.body-text {
	font-size: 12px;
	font-family: Arial;
}
.footer-text {
	font-size: 12px;
	color: #17184F;
	font-family: Arial;
}
.large-text {
	font-size: 20px;
	color: #17184F;
	font-family: Arial;
}
.map-text {
	font-size: 14px;
	color: #17184F;
	font-family: Arial;
}
.nav-text {
	font-size: 12px;
	color: #17184F;
	font-family: Arial;
}
.rates-text {
	font-size: 13px;
	font-family: Arial;
}



a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

/*  Specials List */

#Specials-List {
	overflow: auto;
	width: 400px;
	height: 330px;
}
