
.pagebody  {
  background-color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  margin: 0px
  }

.textbig {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
  }

.textstandard {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 120%;
  }

.textmini {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  }
  
.textform {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  }

.buttonform { 
 font-family: Arial;
 font-size: 10pt;
 font-weight: bold;
 font-style: normal;
 color: #444444;
 background-color: #ebebeb;
 border-style: solid;
 border-width: 1px;
 border-color: #000000;
}

.formmain { 
 border-top: 0px none;
 border-right: 0px none;
 border-bottom: 0px none;
 border-left: 0px none;
 margin: 0px;
 padding: 0px;
}

.titlebig {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 36px;
 font-weight: normal;
 text-decoration: none;
 letter-spacing: -2px;
 line-height: 90%;
}

.titlestandard {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
 text-decoration: none;
 letter-spacing: 1px;
 line-height: 95%;
}
 
.titlemini {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 font-weight: normal;
 text-decoration: none;
 letter-spacing: 1px;
 line-height: 95%;
}

.titlecolor {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 text-decoration: none;
 letter-spacing: 1px;
 line-height: 95%;
 color: #923131}

a {
 text-decoration: none;
}

a:visited {
}

a:active {
}

a:hover {
 background-color: #ababab;
}


.tablemain {
 border: solid 0px;
 margin: 0px;
}

.tableheader {  
 padding: 3px;
 border: solid 0px;
 margin: 0px;
 background-color: #ebebeb;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
}

.tablebody {  
 padding: 3px;
 border-top: solid 1px;
 border-left: solid 1px;
 border-bottom: solid 1px;
 border-right: solid 1px;
 border-color: rgb(210, 210, 210);
 margin: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration: none;
}

.failed {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: rgb(243, 53, 53);
  text-decoration: none;
}

.passed {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #159315;
  text-decoration: none;
}

.enabled {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

.disabled {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

.picture {
  border-style: solid;
  border-width:1px;
  border-color: rgb(200, 200, 200);
}

/** text on the left, photo on the right */
.newsbody1 { float:left;  text-align:left; width:35em; }
.newsimages1 { float:right;  }

/** photo on the left, text on the right */
.newsbody2 { float:right; width:38em; }
.newsimages2 { float:left; text-align:center;}

/** photo on top */
.newsbody3 {  }
.newsimages3 { }

.newsimage { padding:5px}

.menu_bg {
 background: #923131;
}

#center1 {
 color: #999999;
}

#center1 table tr td a {
 color: #fafafa;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
}

#left2 { 
 border-right: 1px solid #330000;
 background: #923131;
}

#left2 table tr td {
 color: #dcdcdc;  
}

#left2 table tr td a {
 color: #fafafa;  
}

#left2 table tr td table tr td a {
 color: #fafafa;
}

#center2 {
 color: #555555;
}

#center2 table tr td a {
 color: #222222;
}

#center2.titlestandard {
 color: #ff0000;
}


