		h1 {
			font-size: 130%;
			font-weight: bold;
			display: inline;
			
		}
		
		h2 {
			font-size: 110%;
			font-weight: normal;
			display: inline;
		}
		
		body {
			background: url('/images/fracco.bmp');
			margin-top: 50px;
			margin-bottom: 50px;
		}
		
		table#maintable {
			width: 900px;
			background-color: Black;
			padding: 0px;
			margin-left: auto;
			margin-right: auto;
            box-shadow: 0px 0px 5px black;
		}
		
		td#header {
			width: 900px;
			height: 160px;
			background: url('/images/fricco3.bmp');
			padding: 0px;
		}
		
		td#topbar {
			width: 900px;
			height: 40px;
			padding: 0px;
		}
		
		td#sidebar {
			width: 180px;
			background-color: #6EE65A;
			padding: 0px;
			vertical-align: top;
		}
		
		div.sidebarcenter {
			text-align:center;		
		}
		
		div#sidebarprojects {
			text-align:left;
			margin-left:10px;
			font-weight:bold;
			font-family:Maiandra GD;
		}
		
		div#sidebarprojects a:link, div#sidebarprojects a:visited, div#sidebarprojects a:hover, div#sidebarprojects a:active{
			color:black;
			text-decoration:none;
			font-size: 10pt;
		}
		
		.verde {
			background-image: url('/images/legendQ.png');
			background-repeat: no-repeat;
			background-position: 0px 0px;
			float: left;
			width: 12px;
			height: 12px;
		}
		
		td#content {
			width: 677px;
			background-color: #BECDE0;
			vertical-align: top;
			font-family:Maiandra GD;
			font-size: 10pt;
			padding: 20px;
		}
		
		td#content a{
			font-weight: bold;		
			text-decoration:none;
		}
		
		td#content a:link, div#content a:active{
			color:green;
		}
		
		td#content a:visited{
			color:darkgreen;
		}
		
		td#content a:hover{
			color:blue;
		}		
		
		div.contentcenter {
			text-align:center;
		}
		
		div.contentcenter img {
			border: none;
		}
		
		table.newstable {
			width: 500px;
			background-color: Black;
			margin-left: auto;
			margin-right: auto;
		}
		
		th.newstitle {
			background-color: #95ADCE;
		}
		
		td.newscont {
			background-color: #BECDE0;
			padding-left: 10px;
			padding-right: 10px;
			text-align: left;
		}

div.littledate {
display: inline;
font-size: x-small;
}

img.legenda {
cursor: pointer;
}