body {
	margin: 25px 0px 0px 0px;
	background:  url(../images/body_back.gif) repeat;
}
tr, p, div {
  font-family      : Arial, Helvetica, Verdana, sans-serif;
  font-size        : 12px;
  color            : #666666;
}
hr {
  background       : #cccccc dotted;
  height           : 1px;
  width            : 100%;
}

.sectiontableheader {
  background-color : #67C6F6;
  color            : #000000;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  text-decoration  : none;
  font-weight      : normal;
}

.smallwhite {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #ffffff;
  text-decoration  : none;
  font-weight      : normal;
}

.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 12px;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
}

a:link, a:visited {
color: #9B1900;
text-decoration: underline;
}

a:hover {
color: #9B1900;
text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  font-size: 11px;
  list-style: none;
}

li {
  line-height: 15px;
  padding-left: 12px;
  padding-top: 0px;
  font-size: 11px;
  background-image:  url(../images/list_square.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}