body{
	margin: 2px;
	background-color: #808080;
  background: url("../graphics/bg.gif") repeat;
	text-align: center;
}
body, th, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
h1{
  /*margin: 10px;*/
  margin: 0;
  font-size: 23px;
  font-weight: bold;
}
h2{
  margin: 10px;
  font-size: 15px;
  font-weight: bold;
}
h3{
  margin: 10px;
  font-size: 14px;
  font-weight: bold;
}
h4{
  margin: 10px;
  font-size: 12px;
  font-weight: bold;
}
p {
  margin: 10px;
}
a, a:link, a:visited, a:hover, a:active{
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
a:hover{
  text-decoration: none;
  color: #505050;
}
a.complete_menu {
	font-size: 9px;
}
ul li {
  list-style-type: circle;
}
table {
  border-collapse: collapse;
}
/*input, select, textarea {
  border: 1px solid gray;
  font-size: 12px;
}*/
input.alone {
  margin: 10px;
}
