﻿.main_title {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
.prop_title {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.desc {
	font-family: Verdana;
	font-size: small;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	padding-right: 0px;
	padding-left: 0px;
}
.line {
	text-align: center;
	color: #C0C0C0;
}
.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;
}
.centre_pinstripe {
	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;
}
.no_border {
	border-color: #c0c0c0;
	border-width: 0;
}
.featured {
	color: #FF0000;
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
}
a:link {
	color: navy;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
}
a:visited {color: navy;
	text-decoration: none;
}
a:hover {
	color: orange;
	text-decoration: underline
}
a:active {color: #0000FF;
	text-decoration: underline;
}