body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.gris {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.blue {
	font-family: Tahoma;
	font-size: 11px;
	color: #336699;
	text-decoration:none;
}
.blue a {
	font-family: Tahoma;
	font-size: 11px;
	color: #336699;
	text-decoration:none;
}
.blue a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #336699;
	text-decoration:underline;
}

.bluebold {
	font-family: Tahoma;
	font-size: 11px;
	color: #336699;
	font-weight: bold;
	text-decoration:none;
}
.bluebold a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	text-decoration:none;
}
.bluebold a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	text-decoration:underline;
}


.verdebig {
	color: #8FBF00;
	font-weight: bold;
	font-family: Tahoma;
}
.verdetitle {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #8FBF00;
}