body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
}

.Header {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18pt;
        font-style: normal;
        font-weight: bold;
        color: #006699;
}
.statement {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        color: #006699;
}

.bullet {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        color: #003366;
}
.bodytext {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
}
.address {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: normal;
}

A {
 color: #006699;
}

A:LINK {font-weight:bold; text-decoration: none; }
A:VISITED {font-weight: bold; text-decoration: none; }
A:ACTIVE {font-weight:bold; text-decoration: none; }
A:HOVER {font-weight:bold; text-decoration:underline; }

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#list-menu li {
margin: 2px 0 0;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #27408B;
font-family: Arial;
font-size: 14px;
}

#list-menu a {
display: block;
width:160px;
padding: 2px 2px 2px 10px;
border: 1px solid #000;
background: #d0d0d0;
text-decoration: none;
}

#list-menu a:hover {
display: block;
width:160px;
padding: 2px 2px 2px 10px;
border: 1px solid #000;
background: #e0e0e0;
text-decoration: none;
}

.submit {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  cursor: default;

}
#submitpad {
  padding: 5px;
  background-color: #ff0000;
  margin: 0px;
  border-width: 3px;
  border-color: #ff0000;
  border-spacing: 0;
}

img.unit {
float: left;
width: 125px;
height: 95px;
border: 0px;
}

div.unit {
 border: 1px solid #006699;
 overflow: hidden;
 cursor:pointer;
 background:#B0C4DE;
 width: 100%;
 font-size: 10pt;
 text-align: center;
}

div.available {
position: absolute;
z-index:4;
width:60px;
float:left;
font-weight:bold;
font-size:8pt;
color:white;
text-align:center;
background:#006699;
padding: 2px;
}

div.new {
position: absolute;
z-index:4;
width:60px;
float:left;
font-weight:bold;
font-size:8pt;
color:white;
text-align:center;
background:green;
padding: 2px;
}

