/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#006600;
	}
	
a {
	color: #336600;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:12px arial;
	color: #336633;
	text-decoration:none;

	font-weight: bold;
	}
	
#navigation a:hover {
	color: #888888;
	text-decoration:underline;
	}
	
.navText {
	font:14px arial;
	color: #333300;
	font-weight:bold;
	}
	
#navigationMAIN a {
	color: #336633;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
	
#navigationMAIN a:hover {
	color: #FFFFFF;
	}


#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #FFFF99;
	letter-spacing:0.4em;
	font-weight:bold;
	font-family: Times New Roman;
	font-size: 24px;
	}
	
.logoMAIN {
	color: #FFFF99;
	letter-spacing:0.4em;
	font-weight:bold;
	font-family: Times New Roman;
	font-size: 28px;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	line-height:18px;
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
	
.pageName {
	font:20px georgia;
	color: #996600;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	color: #83572C;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	font-family: georgia;
	font-size: 16px;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
letter-spacing:.1em;
	}
	
.shadowLeft {
	font:20px georgia;
	background-image: url(immagini/shadow_l.PNG);
	background-repeat: repeat-y;
	background-position: right;
	}
	
.shadowRight {
	font:20px georgia;
	background-image: url(immagini/shadow_r.PNG);
	background-repeat: repeat-y;
	background-position: left;
}

.shadowLeftDown {
	font:20px georgia;
	background-image: url(immagini/shadow_ld.PNG);
	background-position: right top;
	background-repeat: no-repeat;
	}

.shadowRightDown {
	font:20px georgia;
	background-image: url(immagini/shadow_rd.PNG);
	background-position: left top;
	background-repeat: no-repeat;
}

.shadowDown {
	font:20px georgia;
	background-image: url(immagini/shadow_d.PNG);
	background-repeat: repeat-x;
	background-position: top;
}
	
