#active
{
  width: 200px;
  background-color: #046B09;
  border: 1px solid #FFF;
  margin: 100px auto;
  color: #FFF;
  padding: 3px 5px;
  font-weight: bold;
}

.header
{
  float: left;
  position: relative;
  left: 50%;
}

h1
{
  background-color: #046B09;
  border: 1px solid #FFF;
  padding: 5px;
  text-align: justify;
  position: relative;
  left: -50%;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}

.text
{
  background-color: #9ACE9E;
  border: 1px solid #046B09;
  margin: 20px 10px;
  padding: 3px 5px;
  text-align: center;
}
.text img { display: inline; }

.text p
{
	color: #000088;
	font: 13px Verdana;
  margin: 5px 0;
  text-indent: 10px;
  text-align: justify;
}
.text .center { text-align: center; }

.text a
{
  text-decoration: none;
  color: #008;
}
.text a:hover { text-decoration: underline; }

.size
{
  width: 100px;
  background-color: #046B09;
  border: 1px solid #FFF;
  margin: 20px auto;
  padding: 2px 0;
}

.b468_60, .b120_240, .b88_31 { padding: 5px 0; }

.b468_60 img
{
  display: inline;
  width: 468px;
  height: 60px;
}

.b120_240 img
{
  display: inline;
  width: 120px;
  height: 240px;
}

.b88_31 img
{
  display: inline;
  width: 88px;
  height: 31px;
}

textarea
{
  width: 468px;
  height: 60px;
  font: 11px Arial;
  color: #000;
  font-weight: bold;
  background-color: #9ACE9E;
  border: 1px solid #046B09;
}

table
{
  background-color: #548A58;
  margin: 0 auto;
}
th
{
  background-color: #74B978;
  color: #FFF;
  font: 12px Arial;
  padding: 2px;
}
td 
{
  background-color: #9ACE9E;
  color: #008;
  font: 13px Verdana;
  text-align: center;
}