@charset "utf-8";
/* CSS Document created for New Beginnings Retreat - CSS applied only to .HTM pages */

body {
	font-family:Georgia, Times New Roman, Times, serif;
	}

p, td {
	font-size:10pt;
	color:#472C15;
	}

caption {
	font-size:12pt;
	font-weight:bold;
	color:#472C15;
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	font-weight:bold;
	color:#83C835;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:normal;
	color:#83C835;
	}

h3 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
	color:#472C15;
	}

a:link {
	font-weight:bold;
	text-decoration:underline;
	color:#472C15;
	}
		
a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#472C15;
	}

a:hover {
	text-decoration:none;
	}

li {
	font-size:10pt;
	color:#472C15;
	line-height:1.5em;
	}

/* This class is used on the home page; makes the line-height and text larger than on the rest of the site */
.lineheight {
	font-size:12pt;
	line-height:1.5em;
	}

/* These classes are used on the packages page and are applied to the titles & prices of each package */
.package {
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#472C15;
	}

.price {
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;
	color:#660000;
	}

/* This class is used on all the "Back to Top" and "Back to ..." links throughout the site */
.backtotop {
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:normal;
	text-decoration:underline;
	text-align:right;
	color:#660000;
	}

.back {
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	color:#660000;
	}

/* This class is used on  the Form on the Contact page */
.form {
	background-color:#CAE6E7;
	background-attachment: scroll;
	background-image: url(images/tree.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
