/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #000000;
}
.price {
	font-size: 18px;
}
.intable {
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}


.address {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.area {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
a{
	font-size: 11px;
	color:#003399;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

.description {
	font-size: 12px;
	padding-bottom: 20px;
}
.sidetable {
	font-size: 12px;
	color: #666666;
}
.sidetable td {
	color: #666666;
}
.fadeout {
	color: #545454;
}
