/* ---BODY TEXT STYLES--------------------------------------------------------------------------------------------------------    */


/* ---GREEN PAGE HEADING--------    */
.sectiontitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #A4AF6D;
}

/* ---MAIN BODY TEXT (JUSTIFIED)--------    */
.body1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
}
/* ---SAME AS BODY 1 BUT JUSTIFIED LEFT--------    */
.body1left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
}

/* ---COTTAGE INDEX PAGE BROWN TITLE-------    */
.body4bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #57534A;
}

/* ---COTTAGE DETAIL PAGE TITLE-------    */
.browntitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #57534A;
}


/* ---DEEP RED TEXT-------    */
.body1red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
}

/* ---GREEN QUOTE TEXT IN-BETWEEN PARAGRAPHS-------    */
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #A4AF6D;
}
/* ---DESCRIPTION TEXT BELOW THUMBNAILS-------    */
.ThumbQuote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
	text-align: left;
}
/* ---FEATURES DOWN THE SIDE OF COTTAGE PAGES-------    */
.bodyfeat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	font-style: normal;
}

/* ---BIT LIGHTER THAN BODY 1-------    */
.body2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	font-style: normal;
	text-align: justify;
}
/* ---BOLD VERSION OF BODY1-------    */
.body1bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
/* ---BOLD VERSION OF BODY1-------    */
.body3bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #B8AEA2;
}

/* ---MAIN GREEN LINK-------    */
a.link1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #A4AF6D;
	text-decoration: underline;
	text-align: justify;
	font-style: normal;
}
a.link1:visited {
	
}
a.link1:hover {
	text-decoration: underline;
	color: #000000;
}
a.link1:active {
	
}
a.link1:link {
	
}