body
{
  background-color: #2F4F4F;
  font-family: Optima, Tahoma, "Trebuchet MS", sans-serif;
  font-size: 13px;
  color: black;
}

a { color: #2E8B57; }
a:link { color: #2E8B57; }
a:visited { color: #2E8B57; }
a:hover { color: black; }

body p
{
  line-height: 2em;
  margin-top: 0.5em;
  padding-top: 0px;
}

h3
{
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0px;
  margin-top: 2em;
  color: #FF4500;
}

h4
{
  font-size: 20px;
  font-weight: bolder;
  line-height: 1.6em;
  margin-bottom: 0px;
  margin-top: 0em;
  color: #2E8B57;
}

.attention
{
  font-size: 14px;
  line-height: 1.8em;
}

.container
{
  width: 734px;
  margin-left: auto;
  margin-right: auto;		
  background-color: white;
  
}

.content
{
  width: 680px;
  margin: 27px;
  margin-top: 0px;

}

.column
{
  float: left;
  margin: 25px;
  width: 630px;
}

.column h3
{ 
  margin-top: 0em;
}
.side
{
  width: 200px;
}

.key
{
  width: 350px;
}

.pagefooter
{
  text-align: center;
  font-size: 11px;
  color: white;
  margin-top: 1em;
}

.products
{ 
  border: 1px solid #D3D3D3;
  background-color: #F0F8FF;
}

.products p
{ 
  text-align: center;
}

.products a
{ 
  text-decoration: none;
  color: #6A5ACD;
  font-weight: bold;
}

.products a:hover
{ 
  color: #FF4500;
}

.products h3
{ 
  color: #483D8B;
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: center;
}

.products .description
{ 
  color: #708090;
  font-size: smaller;
  display: block;
  line-height: 1.5em;
}

.tab1
{ 
  text-align: right;
}

.tab2
{ 
  text-align: right;
}

.products .title
{
  font-weight: bolder;
}

.products li
{
  width: 600px;
  list-style: none;
  border: 1px dashed #F08080;
  padding: 4px;
  background-color: #FFFFE0;
}

li
{
  line-height: 2em;
}


.feedback
{ 
  border: 1px solid #D3D3D3;
  background-color: #F0F8FF;
  padding: 1em;
}
