body {
	margin: 0px;
}
body, td {
	font-family: verdana;
	font-size: 10px;
	color: #404040;
	SCROLLBAR-FACE-COLOR: #8f0407;
	SCROLLBAR-HIGHLIGHT-COLOR: #8f0407;
	SCROLLBAR-SHADOW-COLOR: #8f0407;
	SCROLLBAR-3DLIGHT-COLOR: #8f0407;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #8f0407; 
}
.lcol{
	background-image: url('images/lbg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	
}
h3.offset {
	position: absolute;
	margin-left: -30px;
	font-size: 13px;
}
.content {
	background-image: url('images/cbg.jpg');
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-top:10px;
}

.scra {
	height: 350px;
	width: 100%;
	overflow: auto;
}
#tip {
	width: 179px;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	background-color: #ffffff;
	display: none;
	
}
#picas {
	width: 510px;
	height: 390px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -255px; 
	padding: 10px;
	background-color: #ffffff;
	display: none;
}