h1  {
  font-family: Arial;
  font-size: 16px;
  color: cornflowerblue;
  font-weight: bold;
  margin: 0px;
}
h2  {
  font-family: Arial;
  font-size: 14px;
  color: brown;
  font-weight: bold;
}
p {
  text-indent: 20px;
  font-family: Trebuchet MS, Tahoma;
  font-size: 13px;
  color: black; 
  text-align: justify;
}
img {
  border: 0px;
}
ul  {
  font-family: Trebuchet MS, Tahoma;
  color: black;
  font-size: 13px;
}
input, textarea, select {
  background-color: #EFF0D9;
  border: 1px solid #925C32;
  font-family: Trebuchet MS, Tahoma;
  font-size: 13px;
  color: black; 
}

body		{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: black;

}
.refitem  {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Trebuchet MS, Tahoma;
  color: black; 
  font-size: 11px;
}
#main	{
	width: 800px;
	position: relative;
	text-align: left;
	margin: auto;
	background-image: url("../files/main.gif");

}
#head {
  width: 800px;
  height: 130px;
  background-image: url("../files/head.gif");
}
#underhead {
  width: 800px;
  height: 31px;
  background-image: url("../files/underhead.gif");
}
#top {
  width: 800px;
  height: 41px;
  background-image: url("../files/top.gif"); 
}

#stred  {
  width: 800px;
}

#pata {
  clear: both;
  width: 800px;
  height: 60px;
  background-image: url("../files/pata.gif"); 

}

#referer  {
  width: 323px;
  float: right;
}
.text_text {
  font-family: Trebuchet MS, Tahoma;
  font-size: 12px;
  color: black;
  padding: 5px;
}
#text {
  width: 477px;
  float: left;
}
a.atop, a:active.atop, a:link.atop, a:visited.atop { font-family: Arial; font-size: 14px; color: white; text-decoration: none; }
a:hover.atop { color: white; text-decoration: underline; }

