<!--
body, td, select, textarea {
font-family: Arial, Helvetica;
font-size: 12px;
color: #4B2915;
}

a:link,a:visited{text-decoration:none; color:#207203; font-weight:bold;}
a:hover{color:#000000; text-decoration:underline;}

h1.header {padding-top: 5px; margin:0; font-weight: normal; font-size: 22px; text-align: center;}
.description {padding: 10px; padding-top: 0px; text-align: justify;}
.news_text {padding: 0px; padding-top: 0px; text-align: justify;}
.red_bold_text
{
	FONT-SIZE: 12px;
        FONT-FAMILY: Tahoma;
        color: red;
	font-weight: bold;
}
.b {font-weight: bold;}

.item_info
{
   font-family:Arial,sans-serif;
   font-size:12px;
   color: #ffffaa;
   background-color:#41452E;
}

.item_info1
{
   font-family:Arial,sans-serif;
   font-size:12px;
   color: #4B2915;
   background-color:#DBAE6A;
}

input.butt
{
   font-size:12px;
   color: #ffffaa;
   font-family:Arial,sans-serif;
   height:24px;
   background-color:#505638;
   background-image:url(img/but.gif);
   background-repeat:repeat-x;
   border-style:solid;
   border-color:#000;
   border-width:1px;
   cursor:pointer;
   display:inline;
   margin-right: 20px;
}

button.butt
{
   font-size:12px;
   color: #ffffaa;
   font-family:Arial,sans-serif;
   height:24px;
   background-color:#505638;
   background-image:url(img/but.gif);
   background-repeat:repeat-x;
   border-style:solid;
   border-color:#000;
   border-width:1px;
   cursor:pointer;
   display:inline;
   margin-right: 20px;
}

table.items {
    border: #4B2915 1px solid;
}

table.items td {
    border-top: #4B2915 1px solid;
    border-left: #4B2915 1px solid;
    cursor: pointer;
}


thead {
    background-color: #DBAE6A;
    text-align: center;
    font-weight: bold;
}

tr.inactive_item {
   color: #ffffaa;
   background-color:#41452E;
}

tr.active_item {
   color: #41452E;
   background-color:#ffffaa;

}

tr.inactive_item1 {
}

tr.active_item1 {
    background-color: #DBAE6A;
}

td.inactive_item {
   color: #ffffaa;
   background-color:#41452E;
}

td.active_item {
   color: #41452E;
   background-color:#ffffaa;
   cursor: pointer;
}




.hm {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #BC2EEA;
	text-decoration: none;
}

.dr {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

.or {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.el {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: green;
	text-decoration: none;
}

.hb {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: darkmagenta;
	text-decoration: none;
}


.gn {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: gray;
	text-decoration: none;
}
-->


