body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
}

.FramedImage
{
	border: 1px solid #754C24;
	padding: 5px;
}


.LeftNavOff {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #000000;
	text-align: right;
	padding: 5px;
	font-size: 12px;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #E9EDBA;
	background-image: url(/Images/LeftNavBG.gif);
	background-repeat: repeat-y;
}

.LeftNavOn {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding: 5px;
	font-size: 12px;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(/Images/CurrentNavBG.gif);
	background-repeat: repeat-y;
	background-color: #B0D7D4;
}

.LeftNavSub {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(/Images/CurrentSubNavBG.gif);
	background-repeat: repeat-y;
	background-color: #B0D7D4;
}

.LeftNavLink
{
	color: #000000;
	text-decoration:none;
	font-weight: normal;
}

.LeftNavLink:hover
{
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

.HomeHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #000000;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.HomeText
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	padding: 5px;
	font-size: 12px;
}

.TopCell
{
	color: #754C24;
	font-size: 9px;
	padding: 3px;
}

.TopLink
{
	font-face: arial, verdana, sans-serif;
	font-size: 9px;
	font-variant: none;
	color: #754C24;
}
.RatesMonthYear {
	background-color: #E9EDBA;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #754C24;
	border-left-color: #754C24;
	border-right: 1px solid #754C24;
}
.Rates {
	background-color: #FAFAFA;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #754C24;
	border-bottom-color: #754C24;
}

