body {

	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #eee;
	background-color: #000;
/*	background-image: url(sfondo.png);*/
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #38388F;
	outline: none;
	}
a:visited {
	color:  #38388F;
	}
a:active {
	color:  #38388F;
	}
a:hover {
	color: #ff6900;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 11px;
	line-height: 18px;
	margin-top: 4px;
	margin-bottom: 4px; 
	}

ul, li {
	margin: 0px 0px 0px 10px;
	list-style-type: square;
	line-height: 13px;
	border: 0px;}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 3px;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0px;
	}
	
h3.centro {
	text-align: center;
	}
	
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
	
h5.centro {
	text-align: center;
	}
	
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	margin: 0px 5px;
	}
	
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}

.concertibox {
	margin: 0px 0px 10px;
	border: 1px solid #078E00;
	border-bottom: 2px solid #078E00;
	padding: 0px 10px 10px;
	background-color: #D7FFD5;
	background: #D7FFD5 url(img/crome.gif) no-repeat bottom right;
	}
	
.newsbox {
	margin: 0px 0px 10px;
	border: 1px solid #078E00;
	border-bottom: 2px solid #078E00;
	padding: 0px 10px 20px;
	background-color: #D7FFD5;
	background: #D7FFD5 url(img/notes.gif) no-repeat bottom right;
	}
	
.newstitle {
	color: #333;
	font-weight: bold;
	font-size: 13px;
	padding: 8px 0px;
	}
	
.newscorpo {
	margin: 0px;
	font-size: 11px;
	line-height: 14px;
/*	height: 20px;*/
	color: #444;
	padding: 0px 0px 8px;
	text-align: justify;
	}

.newsavatar {
	float: left;
	margin: 0px;
	}
	
.newsfooter {
	color: #555;
	font-size: 10px;
	/*font-style: italic;*/
	padding 0px 0px;
	}
	
.newscomment {
	font-size: 10px;
	color: #333;
	border-top: 1px dashed #333;
	padding: 8px 0px;
	}
	
.schedadx {
	color: #fff;
	background-color: #333;
	text-align: right;
	font-weight: bold;
	padding: 10px;
	border: 4px inset #078E00;
	margin-bottom: 10px;
	}
	
.schedasx {
	color: #fff;
	background-color: #333;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	border: 4px outset #078E00;
	margin-bottom: 10px;
	}

.tiny {
	line-height: 13px;
	font-size: 9px;
	}	
#top {
	text-align: center;
	margin: 20px 20px 0px 20px;
	padding: 10px;
	border: 5px solid #fff;
	background: #3165FF;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 80px;

	}
	
#footer {
	margin-right: 10px;
	position: relative;
	text-align: right;
	padding: 10px;
	color: #333;
	}
	
html>body #top {
	height: 80px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 13s0px;
	left: 0px;
	margin: 20px;
	padding: 10px;
	border: 0px solid #fff;
	background: #3969FF url(img/sfondoblu.gif) repeat-y right;

	width: 180px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
	}
html>body #left {
	width: 180px; /* ie5win fudge ends */
	}
	
#left input {
	border: 0px;
	}
	
.box {
	position: relative;
	margin: 5px 0px 10px;
	padding: 4px 5px 8px;
	border: 1px solid #078E00;
	border-bottom: 2px solid #078E00;
	background: #D7FFD5;
	color: #444;
	voice-family: "\"}\"";
	voice-family:inherit;
	}
		
.titleleft {
	position: relative;
	color: #5050cc;
	font-size:12px;
	font-weight: bold;
	font-variant: small-caps;
	font-family: verdana, arial, sans-serif;
	margin: 5px 0px 0px;
	padding: 4px 15px 4px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #444;
	border-top: 1px solid #000;
/*	background: #9BB9FF;*/
	background: #9BB9FF url(img/angolo.gif) no-repeat top right;
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
.boxleft {

	font-size:10px;
	position: relative;
	margin: 0px 0px 10px;
	padding: 4px 5px 8px;
	border-left: 1px solid #000;
	border-bottom: 3px solid #000;
	background: #CADAFF url(img/sfondoazz.gif) repeat-y left;
	color: #444;
	voice-family: "\"}\"";
	voice-family:inherit;
	}

input#left {
border-width: 0px;
	}

#middle {
	margin: 20px 20px 10px 240px;
	padding: 10px;
	border: 5px solid #078E00;
	background: #68E962;
	color: #333;
	}
	
#fototampacs {
	margin: 0px;
	padding: 0px;
	border: 0px solid #ccc;
	background: #444;
	
	}
		
#right {
	position: absolute;
	top: 120px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 20px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #444;
	width: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
	}
html>body #right {
	width: 120px; /* ie5win fudge ends */
	}
	
	
pre { 
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}