/*
// $Id: content.css,v 1.10 2009/06/03 16:46:33 karenk Exp $
// $Revision: 1.10 $
// $Author: karenk $
//
// $Log: content.css,v $
// Revision 1.10  2009/06/03 16:46:33  karenk
// add booking widget, update footer.
//
// Revision 1.9  2008/06/10 20:59:49  karenk
// set link color
//
// Revision 1.8  2007/03/09 15:30:26  karenk
// update font &amp; size for entire site
//
// Revision 1.7  2007/02/19 23:04:42  karenk
// fix homepage fonts
//
// Revision 1.6  2007/01/09 18:46:52  dennisc
// *** empty log message ***
//
// Revision 1.5  2006/10/09 20:51:17  karenk
// add CMT styles
//
// Revision 1.4  2006/09/11 23:40:27  karenk
// move header styles to content.css
//
// Revision 1.3  2006/08/16 20:10:33  karenk
// *** empty log message ***
//
// Revision 1.1  2006/04/13 06:02:03  scottl
// *** empty log message ***
//
//
*/

FORM {
	MARGIN: 0px
}
.homepageHead {
	font-family: Verdana;
	font-size: 18px;
	color: #ebbe61;
	margin-bottom: 4px;
}
.txtHead {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #993333;
}
.txtHead A:link {
    color: #ffcc66;
    text-decoration: underline;
	}
.txtHead A:visited {
    color: #ffcc66;
    text-decoration: underline;
	}
.txtHead A:hover {
    color: #ffcc66;
    text-decoration: none;
	}
.txtHead A:active {
    color: #ffcc66;
    text-decoration: none;
	}
	
.txtHead2 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #993333;
}
.PropertyName {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #413c28;
}
.PropertyDescription {
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	color: #993333;	
}
