body {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
	background-color: #006400;
	background-attachment: auto;
}
a:link { text-decoration: underline; color : #000000; }
a:active { text-decoration: underline; color : #FF0000; }
a:visited  {text-decoration: underline; color : #000000; }
a:hover        { text-decoration: underline; color : #DD6900; }

h1 {
    font-size: 12pt;
}

img {
    border-style: none
}

p {
    font-size: 10pt;
}


table.lista {
    background-color: #F7F7EF;
    border: 1px #000000 solid;
}

td.block {
	padding:0px;
	margin:0px;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	text-indent: 10px;
}

td.blocklist {
	background-color: #EFEBDE;
	padding:0px;
	margin:0px;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

td.lista {
	background-color:#EFEBDE;
	color : #000000;
	font-size: 8pt;
}

td {
}

td.header {
	font-weight:bold;
	color:#000000;
	padding:7px;
	margin:0px;
	background-color: #EFEBDE;
}

td.title {
    font-size: 8pt;
}

td.navigation {
    background-color: #FAFCFE;
    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:#EFEBDE;
    color: red;
}


td.yellow {
    background-color:#EFEBDE;
    color: #BEC635;
}


td.green {
    background-color:#EFEBDE;
    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: #009933;
}

td.green a:visited {
    color: #009933;
}
li{
list-style-position:inside;
} 
