@charset "utf-8";
/* CSS Document */
A:link {text-decoration: none; color:#3E4E68}
A:visited {text-decoration: none; color:#3E4E68;}
A:active {text-decoration: none; color:#3E4E68;}
A:hover {text-decoration: underline; color:#6699CC;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
}
.page {
	background-color: #FFFFFF;
	height: 900px;
}
.city {
	font-weight: bold;
	background-color: #293243;
	background-position: center;
	color: #FFFFFF;
}
.shadow {
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}
.normal {
	color: #FFFFFF
}

.price {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900
}
.PrintOnly {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.address {
	font-size: 10px;
	font-weight: bold;
}
.noPrintPageCurl {
	display: none;
}
.header {
	font-size: 14px;
	font-weight: bolder;
	color: #334055;
	background-color: #FFFFCC;
}
.blueLink {
	color: #3E4E68
}

