/* CSS definition file containing site wide stylesheets */

.OurPropertiesText {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: x-small;
 	color: rgb(0,0,0)
}

.BlueText {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(0,51,153)
}

.PriceTableText {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	font-size: x-small;
 	color: rgb(153,51,51);
 	font-weight: normal;
 	font-style: normal
}

.BlueHeadings {
	font-size: small;
 	color: rgb(0,51,153);
 	font-weight: bold
}