.section_title {
    font-size: 14px;
    font-weight: bold;
    border-right: #21285a 1px solid;
    border-top: #21285a 1px solid;
    border-left: #21285a 1px solid;
    border-bottom: #21285a 1px solid;
    background-color: #707070;
    color: #FFCC01
}

input {
    font-size: 11px;
    border-right: #21285a 1px solid;
    border-top: #21285a 1px solid;
    border-left: #21285a 1px solid;
    border-bottom: #21285a 1px solid;
    background-color: #d9e0e7
}

select {
    font-size: 11px;
    border-right: #21285a 1px solid;
    border-top: #21285a 1px solid;
    border-left: #21285a 1px solid;
    border-bottom: #21285a 1px solid;
    background-color: #d9e0e7
}

textarea {
    font-size: 11px;
    border-right: #21285a 1px solid;
    border-top: #21285a 1px solid;
    border-left: #21285a 1px solid;
    border-bottom: #21285a 1px solid;
    background-color: #d9e0e7
}

.button {
    font-size: 11px;
    color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    background-color: #5c8bb9
}

a:link {
	color: #99CD00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99CD00;
}
a:hover {
	text-decoration: none;
	color: #FFCC01;
}
a:active {
	text-decoration: none;
	color: #99CD00;
}

table.soft-blue {
  border-collapse: collapse;
}

table.soft-blue th {
  background-color: #FFF;
  border: 1px solid #424A86;
  padding: 5px 5px 5px 5px;
}

table.soft-blue td {
  background-color: #FFF;
  border: 1px solid #424A86;
  padding: 5px 5px 5px 5px;
}

table.report {
    border-collapse: collapse;
}

table.report td {
    border-left: 1px dotted #424A86;
    border-right: 1px dotted #424A86;
}

.footnote {
    font-size: 0.8em;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #707070;
	padding-right: 10px;
	padding-left: 10px;
}
.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424A86;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #95A3C3;
}
.beds {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3333;
}
.border {
	border: 1px solid #95A3C3;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}
.contentRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B71A3;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #BBC4D9;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B71A3;
	padding: 5px;
}
.bottomMTS {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B71A3;
	padding: 5px;
}

.good_alert {
    text-align: left;
    border-top: 1px solid #9c9;
    border-bottom: 1px solid #9c9;
    padding: 5px 5px 5px 30px;
    font-size: 11px;
    margin: 0 20px 15px 20px;
    color: #060;
    background: url(/images/good_icon.gif) #E2F9E3 left no-repeat;
}

.bad_alert {
    text-align: left;
    font-weight: bold;
    border-top: 1px solid #c99;
    border-bottom: 1px solid #c99;
    padding: 5px 5px 5px 27px;
    font-size: 11px;
    margin: 0 20px 15px 20px;
    background: url(/images/bad_icon.gif) #c00 left no-repeat;
    color: #fff;
}

a.left_nav:hover {
	text-decoration: none;
	color: #000000;
}

a.left_nav {
	color: #707070;
	text-decoration: none;
}

table#Table_01 {
	background-color: #fff;
}