body {
	background-color: #E1EBF7;
	margin: 0px;
}

body, p, h1, h2, h3, table, td, th, ol, textarea, input {
font-family: Verdana, Arial, sans-serif;
color: #036;
}

.contentBG {background-color: #FFF3DD;}
.shoppingCartBg {background-color: #94B5EF;}

A:link, A:visited, A:active { text-decoration: underline; color: #036; }
A:hover { text-decoration: underline; color: #F60;}

A.footernav:link, A.footernav:visited, A.footernav:active { text-decoration: none; color: #4A4A4D; font-weight: none; font-family: arial; font-size: 10px; }
A.footernav:hover { color: #F60; text-decoration: underline;}

A.subnav:link, A.subnav:visited, A.subnav:active { text-decoration: none; color: #008E94; font-weight: none; font-size: 10px; }

A.subnav:hover { color: #00009C; text-decoration: none}

A.uarehere:link, A.uarehere:visited, A.uarehere:active { text-decoration: none; color: #4A4A4D; font-weight: none; font-size: 10px; }
A.uarehere:hover { color: #24643F; text-decoration: none}

.bodytext, .FORM_Intro, .ART_content {
  font-size: 11px;
  line-height: 150%;
}
.header  {
        font-size: 18px;
        font-weight: bold;
	font-color: #999999;
	line-height: 175%;
}

.largeB, .ART_title {
	font-size: 14px;
        font-weight: bold;
	font-color: #999999;
	line-height: 175%;
}

.medium, ul {
  font-size: 10px;
}

.small, .FORM_Choice {
  font-size: 10px;
}

.smallB, .FORM_Question {
  font-weight: bold;
  font-size: 10px;
}

.xsmall {
  color: #4A4A4D;
  font-size: 10px;
}

.footer {
  font-size: 10px;
  color: #FFFFFF;
  font-style: italic;
}

/* Property Preview Details */

.innerBorder {
	border: 1px solid #00497C;
}
.outerBorder {
	padding: 5px;
        background-color: #FFE6B7;
	border: 1px solid #00497C;
        width: 152px;
}
.previewTextSpace {
	padding-right: 10px;
	padding-left: 10px;
}

A.buttonDetails:link, A.buttonDetails:visited, A.buttonDetails:active {
        background-color: #FFE6B7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 1px solid #003366;
	font-weight: bold;
        float: right;
        text-decoration: none;
        margin: 4px;

}

A.buttonDetails:hover {
        background-color: #003366;
        color: #fff;
}

.dashedLine {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dashed;
	border-top-color: #036;
	border-right-color: #FFCC33;
	border-bottom-color: #036;
	border-left-color: #FFCC33;
}