/**
 * RED: #D2212D, rgb(210, 33, 45)
 * GREEN: #058D46 rgb(5, 141, 70)
 */

body {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body, p, a, td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
}

a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

table.main {
	width: 800px;
	height: 100%;
}

td.header_left {
	width: 180px;
	border-bottom: solid 1px gray;
	text-align: center;
}

td.header_center {
	width: 620px;
	border-bottom: solid 1px gray;
}

td.body_left {
	height: 100%;
	vertical-align: top;
	border-right: solid 1px gray;
}

td.body_center {
	vertical-align: top;
	padding: 10px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 18px;
}

td.footer {
	border-top: solid 1px gray;
	font-size: 10px;
	text-align: right;
	line-height: 16px;
}

table.header {
	width: 100%;
	height: 100%;
}

td.flag {
	text-align: right;
	vertical-align: top;
}

td.flag div {
	font-size: 10px;
}

td.flag div img {
	vertical-align: top;
}

td.date {
	text-align: right;
	vertical-align: bottom;
	font-size: 11px;
}

#menu {
	width: 100%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 11px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	font-weight: bold;
	line-height: 25px;
	border-bottom: solid 1px #F5F5F5;
	list-style: none;
	padding-left: 10px;
}

#menu li li {
	border-top: solid 1px #F5F5F5;
	border-bottom: none;
	list-style: none;
	font-style: normal;
	padding-left: 20px;
}

#menu li a {
	color: #262626;
}

#menu li a.current {
	color: #D2212D;
}

div.error {
	color: red;
	font-weight: bold;
}

td.body_center p {
	margin: 0px;
	margin-bottom: 10px;
	text-align: justify;
}

td.body_center p.small {
	font-size: 10px;
	line-height: 1em;
}

td.body_center p.navigation_bar {
	margin: 0px;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #058D46;
}

td.body_center p.navigation_bar a {
	color: #058D46;
}

td.body_center ul, td.body_center ol {
	margin-top: 0px;
	text-align: justify;
}

td.body_center table {
	border: 0px;
	line-height: 18px;
}

td.body_center td {
	font-size: 12px;
}

table.contacts tr {
	vertical-align: top;
}

table.contacts td.name {
	font-weight: bold;
	padding-right: 50px;
	padding-bottom: 30px;
}

#statute p.section {
	clear: both;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

#statute p.chapter {
	clear: both;
	text-align: center;
}

#statute p.signature {
	clear: both;
	padding-top: 30px;
	border-top: solid 1px gray;
}

#statute li {
	list-style: none;
}

#statute div.p {
	width: 590px;
}

#statute div.pn {
	float: left;
	width: 40px;
}

#statute div.pt {
	float: left;
	width: 550px;
	text-align: justify;
	padding-bottom: 10px;
}

#statute div.p2n {
	float: left;
	width: 80px;
	text-indent: 20px;
}

#statute div.p2t {
	float: left;
	width: 510px;
	text-align: justify;
	padding-bottom: 10px;
}

#links tr {
	vertical-align: top;
}

#links tr.link td {
	font-size: 11px;
	line-height: normal;
	padding-bottom: 10px;
}

#links td.name {
	font-style: italic;
	padding-left: 10px;
	padding-right: 20px;
}

#publications tr {
	vertical-align: top;
}

#publications td.section {
	font-weight: bold;
	border-bottom: solid 1px gray;
}

#publications td.title {
	padding-top: 20px;
	padding-bottom: 10px;
}

#publications td.text {
	width: 100%;
	padding-right: 10px;
}

#resource li {
	margin-bottom: 10px;
}

table.biblioteca {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

table.biblioteca tr {
	vertical-align: top;
}

table.biblioteca th {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	vertical-align: middle;
	font-size: 11px;
	font-style: italic;
	padding-left: 2px;
	padding-right: 2px;
}

table.biblioteca td {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
}

div.follow {
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}

div.follow div {
	padding-bottom: 4px;
}

div.follow img {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

div.follow img:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

table.italy_lv {
	border-collapse: collapse;
}

table.italy_lv tr {
	vertical-align: top;
}

table.italy_lv td {
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

