body {
	color:#000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td {
    color:#000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
    display: block;
    border: none;
}

table {
    padding: 0px;    
}

div.centerme {
    width: 100%;
    text-align: center;
}

.divider {
    border: none 0; 
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #e5e5e5;
	width: 90%;
	height: 2px;
}

.rightcol {
    border-left: 2px solid #f0f0f0;
}

.bluelink {
    color: #333366;
    font-weight: bold;
}

a.orangelink {
    color: #CC6600;
}

a:visited.orangelink {
    color: #CC6600;
}

a.orangelinkbold {
    color: #CC6600;
    font-weight: bold;
}

a:visited.orangelinkbold {
    color: #CC6600;
    font-weight: bold;
}

a.greenlink {
    color: #66CC00;
}

a:visited.greenlink {
    color: #66CC00;
}

a.greenlinkbold {
    color: #66CC00;
    font-weight: bold;
    text-decoration: blink;
}

a:visited.greenlinkbold {
    color: #66CC00;
    font-weight: bold;
    text-decoration: blink;
}

a.graylink {
    color: #666666;
    font-weight: bold;
}

a:visited.graylink {
    color: #666666;
    font-weight: bold;
}

.lightgray {
    color: #999999;
}

.orange {
    color: #CC6600;
}

.orangebold {
    color: #CC6600;
    font-weight: bold;
}

.green {
    color: #66CC00;
}

.greenbold {
    color: #66CC00;
    font-weight: bold;
}

p.margin15 {
    padding-left: 15px;
    padding-right: 15px;
}

ul.green {
    list-style-image: url(../images/freccia_verde.png);
}

ul.green li {
    height: 16px;
}

ul.orange {
    list-style-image: url(../images/freccia_arancio.png);
}

ul.orange li {
    height: 16px;
}

.centerelement {
    text-align: center;
    margin: 0px auto;
}
