body {
	background-color: #202020;
	margin: 0px;
	font-family: "Comic Sans MS";
	font-weight: normal;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
p {
	font-family: "Franklin Gothic Demi";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	vertical-align: middle;
}
a:link {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	line-height: normal;
}

a:visited {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	color: #EFD520;
	text-decoration: underline;
}
.Stile3 {
	color: #F5BE30;
	font-size: 14px;
	font-weight: bold;
}
.StileEvento {
	color: blue;
	font-size: 14px;
	font-weight: bold;
}
.Istruttore {
	color: #F5BE30;
	font-size: 12px;
	font-weight: bold;
	cursor:pointer;
}
.DataNews {font-size: 9px}

.News {
	color: #FE0000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: blink;
	font-family: Arial, Helvetica, sans-serif;
}
.titoloInt {
	color: #F5BE30;
	font-size: 18px;
	font-weight: bold;
}
.active {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	color: #EFD520;
}
.Curriculum {
	color: #F5BE30;
	font-size: 13px;
	font-weight: bold;
	cursor:pointer;
}
.CurriculumDescrizione {
	color: #FFFFFF;
		font-family: "Franklin Gothic Demi";

	font-size: 13px;
	font-weight: bold;
}
.Stile4 {color: #FF0000}
.Stile5 {color: #F5BE30}
.Stile7 {color: #FF0000; font-size: 16px; }
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCC;
}

a.Istruttore:Link {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #F5BE30;
	text-decoration: none;
}
a.Istruttore:visited {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	color: #F5BE30;
	text-decoration: none;
}
a.Istruttore:hover {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	color: #F5BE30;
	text-decoration: underline;
}
/* ----------------------- CSS Calendario eventi --------------------------------- */
table#calendar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table#calendar caption {
	font-size: 120%;
	font-weight: bold;
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	color: #ffffff;
	background-color: #202020;
	font-weight: bold;
	font-size:90%;
	padding: .3em 1px;
}
table#calendar tr#title th {
	background: #202020;
	color: #ffffff;
	font-size: 120%;
	border: 1px solid #ffffff;
	padding-top: .3em;
	padding-left: .3px;
}
table#calendar td {
	width: 50px;
	height: 50px;
	color: #ffffff;
	text-align: right;
	border: 1px solid gray;
	border-color: #BBB #EEE #EEE #BBB;
	vertical-align: top;
}
table#calendar .day7 {
	border-right: 1px solid #BBB;
}
table#calendar td a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0px;
	width: 55px;
}
table#calendar th a {
	font-weight: bold;
}
table#calendar a:link {color: #ffffff;}
table#calendar a:visited {color: blue;}
table#calendar a:hover {background: red;}
table#calendar .day1, table#calendar .day7 {
	background: #999999;
}
table#calendar .blank {
	background: #AAB;
	border: 1px solid #AAB;
	border-right: 1px solid #99A;
}
table#calendar .lastweek td {
	border-bottom: 2px solid #AAB;
}
table#calendar .today {
	background-color: #EFD520;
	border: 1px solid black;
}
table#calendar p {
	font-size: 90%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #666666;
}
/* ----------------------- Fine Calendario eventi --------------------------------- */
