body {
	background-color: #6086B5;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

tr, td, table, p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #345072
}


table.maintable {
background-image: url(images/brashbackground.gif);
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	
	
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h5, BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
MENU  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}










hr {
	height: 5px;
	background-color: #6086B5;
	border-bottom-color: #6086B5

}

li {
display: list-item;
list-style-image: url(images/li.gif);
list-style-position: outside;
font-weight: normal;
}

ol {
display: list-item;
list-style-position: outside;
font-weight: normal;
list-style-type: decimal;
}


OL > OL { list-style: lower-roman;}

ul ul {
	list-style: lower-roman;
}



a:link {
	color: Blue;
}

a:visited {
color: Black;
	
}

a:hover {
color: Red;
	
}

a:active {
color: Purple;
	
}
.frontier {
	font-size: 9px;
	color: #F8F361
}
textarea {
	background-color: #DDE7F3;
	margin-bottom: 8px;
}
input {
	background-color: #DDE7F3;
	margin-bottom: 4px;
}

input.required {
	background-color: #FFE1E1;
	margin-bottom: 4px;
}
input.submit {
background-color: #FFB2B2; 
	margin-bottom: 4px;
}


.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadowbrash.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
  .subtitle {
	font-size:1.25em;
	font-weight:bold;
	text-align:center;
	margin:0 0 0.8em 0;
}

.proptitle {
	font-size:2em;
	font-weight:bold;
	text-align:center;
	display:block;
		padding:1.0em 0 1.0em 0;
}
.propdesc {
	width:35em;
	text-align:left;
	display:block;
}
.propfinancials {
	text-align:center;
	display:block;
	font-size:1.25em;
	font-weight:bold;
	margin:1em 0 1em 0;
}
.propinfoname {
	width:15em;
	text-align:left;
	float:left;
	display:inline;
	margin-left:15em;
}
.propinfovalue {
	text-align:right;
	display:inline;
}

.content {
	width:899px;
	margin:auto auto auto auto;
	clear: left;
	overflow:hidden;
	visibility:visible;
}
.contentcenter {
	width:700px;
	margin:0px auto auto auto;
	text-align:left;
}
