html {
	height: 100%;
	min-height: 100%;	
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 80%;
    background-color: #FFF;
	height: 100%;
	min-height: 100%;
}
a { 
	color: #FF6600;
	text-decoration: none; 
}
a:hover { 
	color: #0096D1;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
#a_side {
	width: 20%;
	background: url(images/container_bg.jpg) no-repeat top right;
	background-color: #C4DCFF;
	vertical-align: top;
	height: 100%;
	min-height: 100%;
}
#b_side {
	width: 80%;
	vertical-align: top;
	text-align: left;
	background-color: #FFF;
	height: 100%;
	min-height: 100%;
	padding-left: 28px;
	padding-right: 28px;	
}
#fullheight{ height:100% }
#cap { position: relative; }
#milulis {
	position: absolute;
	width: 147px;
	right: -28px;
	top: 50px;
	z-index: 6666;
}
.br {
	clear: both;
	margin: 0px;
}

#logo {
	padding-top: 10px;
}
h1 {
	color: 0096D1;
	font-size: 120%;
}
h2 {
	color: #0096D1;
	font-size: 300%;
	margin: 3px;
}

#menu { background-color: #E6F4FF; }

#menu a {
	font-size: 180%;
	font-weight: bold;
	display: inline-block;
	padding: 5px;
	text-align: left;
}
#menu a:hover {
	color: #0096D1;
	text-decoration: none;
}
.ltn_table td {
	font-size: 90%;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: #E6F4FF solid 1px;
}
.date { color: #999999; }
#copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 70%;
}
