/*
Copyright DataLabor.Com sas 
All Rights Reserved
Maggio 2002
*/
@media print {
    BODY { font-size:  80%}
}
BODY
{
	background-color: #333333;
	MARGIN: 0px 0px 0px 0px;
}
p
{
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: White;
}
p.Footer
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: White;
	margin-top: 4px;
}
A 
{
	COLOR: #FFFFFF; 
    TEXT-DECORATION: none;
}
A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
A.selected {
	CURSOR: pointer; 
	COLOR: #FFFFFF;
	text-decoration: underline;
}

/*-------------*/

#navigation td
{
    background-color: #2984D5;
    padding: 18px 0;
    text-align: center;
    font-family: helvetica;
    font-weight: bold;
    width: 20%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

#navigation a.active
{
    text-decoration: underline;
}

#navigation ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navigation li
{
    float: left;
    margin-left: 61px;
}
