body {
	font-family:Verdana, Arial;
	color: #000;
	font-size: 13px;
	text-align: left;
	
}

.itemno {
	color:#0080FF;
	font-size: 9px;
	font-family:Verdana, Arial;
}

.mainform {
	width: 1000px;
	background-color: #FFFFFF;
}
.tabrule {
      float:left;
      width:1000px;
      background:#DAE0D2 url("../images/bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
}

.tabrule ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
}

.tabrule li {
      float:left;
      background:url("../images/norm_right.gif") no-repeat right top;
      margin:0;
      padding:0;
}

.tabrule a {
      display:block;
      background:url("../images/norm_left.gif") no-repeat left top;
      padding:5px 15px 4px;
}

.tabrule #current {
    background-image:url("../images/norm_right_on.gif");
}

.tabrule #current a {
    background-image:url("../images/norm_left_on.gif");
	padding-bottom:5px;
}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	padding: 0.25em;
	background-color: #FFFF00;
	margin: 1px;
}
.disclaimer #disclaimerHead {
	font-weight: bold;
	background-color: #666666;
}
.section {
	width: 1000px;
	padding: 0.5em;
	margin: 0;
	background-color: #FFFFFF;
}
.pagetitle {
	background-color: #FFFFFF;
}

/* Basic Bar Graph */
.graph { 
	position: relative; /* IE is dumb */
	width: 100px;
	border: 1.5px solid #52C828; 
	background: #B1D632;
	padding: 2px; 
	margin-bottom: .5em;					
}
.graph .bar { 
	display: block;	
	position: relative;
	background: #FF0033; 
	text-align: center; 
	color: #333; 
	height: .75em; 
	line-height: 2em;									
}
.graph .bar span { position: absolute; left: 1em; } /* This extra markup is necessary because IE doesn't want to follow the rules for overflow: visible */

/*PropertyList CSS */

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
td {
	border-right-style: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
th {
	color: #FFFFFF;
	background-color: #666666;
}
#propertyList {
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#buildingList {
	width: 100%;	
}


#addr {
	background-color: FF0;
	width: 225px;
	border: 0;
}

#addr td {padding: 2px;}

#addr td.header{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	color: 0080FF;
	
}

