body {
	font-family: sans-serif,Arial;
	font-size: 9pt;
	background-color: #ffffff;
	margin: 1px;
}

a:link {
	text-decoration: none;
	color: navy;
}
a:visited {
	text-decoration: none;
	color: navy;
}
a:hover {
	text-decoration: underline;
	color: black;
}

div {
	font-size: 9pt;
}

#header {
	width:100%;
	height: 102px;
	background-image: url('../images/design/top-background.png');
	background-repeat: repeat-x;
}
#top_right {
	position: absolute;
	right: 0px;
}
#bottom_right {
	position: absolute;
	right: 0px;
}

#lefthalf {
	position: absolute;
	z-index: 2;
	width: 125px;
	left: 5px;
	top: 2px;
	margin-top: 110px;
	color: #555;
	font-size: 9pt;
}

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #5976b2;
	background-color: #eee;
}
#menu li {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#menu a {
	color: #000;
	background-color: #eee;
	display: block;
	text-decoration: none;
	padding: 0px 0px 0px 6px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	border-left: 1px none;
	border-right: 1px none;
}
#menu a:hover {
	padding: 0px 0px 0px 6px;
	background-color: #5976b2;
	border-bottom: 1px solid #555;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#bottom {
	font-size: 8pt;
	margin-top: 10px;
	width: 100%;
	height: 40px;
	margin-left: 1px;
	background-image: url('../images/design/bottom-background.png');
	background-repeat: repeat-x;
}

#content {
	border-left: dashed 1px black;
	font-size: 9pt;
	width: auto;
	margin: 8px;
	height: auto;
	z-index: 3;
	margin-left: 135px;
	padding-left: 10px;
	min-height: 200px;
}

#bureliai {
	width: 100%;
	border: solid 1px black;
	border-collapse: collapse;
}
#bureliai td, th {
	border: 1px solid;
}