body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-color: #C1CFDD;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
}

/* Text styles not textiles */
.bodycopy {font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	color: #FFF;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.warning_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.column_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.headcellbkgnd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background-color: #000;
}
.listingbodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #000;
	line-height: 18px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
.Contact_Style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.white_text_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.white_text_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}
.dot_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000099;
}
.dot_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color:#FFCC00;
}
.dot_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;	
	color:#009933;
}
.dot_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color:#CC0000;
}

/* Table Styles ...not table manners */
.elevation_table {
	background-color: #FFFFFF;
	width: 200px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	spacing: 0px;
}
.elevation_table_image_row {
	height: 132px;
	background-color:#FFFFFF;
}
.elevation_table_row1 {
	height: 10px;
	background-color: #FFFFFF;
}
.elevation_table_row2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 31px;
	background-color: #000000;
}
.elevation_table_row3 {
	font-size: 12px;
	color: #FFFFFF;
	height: 24px;
	background-color:#007EC8;
}
.elevation_table_row4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
	background-color: #007EC8;
}
.movein_table_head {
	font-weight: bold;
	color: #FFF;
	background-color: #006BB7;
}
.movein_row_odd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFFFA8;
}
.movein_row_even {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
}

