div.titul{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -400px;
	height:500px;
	width:800px;
	border: solid 1px silver;
	background-color: white;
	text-align:center;
}

div.all{
	position: absolute;
	left: 50%;
	top: 40%;
	margin: -250px 0 0 -400px;
	height:547px;
	width:800px;
	border: solid 1px silver;
	background-color: white;
	text-align:center;
}

div.logo{
	position: absolute;
	left:0px;
	top:0px;
	height:76px;
	width:800px;
	border: none;
	text-align:left;
	background:url(logo.png) no-repeat;
}

div.menu{
	position: absolute;
	left:0px;
	top:76px;
	height:440px;
	_height:470px;
	width:179px;
	_width:210px;
	border: solid 1px silver;
	background-color: #800000;
	text-align: center;
	padding:15px;
	font-size: 12px;
	font-family: Verdana;
}

.menu .menu-link {
	display: block;
	background: #780000;
	border: 5px solid #740000;
	border-right-color: #780000;
	border-bottom-color: #780000;
	height: 13px;
	width: 173px;
	margin: 5px 0;
	color:#999999;
}

.menu a.menu-link {
	color: rgb(255, 255, 255);
}

div.text{
	position: absolute;
	left:210px;
	top:76px;
	height:440px;
	_height:470px;
	width:559px;
	_width:590px;
	border: solid 1px silver;
	background-color: #969696;
	background-image: url(stin.jpg);
	background-repeat: no-repeat;
	font-size:11px;
	font-family:verdana;
	padding:15px;
	text-align:justify;
	overflow-y:auto;
}

table.table{
border:1px solid silver;
border-collapse:collapse;
}
table.table th,td{
border:1px solid silver;
border-collapse:collapse;
font-size:11px;
}
table.table th{
color:white;
background:#800000;
}
table.table th#th1{
width:180px;
}
table.table th#th2{
width:65px;
}
table.table th#th3{
width:200px;
}
table.table td{background:#E5E5E5;padding:5px;}
div.pata{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 250px 0 0 -400px;
	width:800px;
	border: none;
	text-align:center;
}


a{
	color:#999999;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: underline;
}
div.text a{
  color:#355805;
}
a.ap{color:#005959;}