/*
	vim: sw=4 ts=4 sts=4

	Maclura's Theme for grunersrl.it
	(c) 2006-2008 - MACLURA Web Agency - http://www.maclura.it/
	All Rights Reserved
*/

.error {
	color: red;
}

a {
}
a:link, a:visited {
	font-family:"Verdana",sans-serif;
	color:rgb(0,132,72);
	font-size:13px;
	font-weight:bold;
}
a:hover, a:active {
	font-family:"Verdana",sans-serif;
	background:rgb(0,132,72);
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
.no_decorations img {
	border:0;
}
body {
	margin:0;
	padding:0;
	background:#fff;
}
#container {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 728px;
	margin: 0 -364px;
	padding: 0;
}

td {
	font-family:"Verdana","Arial",sans-serif;
	font-size:13px;
	/* border:1px dashed #c00; */
}
.menu_left {
	border-right:1px solid rgb(64,79,131);
}
.menu_right {
	border-left:4px solid rgb(64,79,131);
}
.bottom {
	border-bottom:1px solid rgb(0,132,72);
}
.last {
	padding-top:1em;
	text-align:center;
	font-size:11px;
	font-style:italic;
}
#title {
	border-bottom:2px solid rgb(64,79,131);
	text-align:right;
}
#contents {
	padding-top:1em;
	text-align:justify;
}
#contents img.right {
	margin-left:1.5em;;
	float:right;
}
#contents img.left {
	margin-right:1.5em;;
	float:left;
}
#disclaimer {
	font-size:9px;
	text-align:center;
}
#disclaimer a {
	font-size:9px;
}
.subtitle {
	color: rgb(64,79,131);
	font-weight: bold;
	border-bottom:1px solid rgb(64,79,131);
}


