/* GENERAL RULES */
body {
	background: #4E5512;
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	color: #000000;
}

a {
	color: #4E5512;
}

a:hover {
	text-decoration: none;
}
	
img {
	border: 0;
}

p {
	line-height: 1.3em;
	color:#444;
}

ul {
	list-style-image: url(images/bullet.gif);
	margin: 0;
}

	
li {
	line-height: 1.3em;
}

li.amen {
	margin-left:190px;
}

	
table {
	border: 0;
	margin: 0;
}

	
td,th {
	padding: 0;
	vertical-align: top;
}

table.main {
	background: #FDF8E8;
	width: 760px;
}

	
div.main {
	margin: 0 20px 1em 20px;
	padding: 0;
	line-height: 1.3em;
	font-size: 90%;
	color:#444;
}

.floatRight {
	float:right;
	margin: 5px -10px 5px 5px;
	clear:right;
	background: #F5EAC5;
	border-width: 4px 0 4px 4px;
	border-style:solid;
	border-color:#F5EAC5;
}
img.floatRight {
	border-width:0;
	}
	
table.floatLeft {
	float:left;
	margin: 5px 5px 5px -10px;
	clear:left;
	background: #F5EAC5;
	border-width: 4px 4px 4px 0;
	border-style:solid;
	border-color:#F5EAC5;
}

div.backBeige {
	background: #F5EAC5;
}

table.floatLeft tr td p.caption {
	font-size: 70%;
	margin: 0 0 0 26px;
	line-height: 1.2em;
	color: #605B49;
}

table.floatRight tr td p.caption {
	font-size: 70%;
	margin: 0 26px 0 0;
	line-height: 1.2em;
	color: #605B49;
}

p.captionLeft {
	font-size: 70%;
	margin: 0 0 0 4px;
	line-height: 1.2em;
	color: #605B49;
}

p.captionRight {
	font-size: 70%;
	margin: 0 4px 0 0;
	line-height: 1.2em;
	color: #605B49;
}

table.rateChart {
	margin-bottom: 10px;
}

table.rateChart tr td {
	border: #800080 solid 1px;
	padding: 5px;
}

table.rateChart tr td.buttons {
	border: 0px;
	padding: 0;
}

table.rateChart tr td.buttons table tr td {
	border: 0px;
	padding: 10px 0 0 0;
}

table.rateChart tr td p {
	margin: 0;
	font-size: 80%;
}

td.footer {
	border-top: solid #8F983D 3px;
	background: #F5EAC5;
}

td.footer p {
	color: #4E5512;
	font-size: 75%;
	margin: 5px 21px 5px 21px;
	line-height: 1.7em;
}

td.footer p a,td.footer p a:visited,td.footer p a:active {
	text-decoration: none;
	color: #4E5512;
}

td.footer p a:hover {
	text-decoration: underline;
	color: #4E5512;
}

a.title, b.title {
	color: #4E5512;
	font-weight: bold;
}


table.room {
	background: #F5EAC5;
	margin:0 10px 10px 10px;
}
table.room table {
	width: 290px;
	margin:0 4px 0 4px;
}
table.room img {
	margin:4px;
}
table.room tr td p {
	font-size: 80%;
	margin-bottom: 4px;
}

img.headAdjust {
	margin-left: -6px;
	}