body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}
body {
	background-image: url(images/bg-sm1.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:right top;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.transbox
  {
  width: 700px; 
  min-height:250px;
  margin: 0px 0 0 0;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  display:block;
  color: #000000;
  }
  
div.transbox p
  {
  margin: 10px 30px;
  font-weight: normal;
  color: #000000;
  }
  
A.submenu, DIV.submenusel {
	display:block; 	
	text-align:center;
	float:left; 
	border-left:1px solid black; 
	border-top:1px solid black; 	
	width:100px; 
	height:30px;
	background-color: #ffffff;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

A.submenu {
	background-color:#CCC;
}

A.submenu:hover {
	background-color:#333;
	color:#FFF;
}

SPAN.submenutext {
	display:block;
	margin: 5px 0 0 0;
}

.text-gross {
	font-size:14px;
	font-weight:bold;
}

IMG.thumb {
	border:solid 1px #666666; 
	margin:10px;
	float:right;
}