@charset "utf-8";
/* CSS Document */
body{
  background: #f3e9d6;
  
  color: #634b21;
  font-family: Arial;
  margin: 0;
  padding: 0;
}

.txtTitle{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #8f0100;
}

.txtScreen{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000;
}

.buttonLink{
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none
}
.buttonLink:hover{
  color: #ffcc00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: underline
}


#ScreenIMG{
  background: transparent url(../images/splashscreen/mainpic.jpg) no-repeat top;
  width: 930px;
  height: 570px
}

#DIVContent{
  width: 860px;
  background-color: ;

  margin-left: 20px;
  padding-top: 370px
}

#DIVLeft{
  width: 330px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  padding-left: 20px;
  padding-right: 40px
}

#DIVRight{
  width: 330px;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  margin-left: 20px;
  padding-right: 10px
}


