* {
	font-family:"Trebuchet MS";
}
select, textarea, input {
	font-family:"Trebuchet MS";
}

body {
	margin:5px 0px 0px 0px;
	background-color:#fff;
}

a:link 		{color:#0000ff; text-decoration:none;}
a:visited	{color:#0000ff; text-decoration:none;}
a:hover		{color:#0000ff; text-decoration:underline;}

h1 {
	margin:0px 0px 20px 0px;
	font-size:22px;
	font-weight:bold;
	color:#014b96;
}

h2 {
	margin:0px 0px 0px 0px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

.top_container {
	margin:0px auto;
	width:1000px;
	height:176px;
	background-image:url(/img/top_bg.jpg);
}
.top_container .top_left {
	float:left;
	padding:0px;
}
.top_container .top_right {
	float:right;
}

.body_container {
	margin:0px auto;
	width:1000px;
	min-height:600px;
	background-image:url(/img/body_bg.gif);
	background-repeat:repeat-x;
	background-color:#8ab6dd;
}
.body_container .body_bottom_img {
	min-height:600px;
	background-image:url(../img/bottom_img.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.body_content {
	margin:0px auto;
	text-align:justify;
	padding:30px 100px 0px 100px;
	color:#fff;
}

.footer_container {
	padding:10px 0px;
	font-size:11px;
	clear:both;
	margin:0px auto;
	width:1000px;
}

.top_container .top_left .logo_spa {
	float:left;
	margin:0px 0px 0px 5px;
	cursor:pointer;
}

.top_container .top_right .logo_eallaenne {
	float:right;
	cursor:pointer;
}

#nl_messaggio {
	padding:5px 0px;
	margin:5px 0px;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.nl_messaggio {
	border:solid 1px #c00;
	background-color:#dfdfdf !important;
	color:#c00 !important;

}
.nl_messaggio_ok {
	border:solid 1px #017bbe !important;
	background-color:#4799d0 !important;
}
.mandatory_field {
	background-color:#ff0;
	border:solid 1px #c00;
	margin:1px;
}

.title_newsletter td {
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 6px 0px !important;
	color:#017bbe;
}

.incontri_prog {
	font-size:15px;
	width:600px;
}

.corsi_table td  {
	padding:2px 5px;
	font-size:13px;
}
.corsi_table td a  {
	font-size:13px;
	color:#00f;
}
.corsi_table thead tr  {
	background-color:#007cbc;
}
.corsi_table thead td  {
	font-weight:bold;
}
.corsi_table tbody tr  {
	background-color:#31b6ff;
}
.corsi_table tbody td  {
	color:#000066;
}

