
/** BASIC */



body {
	background: #030B0D;
}
body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838989;
}
a {
	color: #A38B70;
}

a:hover {
	text-decoration: none;
}

a.more {
	padding-left: 17px;
	background: url(images/homepage12.gif) no-repeat left center;
}


.solutionMouseOver_red {
	background-color: #003333;
	color:#FFF;
	TEXT-ALIGN: left;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
	cursor:default;
}
.solution_red {
  TEXT-ALIGN: left;
  BORDER-RIGHT: #999999 1px solid; 
  BORDER-BOTTOM: #999999 1px solid; 
}



