/* ------------------------------------ *
 CSS
 mercoledì 1 dicembre 2004 13.51.24
 HAPedit 3.1.11.111
 * ------------------------------------ */

A:hover{
 text-decoration: none;
 color: #C0C0C0; /*silver*/
}
A:link{
 text-decoration: none;
 color: #C0C0C0; /*silver*/
}
A:visited{
 text-decoration: none;
 color: #C0C0C0; /*silver*/
}

body{
 background-color: #990000;
 color: "#990000";
 /* color: solid red;*/
 font-family: sans-serif;
 font-size: 10pt;
 font-weight: bold;
 margin-left: 0;
 margin-top: 0;
 text-align: center;
}

/* TABELLE */

table {
 text-indent: 0;
 text-align: center;
 font-family: sans-serif;
 font-size: 10pt;
 font-weight: bold;
}

td{
 background-color: "#000000";
 text-align: center;
 color:  #990000;
}

/* CLASSI */

.align_left{
 text-align: left;
}

.caption{
 background-color: #800000;
 color: #C0C0C0;
 font-size: 12pt;
 text-align: left;
}

.corner{
 background-color: #000000;
 height: 20px;
 width: 15px;
}

.hor_bord{
 background-color: #000000;
 height: 10px;
}

.hor_line{
 background-color: #990000;
 height: 1px;
}

.light_line{
 background-color:  #636363;
 height: 1px;
}

.hor_line_ext2{
 background-color: #909090;
 height: 1px;
}

.tab_ext{
 border: 10;
 border-color: #00ff00;
 border-spacing: 1px;
 border-collapse: collapse;
 background-color: #000000;
 border-bottom: 10px;
 border-bottom-color: #00FF00;
 border-right: 10px;
 border-right-color: #00FF00;
 width: 95%;
}

.tab_no_bord{
 background-color: "#000000";
 border: 0;
 border-color: "#990000";
 border-spacing: 0px;
 border-collapse: collapse;
 padding: 1;
}

.text_cell{
 background-color: #000000;
 border-color: #990000;
 color: #990000;
}

.ver_bord{
 background-color: ;
 width: 15px;
}


.ver_line{
 background-color: #990000;
 width: 1px;
}



