body {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 9pt;
	background-color: # 0d1418;
	scrollbar-face-color: #DCE7F1;
	scrollbar-highlight-color: #864513;
	scrollbar-shadow-color: #111111;
	scrollbar-3dlight-color: #111111;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #111111;
	scrollbar-darkshadow-color: #111111;
	color: #EFEFEF;
        background-image:url(02.png);
}
a:link,a:active,a:visited { color : #FFFFFF; }
a:hover        { text-decoration: underline; color : #FFA500; }

h1 {
    font-size: 12pt;
}

p {
    font-size: 10pt;
}


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

td.block {
         border:1px solid #000000;
         background-color: #202020;
         background-image:url(catbg.jpg);
         padding:0px;
         margin:0px;
         font-size: 10pt;
         color: #FFFF00;
}

td.blocklist {
         background-color: #1B1B1B;
         padding:2px;
         margin:1px;
         font-size: 8pt;
         font-weight: bold;
         color: #FFFF00;
}

td.lista {
	background-color: #0E0D0D;
	color : #FFFF00;
	font-size: 9pt;
}

td {
}

td.header {
           font-weight:bold;
           color:#FFFF00;
           padding:2px;
           margin:0px;
           background-color: #202020;
           background-image: url(block_back.gif);
}

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

td.navigation {
    background-color: #000;
    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:#170F0F;
    color: red;
}


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


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

td.button {
	background-color: #202020;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #000000;
	word-spacing: normal;
}

.showstate{ /*Definition for state toggling image */
cursor:hand;
cursor:pointer;
float: left; 3px;
margin-left: 3px;
margin-top: 3px;
margin-right: 3px;
}

.switchcontent{
}



