﻿.line {
	color: #C0C0C0;
}
.price {
	font-family: Verdana;
	font-weight: bold;
	font-size: medium;
}
.desc {
	font-family: Verdana;
	font-size: small;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	padding-right: 5px;
	padding-left: 6px;
}
.no_border {
	border-color: #c0c0c0;
	border-width: 0;
}
.prop_title {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.centre {
	text-align: center;
}
.column_right {
	font-family: Verdana;
	font-size: small;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #66CCFF;
}
.style3 {
	border: 2px solid #66CCFF;
	font-family: Verdana;
	font-size: small;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
a:link {
	color: navy;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
}
a:visited {color: navy;
	text-decoration: none;
}
a:hover {
	color: orange;
	text-decoration: underline
}
a:active {color: navy;
	text-decoration: underline;
}

