.caption
{
  display:block;
  color:brown;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10pt;
  font-weight:normal;
  margin-top: 5px;
  margin-bottom: 20px;
  width:200px;
}
.req 
{ 
  color:red;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10pt;
  font-weight:bold;
}
.textbox
{
  position:absolute;
  border:none;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10pt;
  color:rgb(18,82,58);
}
.scrollbox-silver
{
  position:absolute;
  border-color:silver;
  border-style:solid;
  border-width:1px;
  overflow:auto;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10pt;
  color:rgb(18,82,58);
}
.scrollbox-yellow
{
  position:absolute;
  border-color:rgb(255,255,192);
  border-style:solid;
  border-width:1px;
  overflow:auto;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10pt;
  color:rgb(18,82,58);
}
.yellow-transparency
{
  position:absolute;
  z-index:2;
  border-style:solid;
  border-width:1px;
  filter:alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;
  background-image:url(images/yellow-pixel.gif);
  background-repeat:repeat;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10pt;
  color:rgb(18,82,58);
}
.white-transparency
{
  position:absolute;
  z-index:2;
  border-style:solid;
  border-width:1px;
  filter:alpha(opacity=67);
  -moz-opacity:0.67;
  opacity:0.67;
  background-image:url(images/white-pixel.gif);
  background-repeat:repeat;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10pt;
  color:rgb(18,82,58);
}
.dark-green-transparency
{
  position:absolute;
  z-index:2;
  border-style:solid;
  border-width:1px;
  filter:alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
  background-image:url(images/dark-green-pixel.gif);
  background-repeat:repeat;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10pt;
  color:rgb(255,255,255);
}
img.highlight
{
  position:absolute;
  top:0px;
  left:0px;
  border:none;
  filter:alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;
  visibility:hidden
}
a:link
{
  font-weight:bold;
  color:rgb(18,82,58);
  text-decoration:none
}
a:visited
{
  font-weight:bold;
  color:rgb(18,82,58);
  text-decoration:none
}
a:active
{
  font-weight:bold;
  color:rgb(50,114,58);
  text-decoration:none
}
a:hover
{
  font-weight:bold;
  color:rgb(50,114,58);
  text-decoration:underline
}
table.center-container
{
  border-collapse:collapse;
  border-spacing:0px;
  width:100%;
  height:100%;
  border:none;
  padding:0px;
  margin:0px;
  outline-width:0px;
}
td.center-container
{
  text-align:center;
}
div.center-container
{
  position:relative;
  margin:0 auto;
  width:804px;
  height:604px;
  text-align:left;
  border:1px solid #996600;
}
body
{
  background-color:#996600;
}