body { 
	font-size: 11px; 
	font-weight: none;   
	font-family: verdana; 
	font-style: none; 
	color: #757f88;
	background-color: #aaadae;
	background-image: url('img/back.png');
} 

table.layout_table {
	background-color: none;
	width: 900px;
}

td.layout_img_rot{
	background: #b0cece url('img/back_img.png');
	width: 900px;
	height: 200px;
}

fieldset  {
	border:2px dashed #b0cece; 
	padding: 10px;
}
 
hr { 
	width: 80%;
	height: 0; 
	border:1px dashed #b0cece; 
}

img { 
	border: 0px;
}

a:link {
  text-decoration: none; 
  font-weight: bold;
  font-size: 11px; 
  font-family: verdana; 
  font-style: none; 
  color: #bb4d03;
}
a:visited {
  text-decoration: none; 
  font-weight: bold;
  font-size: 11px; 
  font-family: verdana; 
  font-style: none; 
  color: #bb4d03;
}
a:active {
  text-decoration: none; 
  font-weight: bold;
  font-size: 11px; 
  font-family: verdana; 
  font-style: none; 
  color: #bb4d03;
}
a:hover {
  text-decoration: underline; 
  font-weight: bold;
  font-size: 11px; 
  font-family: verdana; 
  font-style: none; 
  color: #990000;
}