/* CSS Document */

A:LINK    {Color: #000000}
A:VISITED {Color: #800000}
A:HOVER   {Color: grey}


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
}

img {
	border:0;
}

#container {
	width:900px;
	margin:0 auto;
}

#menu {
	width:305px;
	height:416px;
	float:left;
}

#header {
	float:left;
}

.content {
	width:640px;
	float:left;
}

.content2 {
	width:478px;
	float:left;
}

.border_dx {
	border-right:5px solid #765e54;
	border-bottom:3px solid #765e54;
}


.border_med {
	border-bottom:3px solid #765e54;
}

.menu_sx {
	width:155px;
	float:left;
	height:416px;
}

.menu_ssxint {
	padding-left:20px;
	margin-top:40px;
	font-size:12px;
	font-weight:bold

}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.titolocol {
    color:#cc3300;
	font-size:20px;
	text-align:center;
	text-shadow: Navy 10px 10px, Red 10px 10px;
}

.titolo {
	font-size:14px;
	text-align:center;
	text-shadow: Navy 10px 10px, Red 10px 10px;
}

.courier {
	font-family: Courier New;
	font-size: 12px;
	text-align:justify;
}

.small {
	font-family: Courier New;
	font-size: 11px;
	text-align:center;
}

