body {
	background: #rgb(118,118,118);
}

H1, H2, H3 {
  font-size : 12px;
  font-family: arial, helvetica, verdana;
  font-weight : bold;
  font-style : normal;
  color : #000000;
  }
  
a {
 font-size: 12px;
 font-family: verdana;
 color: #000000;
 padding-left: 18px;
 font-weight: bold;
}

a:visited {
 font-size: 12px;
 font-family: verdana;
 color: #000000;
 padding-left: 18px;
 font-weight: bold;
}

a:active {
 font-size: 12px;
 font-family: verdana;
 color: #000000;
 text-decoration: underline;
 padding-left: 18px;
 font-weight: bold;
}

a:hover {
 font-size: 12px;
 font-family: verdana;
 color: #000000;
 text-decoration: underline;
 padding-left: 18px;
 font-weight: bold;
 }

div {
 margin: 0px 0px 0px 0px;
 font-size: 12px;
 font-family: arial;
}

.outertable {
	padding-left: 5px !important;
}

.text {
	color: #000000;
}

.required {
  font-size: 12px;
  font-family: arial, helvetica, verdana;
  color: #9A0000;
  margin-left: 0px;
}

td, p {
 font-family: arial, helvetica, verdana;
 color: #000000;
 font-weight : normal;
 font-style : normal;
 text-decoration : none;
 vertical-align: top;
}

.missing {
  font-size : 12px;
  font-family: arial, helvetica, verdana;
  font-weight : bold;
  font-style : normal;
  color : #9A0000;
  margin-left: 5px;
}

.error  {
  font-size : 12px;
  font-family: arial, helvetica, verdana;
  font-weight : normal;
  font-style : normal;
  color : #9A0000;
  text-decoration : none;
  margin-left: 5px;
}

.info  {
  font-size : 12px;
  font-family: arial, helvetica, verdana;
  font-weight : normal;
  font-style : normal;
  color : magenta;
  text-decoration : none;
  margin-left: 5px;
}


/* Form Fields */

FORM {
  margin:5px 5px 5px 5px;
    }

FORM TABLE {
  border: none;
  padding: 0px;
  margin: 0px;
 }

SELECT {
   font-size: 10px;
   font-family: arial;
   background-color: #E4E1E1;
   height: 16px;
   }

TEXTAREA {
   font-size: 10px;
   font-family: arial;
   background-color: #rgb(186,186,186);
   border: 1px solid #000000;
   height: 70px;
   width: 400px;
  }

.attributename{
  font-size: 10px;
  font-family: arial, helvetica, verdana;
  color: #000000;
  margin-left: 0px;

}

.attributeinput {
	font-family: arial;
	font-size: 10px;
}

span.attributeinput input {
	font-family: arial;
	font-size: 10px;
	border: 1px solid #000000;
}

table{
  padding:5px 5px 5px 5px;
}


ul,li{
  list-style:none;
  text-align: left;
  margin:0px 0px 0px 0px 0px
}


#disclaimer {
  float: right;
  text-align: left;
  position:relative;
  top:-22px;
  left: 15px;
}

ul.list{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height:15px;
}

.list b{
  line-height:px;
}

.listdescription{
}

input[type=checkbox] {
  border: 10px solid #999999;
}

input {
  margin-right: 5px;
  border: 1px solid #999999;
  font-size: 10px;
  font-family: arial, helvetica, verdana;
}

input.sbutton {
  margin-right: 5px;
  font-size: 14px;
  font-family: arial, helvetica, verdana;
  border: 1px solid #999999;
  background-color: #81A1AE;
  color: #DFDFDF;
	margin: 5px;
}

.outertable {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

p { margin-bottom: 4px; }

