body
	{
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
	background-image: url('images/back2.png');		
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	}

table
	{
	border-collapse: collapse;
	border: none;
	background-image: url('images/back5.png');   
	}

table.main, table.mainouter
	{
	background-image: url('images/back6.png');	}

table.bottom
	{
	background: transparent;
	}

table.main2
	{
	background-color: transparent;
	border: 0px;
	}

table.blok
	{
	background-color: #222222;
	}

h1
	{
	font-size: 12pt;
	}

h2	{
	font-size: 10pt;
	margin-bottom: 6px;
	}

h3
	{
	font-size: 10pt;
	margin-bottom: 5px;
	text-align: center;
	}

p
	{
	font-size: 8pt;
	}

p.sub
	{ 
	margin-bottom: 4pt;
	}

td	{
	font-size: 8pt;
	border: solid #000000 1px;
	}

td.commenttable
	{
	/*
  background-color: #222222;
  */
	}

td.embedded
	{
	border: none;
	padding: 0px;
	text-align: left;
	}

td.bottom
	{
	border: none;
	}

td.heading
	{
	font-weight: bold;
	}

td.text
	{
	padding: 10pt;
	text-align: left;
	}

td.comment
	{
	padding: 10pt;
	font-size: 8pt;
	text-align: left;
	}

td.colhead
	{
	font-weight: bold;
	color: #ffffff;
	background-color: #303030;
	}

td.colhead_new
	{
	font-weight: bold;
	color: #ffffff;
	background: url('./images/menu_box_top.png');
	height: 43px;
	}

td.colhead_bg {
  background: url('./images/menu_box_in.png');
}

td.colhead_bg_bottom {
  background: url('./images/menu_box_end.png');
  height: 17px;
}	
   
td.rowhead
	{
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	}

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

td.navigation
	{
	font-weight: bold;
	font-size: 10pt;
	border: none;
	}

form
	{
	margin-top: 0;
	margin-bottom: 0;
	}

.sublink
	{
	font-style: italic;
	font-size: 7pt;
	font-weight: normal;
	}

.text_italic_red
	{
	font-style: italic;
	font-size: 8pt;
	font-weight: normal;
	color: #ee0000;
	}

.text_red
	{
	color: #ee0000;
	}

a:link, a:visited
	{
/*	text-decoration: underline;*/
	color: #CCCCCC;
	/*font-weight: bold;*/
	}

a:hover
	{
	color: #FFFFFF;
	}

a.index
	{
	font-weight: bold;
	}

a.index_adr
	{
	font-weight: bold;
	color: #2E8B57;
	}

a.index_tor
	{
	font-weight: bold;
	color: #4169E1;
	}

a.biglink
	{
	font-weight: bold;
	font-size: 12pt;
	}

a.menu:link, a.menu:visited
	{
	font-weight: normal;
	}

a.altlink_white:link, a.altlink_white:visited
	{
	font-weight: bold;
	color: white;
	text-decoration: none;
	}

a.altlink_white:hover
	{
	text-decoration: underline;
	}

.important
	{
	font-weight: bold;
	font-size: 8pt;
	}

div.popup
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 85px;
	border: 1px solid black;
	display: none;
	background-color: #000000;
	}

.red
	{
	color: #ee0000;
	}

.yellow
	{
	color: yellow;
	}

.green
	{
	color: green;
	}

.blue
	{
	color: #FF1493;
	}

.line
	{
	color: #4169E1;
	}

input, select, textarea
	{
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
	}

.small
	{
	font-size: 7pt;
	}

.big
	{
	font-size: 10pt;
	}

li
	{
	margin-top: 6pt;
	margin-bottom: 6pt;
	}

ul
	{
	margin-left: 16pt;
	margin-top: 0px;
	margin-bottom: 0px;
	}

a.menu
	{
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	}

.menutitle
	{
	font-weight: bold;
	text-align: center;
	color: aqua;
	margin: 2px;
	background-color: fuchsia;
	}

input.button
	{
	border: solid #FFC58C;
	background-color: Lime;
	}
#show-hide div
	{
	display:none;
/*	visibility:hidden; */
	}
#show-hide .shower
	{
	display:block;
/*	visibility:visible;*/
	}
#show-hide .content
	{
	display:none;
/*	visibility:hidden;*/
	}
#show-hide .hiddener
	{
	display:none;
/*	visibility:hidden;*/
	}


