body 
{
	margin: 0px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	text-align: left;
	background-color: #eeeeee;
	color: #000000;
	text-align: left;

}


#page-env
{
	margin: 10px 0px 10px 0px;
	width: 1050px;
	/*padding: 0px 0px 0px 0px;*/

}

#container
{
	margin: 0 auto;
	width: 100%;
	/*background:#ffffff;*/
	/*margin: 30px 0px 0px 0px;*/
	padding: 0px;
	margin: 0px;
	position: relative;

}

#header-img
{
	background:#cccccc;
	padding: 0px;
	margin: 0px;

}

#content
{
	margin: 0px;
	width: auto;
	/*background:#ffffff;*/
	padding: 10 10 10 10px;
	text-align: left;
	/*border-style: solid;
	border-width: 1px;*/


}



H1, H2, H3
{
	font-family: "Georgia", Times, serif;
	font-weight: bold;
}

H1
{
	font-size: 250%;
	padding: 2px;
	margin: 5px;

}

H1.shadow
{
	font-size: 300%;
	text-shadow: 5px 5px 3px grey;
}


H2
{
	font-size: 200%;
	margin: 10px;
}

H2.shadow
{
	font-size: 200%;
	/*text-shadow: 5px 5px 3px grey;*/
	text-shadow: 0.9px 0.9px 1.5px grey;
	border-left: 2px dotted black;
	text-align: left;
	display: inline-block;
	padding: 10px;
	margin: 10px;
	position: relative;
	float: none;

}


H3
{
	font-size: 150%;
}

/*A { font-weight: normal; font-style: normal; color: #335533; text-decoration: underline; }*/
A { font-weight: normal; font-style: normal; color: rgb(142,129,28); text-decoration: underline; }
A:Hover { font-weight: normal; font-style: normal; color: rgb(142,129,28); text-decoration: none; }
A.dark { font-weight: normal; font-style: normal; color: rgb(42,29,0); text-decoration: underline; }

SMALL { font-size: 80%; }


#header-lide
{
  font-family: "Georgia", Times, serif;
  font-size : 110%;
  text-shadow: 0.9px 0.9px 1.5px grey;
  box-shadow: 5px 5px 5px #000000;
  background-color: #ffffaa;
  opacity: 0.8;
  font-weight: bold; 
  text-align: left;
  display: block;
  float: none;
  padding: 1px;
  padding: 3px;
  margin: 0px;
  position: absolute;
  /*top: 240px;
  left: 715px;*/
}



#header-ved-arrow
{ 
  position: absolute;
  top: 235px;
  left: 860px;
  font-size : 250%;
  font-weight: bold; 
  color: #ff0;
  text-shadow: 5px 2.9px 1.5px black;
}


