td img {
	display: block;
}
body {
	background-image: url(fon.png);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #B5CFDB;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #FFFFFF;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	/*font-style: italic;*/
}
a:hover {
	text-decoration: none;
	color: #069;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#content {
	position: relative;
	width: auto;
	height: auto;
	margin: 8px 15px 8px 15px;
	color: #000033;
	text-align: left;
	font-weight:normal;
}
#bottom {
	bottom:0px;
	position: fixed;
	width: 100%;
	left: 0px;
	z-index: 999;
}
#content_bottom {
	position: relative;
	width: auto;
	height: 200px;
	background-color: #86A8DB;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table_list{
	padding-left: 20px;
}
#name {
  padding-bottom:10px;
  font-weight: bold;
}
#description {
  text-align:justify;
  font-weight:normal;
}
#links {
  text-align:right;
}
input {
  border: 1px solid #5383CC;
  width: 200px;
  height: 20px;
}
textarea {
  border: 1px solid #5383CC;
  overflow:auto;
  width: 200px;
  height: 100px;
}
.send {
  width: 70px;
  background-color: #295392;
  color: #fff;
  font-weight: bold;
  border: 0px;
  cursor: pointer;
}