@charset "UTF-8";
body {
	background-color:#000;
	background-image: url(images/bkgrnd.png);
	background-repeat: repeat-y;
	background-position:center;
	margin-left:"0";
	margin-top:"0";
}
#corpo {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 10px;
}
a:link {
	color: #FF6600;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	color: #CC66CC;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
a {
	font-weight: bold;
	text-decoration: none;
}
.webdesign {
	position: fixed;
	bottom: 3px;
	right: 10px;
	visibility: visible;
	z-index: 100;
}
.clasp {
	text-align:center;
	font-size:11px;
}
.lunchbox {
display:none;
} 
.openclose {
	background-color: #006699;
	border: 1px solid #000000;
	padding: 10px;
}
#corpo .openclose a {
	color: #000000;
}