@CHARSET "ISO-8859-1";

body {
   background-color: #330000;
   font-family: Georgia, Verdana, Arial, sans-serif, Times, serif;
   color: #ffffff;
   font-size: 14px;
 }
 
input {
   background-color: #442222;
   border-width: 0px 0px 1px 0px;
   color: #FFFFFF;
}

textarea {
   background-color: #442222;
   border-width: 1px 01px 1px 1px;
   border-style: groove;
   color: #FFFFFF;
}

.SubmitButton {
   background-color: #442222;
   border-width: 2px 2px 2px 2px;
   border-style: outset;
   font-weight: bold;
   padding: 1px;
}

.SubmitButton:hover {
   background-color: #552222;
   border-width: 2px 2px 2px 2px;
   border-style: inset;
   font-weight: bold;
   padding: 1px;
}

.SubmitButton_wait { 
   background-color: #FFFFFF;
   border-width: 2px 2px 2px 2px;
   border-style: inset;
   font-weight: normal;
   padding: 1px;
   background-image: url('http://www.ratingmovies.com/i/working.gif');
   background-position: center;
   background-repeat: no-repeat;
}



.RowOdd {
   background-color: #442222;
 }
.RowEven {
   background-color: #552222;
 }

.banner {
 background-color: #770000;
 color: #000000;
 border: 0px;
}

a:link {
 color: #aaaaff;
}

a:visited {
 color: #ccccee;
}

a:hover {
 color: #77aa77;
}


.TextBlock {
  height: 200px;
  overflow: auto;
  border-color: #552222;
  border-width: 1px 1px 1px 1px;
  border-style: outset;
  text-indent: 15;
  text-align: justify;
  list-style: circle;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  letter-spacing: -0.2;
  word-spacing: -0.1;
  line-height: 1.15;
  background-color: #442222;
}

.Text {
  text-indent: 15;
  text-align: justify;
  list-style: circle;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  letter-spacing: -0.2;
  word-spacing: -0.1;
  line-height: 1.35;
}

.sectionheader {
  background-color: #550000;
  border-color: #550000;
  border-width: 0px 0px 2px 0px;
  border-style: groove;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  padding: 5px 0px 2px 10px;
}

.tidbit {
  border-color: #552222;
  border-width: 2px 2px 2px 2px;
  border-style: ridge;
}
	
