body {
    font-family: "verdana", "arial", "helvetica", "sans-serif";
    font-size: 8pt;
    background-color: #A4B9C1;
}
a:link,a:active,a:visited { color : #FFFFFF; }
a:hover        { text-decoration: underline; color : #cccccc; }

h1 {
    font-size: 12pt;
}

p {
    font-size: 10pt;
}


table.lista {
    background-color: #84949C;
    border: 1px #84949C solid;
}

td.block {
         border:1px solid #84949C;
         background-color: #84949C;
         padding:0px;
         margin:0px;
         font-size: 12pt;
         color: #ffffff;
}

td.blocklist {
         background-color: #A4B9C1;
         padding:2px;
         margin:1px;
         font-size: 8pt;
         font-weight: bold;
         color: #ffffff;
}

td.lista {
    background-color:#A4B9C1;
    color : #ffffff;
    font-size: 8pt;
    font-weight: bold;
}

td {
}

td.header {
           font-weight:bold;
           color:#3A4F6C;
           padding:7px;
           margin:0px;
}

td.title {
    font-size: 8pt;
}

td.navigation {
    background-color: #A4B9C1;
    font-weight: bold;
    font-size: 8pt;
}

form {
    margin-top: 0;
    margin-bottom: 0;
}

.sublink {
    font-style: italic;
    font-size: 7pt;
    font-weight: normal;
}

a.index {
    font-weight: bold;
}

a.biglink {
    font-weight: bold;
    font-size: 10pt;
}

.important {
    font-weight: bold;
    font-size: 10pt;
}

td.red {
    background-color:#E0ECF7;
    color: red;
}


td.yellow {
    background-color:#E0ECF7;
    color: #BEC635;
}


td.green {
    background-color:#E0ECF7;
    color: green;
}

td.progress {
    padding: 0px;
    background-image: url(backprogress.gif);
    background-repeat: repeat-x;
    height: 10px;
}

td.red a:link {
    color: red;
}
td.red a:visited {
    color: red;
}

td.yellow a:link {
    color: #BEC635;
}
td.yellow a:visited {
    color: #BEC635;
}

td.green a:link {
    color: green;
}

td.green a:visited {
    color: green;
}
li{
list-style-position:inside;
} 
