body {
  background-color: #000000;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.celltrasp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	line-height: 130%;
}
.text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 130%;
}
#text-left { text-align:justify; }
#text-right { text-align:justify; }
.whitetext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 130%;
}
.titles {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  line-height: 130%;
  font-weight: bold;
}
.whitecell {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 130%;
}
.footer {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #999999;
  line-height: 130%;
}
a:link {
  color: #A78D78;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #A78D78;
}
a:hover {
  text-decoration: none;
  color: #37382E;
}
a:active {
  text-decoration: none;
  color: #37382E;
}
td {
  vertical-align:top;
}
input,select,checkbox,radio,textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 130%;
}

a.dp-choose-date {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 5px 3px 0;
  display: block;
  text-indent: -2000px;
  overflow: hidden;
  background: url(choosedate.jpg) no-repeat;
}
a.dp-choose-date.dp-disabled {
  background-position: 0 -20px;
  cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
  width: 210px;
  float: left;
}

#menu01o {
width: 800px;
height:26px;
margin:0px;
padding:0px;
background: #333333;
text-align:center;
}
#menu01o ul{
margin: 0;
padding-left: 0;
list-style: none;
}
#menu01o li{
display: inline;
margin: 0;
padding: 0;
}
#menu01o a:link, #menu01o a:visited{
float: left;
background: #333333;
color: #FFF;
margin: 0em;
padding: 0.5em 0.5em;
text-decoration: none;
border: 0px;
}
#menu01o a:hover, #menu01o a:focus, #menu01o a:active{
color: #FFF;
background: #000000;
}

