body {
  margin: 0;
  padding: 0;
  background: #000000;
}

a {
	color: Orange;
	text-decoration: underline;
}

table {
  border: 0px;
  border-collapse: collapse;
}
table td {
  padding: 0px;
}
img {
  border: 0px;
}
td {
  font-family: Tahoma;
  font-size: 11px;
  color: #ffffff;
}
td.name {
  font-family: Tahoma;
  font-size: 12px;
  color: #ffffff;
}
td.body {
  background: url("img/center.jpg") no-repeat;
  padding: 10px;
}
td.contacts {
  font-family: Tahoma;
  font-size: 12px;
  color: #ffffff;
}
table.menu td {
  text-align: right;
}
table.menu a {
  font-family: Tahoma;
  font-size: 12px;
  color: #ffffff;
  margin-right: 3px;
  text-decoration: none;
}
table.menu a:hover {
  color: #9A7989;
}

table.menu a:visited {
  color: White;
}

#cap {
  width: 215px;
  height: 26px;
  border: 1px solid #595155;
  text-align: right;
  padding: 5px;
  font-family: Tahoma;
  font-size: 12px;
  color: #ffffff;
}
p.yellow {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  color: #FFFF00;
  margin: 0;
}
p.white {
  font-family: Tahoma;
  font-size: 11px;
  color: #ffffff;
  margin: 0;
}
table.down {
  background: url("img/down.jpg") no-repeat;
  background-position: bottom;
}
#action {
  width: 545px;
  border-top: 1px solid #353B4E;
  border-right: 1px solid #5C5C24;
  border-bottom: 1px solid #4D4E3B;
  border-left: 1px solid #625D27;
  background: #4B4C0D;
  margin-top: 5px;
  margin-bottom: 7px;
  padding: 10px;
}
input, textarea {
  font-family: Tahoma;
  font-size: 11px;
  color: #D87C69;
  border: 1px solid #FFCC00;
}

a:visited {
	color: #FFF3B8;	
	
	}

