@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin: 0px;
	padding: 0px;
}
#footer {
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneColFixCtr #container {
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fceded;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.oneColFixCtr #mainContent {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: fceded;
}

a {
	color:#FF0000;
}

a:hover {
	text-decoration: none;	
}

#navigation
{
	height:25px;
	background:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#navigation ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#navigation li a
{
	display:block;
	float:left;
	margin:5px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;	
}

#navigation li a:hover
{
	text-decoration:underline;
}

.ultime
{
	background:#FFFFFF;
	margin:5px;
	padding:3px;
	width:260px;
}

.rosso
{
	color:#FF0000;
}

.testoForm
{
	font-size:10px;
}
