/* CSS Document */
body {
font-family: "Tahoma";
font-size: 8pt;
color: #8f8f8f;
background-color:#f2efea;

}

a {
color: #8f8f8f;
font-size: 8pt;
text-decoration: none;
}

a:hover {
color: #000000;
font-size: 8pt;
text-decoration: none;
}

a visited {
color: #8f8f8f;
font-size: 8pt;
text-decoration: none;
}
a:hover {
color: #000000;
font-size: 8pt;
text-decoration: none;
}

table {
	font:Tahoma;
	color:#8f8f8f;
	font-size: 8pt;
	

}

TEXTAREA {
  background-color: transparent;
  color: #8f8f8f;
  font-size: 8pt;
font-family: "Tahoma";
  border: 1px groove #999999;
}

SELECT {
  background-color: transparent;
  color: #8f8f8f;
  font-size: 10pt;
  font-family: "Tahoma";
  border: 1px groove #999999;
}

INPUT {
  background-color: transparent;
  color: #8f8f8f;
  font-size: 8pt;
  font-family: "Tahoma";
  border: 1px groove #999999;
  size: 50px;
}


#content	{
  height: 1000px;
  width: 100%;
}
#fixid		{
  background-color: #f2efea;
  border-style: solid #000000 1px;
  position: fixed;
  left: 0px; 
  top: 0px; 
  width: 100%; 
  height: 115px;
}
#fix2id		{
  background-color: #f2efea;
  border-style: solid #000000 1px;
  position: fixed;
  bottom:0;
  left: 0px; 
  width: 100%; 
  height: 60px;
}

