/* CSS Document */

/* ---------------------------------------------------------------------------------
                                                                                   |
                                                                         GENERICI: |
                                                                                   |
--------------------------------------------------------------------------------- */


html, body{
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	line-height: 14px;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	height: 100%;
}

a { color: #363636; text-decoration: none; }
a:hover { text-decoration: underline; }

h1 { color: #000; font-size: 12px; font-weight: bold; margin: 0 0 4px 0; }
h1.red { color: #cc0000; font-size: 14px; font-weight: bold; margin: 0 0 4px 0; }
h2 { color: #333; margin: 0 0 4px 5px;}
h1 a { color: #cc0000; font-size: 14px; text-decoration: none; }
h2 a { color: #333; text-decoration: none; }
h3 { color: #333; margin: 0 0 4px 5px;}
h3 a { color: #333; text-decoration: none; }

.mainLink
{
	color: #cc0000; font-size: 14px; font-weight: bold; margin: 0 0 4px 0;
}

.subLink
{
	color: #333; margin: 0 0 4px 5px;
}

/* ---------------------------------------------------------------------------------
                                                                                   |
                                                                           LAYOUT: |
                                                                                   |
--------------------------------------------------------------------------------- */


#container {
	width: 946px;
	position:absolute;
	left:50%;
	margin-left: -473px;
}

#colonnaSx {
	width: 246px;
	float: left;
	margin-top: 20px;
}

#colonnaDx {
	width: 700px;
	float: left;
	margin-top: 172px;
}

b{	
	color: #CC0000;
	
}

b.big{	
	color: #CC0000;
	font-size: 14px;
}

