body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #6B9212;
 	font-family: Verdana;
 	color: #204D23;
}
table {
 	font-size: 11px;
}
img {
	border: 0px;
}
a:link, a:visited, a:active {
	text-decoration: none;
 	color: #204D23;
}
a:hover {
	text-decoration: underline;
 	color: #204D23;
}
.s1 {
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.contenido {
	background-image: url(../images/bg_contenido.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.pie {
 	font-family: Verdana;
 	font-size: 11px;
 	color: #204D23;
	background-image: url(../images/pie.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:70px;
}