body {
	background-color: #012d6c;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ---------------------------------------- */
#container {
	width: 980px;
	height: 600px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border: 1px solid #000;
	border-collapse: collapse;
}

/* ---------------------------------------- */
/*
#header {
	border-bottom: 1px solid #000;
	background: url(../images/header.jpg) no-repeat;
}
*/

/* ---------------------------------------- */
#content {
	height: 450px;
	margin-top: 1em;
}

.flash {
	margin: auto;
}

a:link,
a:active,
a:visited {
	color: #335EA8;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

#bottom {
	background: URL(../images/table_back.jpg);
	width: 804px;
	height: 185px;
	margin: auto;
	margin-top: 0;
	margin-left: 88px; 
	float: left;
}

.tabella {
	width: 660px;
	float: left;
	margin-top: 1em;
	background: URL(../images/table_back.jpg) no-repeat;
	margin-right: 0;
}

.sicurezza {
	width: 134px;
	float: left;
/*	margin-top: 1.5em; */
	margin-top: 0.5em;
	margin-right: 10px;
}

.sicurezza p {
	color: #335EA8;
	font-size: 80%;
	margin-top: 0;
}

table {
	margin: auto;
	width: 670px;
	text-align: center;
	color: #335EA8;
}

th {
	border-left: 1px solid #ccc;
/*	padding-bottom: 9px;*/
	text-transform: uppercase;
	font-size: 90%;
}

th.left {
	border-left: 0;
}

td {
	vertical-align: top;
	padding-top: 1em;
	line-height: 1.5em;
	font-size: 0.8em;
	border-left: 1px solid #ccc;
}

td.left {
	border-left: 0;
}

hr {
	color: #000000;
	background-color: #000000;
	border: 0;
	height: 1px;
	width: 940px;
}

/* ---------------------------------------- */
#footer {
	height: 70px;
}

img.logo {
	float: left;
	margin-left: 85px;
	margin-right: -140px;
	margin-top: -4px;
}

p.small_black {
	color: #000000;
	font-size: 0.8em;
}

/* ---------------------------------------- */
button {
	margin-top: 1em;
	border: 1px solid #000000;
	padding: 0.1em 1em;
	background: url(img/menu_out.png) repeat-x;
	color: #012d6c;
	font-weight: bold;
}

button:hover,
button:focus,
button:active
{
	text-decoration: underline;
	background: url(img/menu_over.png) repeat-x;
	color: #335EA8;
}

strong
{
	color: #335EA8;
}
