<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'BPGNinoMtavruliBold';
    src: url('fonts/bpg_excelsior_caps_dejavu_2010-webfont.eot');
    src: local('Ã¢ËœÂº'), 
    	 url('fonts/bpg_excelsior_caps_dejavu_2010-webfont.woff') format('woff'),
         url('fonts/bpg_excelsior_caps_dejavu_2010-webfont.ttf') format('truetype'),
         url('fonts/bpg_excelsior_caps_dejavu_2010-webfont.svg#webfontC4CFl6XS') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}

body {
	/* background: #0a2c5f url("../images/body-bg.png") top center repeat-x; */
	 background: #0a2c5f; 
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* top panel */
div.top-panel {
	width: 861px;
	height: 157px;
	margin: 45px auto 0 auto;
	padding-left: 264px;
	background: white url("../images/top-bg.png") top center repeat-x;
}
div.top-panel h1{
	overflow: hidden;
	float: left;
	width: 567px;
	height: 86px;
	margin: 33px 0 0 0;
	background: white url("../images/logo.png") top center repeat-x;
}
div.top-panel h1 a{
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}
div.forms{
	width: 977px;
	height: 244px;
	margin: 0 auto;
	padding: 0 69px 0 69px;
	border-left: 5px solid #5a749c;
	border-right: 5px solid #5a749c;
	background: white url("../images/form-repeat-bg.png") top center repeat-y;
}
div.forms div.left{
	float: left;
	overflow: hidden;
	width: 522px;
	height: 226px;
	padding: 9px 0 9px 0;
	background: green;
	background: white url("../images/forms-bg.png") top left no-repeat;
}
div.forms div.left img{
	display: block;
	margin-left: 15px;
}
div.forms div.right{
	float: left;
	overflow: hidden;
	width: 455px;
	height: 226px;
	padding: 3px 0 15px 0;
	background: green;
	background: white url("../images/forms-bg.png") top right no-repeat;
}
div.forms div.right form{
	padding-top: 20px;
}

div.forms div.right form label{
	margin-bottom: 7px;
	display: block;
	width: 415px;
	height: 27px;
	padding: 5px 5px 0 0;
	background: white url("../images/label-bg.png") top right no-repeat;
}
div.forms legend{
	display: none;
}
div.forms div.right form label input{
	width: 214px;
	height: 21px;
	display: block;
	float: right;
	line-height: 21px;
	padding: 0 5px;
}
div.forms div.right form label select{
	width: 224px;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	display: block;
	float: right;
}
div.forms div.right form label strong{
	color: white;
	font-weight: normal;
	font-family: BPGNinoMtavruliBold;
	font-size: 11px;
	width: 174px;
	height: 29px;
	display: block;
	float: right;
	line-height: 21px;
	padding: 0 5px;
}

/* content */
div.content{
	width: 977px;
	margin: 0 auto;
	padding: 38px 69px 50px 69px;
	border-left: 5px solid #5a749c;
	border-right: 5px solid #5a749c;
	background: white url("../images/form-repeat-bg.png") top center repeat-y;
}
div.content .commontext h2{
	font-size: 1.3em;
	text-align: center;
	font-weight: normal;
	font-family: BPGNinoMtavruliBold;
	color: #576b86;
}
div.content .commontext p{
	font-size: 0.8em;
	text-align: center;
	color: #565656;
	margin-top: 20px;
}
/*footer*/
div.footer {
	padding-top: 35px;
	width: 1125px;
	height: 140px;
	margin: 0 auto 45px auto;
	background: #0a2c5f url("../images/footer-bg.png") top center repeat-x;
}
div.footer p{
	text-align: center;
	color: white;
	font-size: 0.75em;
	font-family: BPGNinoMtavruliBold;
}
div.footer p.iota-studio{
	margin: 20px 0 0 500px;
	float: left;
	overflow: hidden;
}
div.footer p.iota-studio a{
	width: 101px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	background: #0a2c5f url("../images/iota-studio.png") top center no-repeat;
}
/*tables*/
div.content .tables h2{
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
	font-family: BPGNinoMtavruliBold;
	color: #aba994;
	padding-left: 24px;
	padding-bottom: 10px;
}

div.content .tables table{
	background: #e3e2db url("../images/thead-bg.png") top left no-repeat;
	width: 977px;
	border-collapse:collapse;
	clear: both;
}
div.content .tables table caption{
	display: none;
}
div.content .tables table thead{
}
div.content .tables table tr{
	clear: both;
	float: left;
	width: 977px;
}
div.content .tables table thead tr th{
	
	float: left;
	margin-top: 10px;
	background: #2a4978;
	font-family: BPGNinoMtavruliBold;
	color: white;
	font-size: 11px;
	font-weight: normal;
	height: 22px;
	padding: 5px 12px 12px 12px;
	text-align: left;
}
div.content .tables table thead tr th.coll-1{
	width: 60px;
}
div.content .tables table thead tr th.coll-2{
	width: 173px;
}
div.content .tables table thead tr th.coll-3{
	width: 165px;
}
div.content .tables table thead tr th.coll-4{
	width: 210px;
}
div.content .tables table thead tr th.coll-5{
	width: 165px;
}
div.content .tables table thead tr th.coll-6{
	width: 60px;
}
div.content .tables table thead tr th.coll-7{
	width: 81px;
}
div.content .tables table thead tr th.coll-8{
	width: 30px;
	padding-left: 10px; 
	padding-right: 0; 
}

div.content .tables table tbody tr td{
	background: #dbdad2;
	color: #434343;
	font-size: 11px;
	padding: 14px 12px 14px 12px;
	text-align: left;
	border-bottom: 1px solid #bcb9a7;
}
div.content .tables table tbody tr td a{
	color: #434343;
}

div.content .tables table tbody tr td.coll-1{
	width: 60px;
	/* background: #777e88; */
	color: #334d78;
	font-family: arial;
	/* font-weight: bold; */
	border-right: 1px solid #d6d5ca;
}
div.content .tables table tbody tr td.coll-1 a{
	color: #334d78;
}
div.content .tables table tbody tr td.coll-2{
	width: 173px;
}
div.content .tables table tbody tr td.coll-3{
	width: 163px;
	background: #e3e2db;
	color: #334d78;
	border-left: 1px solid #d6d5ca;
	border-right: 1px solid #d6d5ca;
}
div.content .tables table tbody tr td.coll-3 a{
	color: #334d78;
}

div.content .tables table tbody tr td.coll-4{
	width: 210px;
}
div.content .tables table tbody tr td.coll-5{
	width: 163px;
	background: #e3e2db;
	border-left: 1px solid #d6d5ca;
	border-right: 1px solid #d6d5ca;	
}
div.content .tables table tbody tr td.coll-6{
	width: 60px;
	font-weight: bold;
	background: #777e88;
/*	position: relative; */
}
div.content .tables table tbody tr td.coll-6 a{
	color: white;
}

div.content .tables table tbody tr td.coll-7{
	width: 79px;
	background: #e3e2db;
	border-left: 1px solid #d6d5ca;
	border-right: 1px solid #d6d5ca;	
	font-weight: bold;
}
div.content .tables table tbody tr td.coll-8{
	width: 30px;
	padding-left: 10px; 
	padding-right: 0; 
	/* background: #777e88; */
}
div.content .tables table a{
	color: white;
/*
	display: block;
	text-indent: -9999px;
	background:  url("../images/pdf.png") left center no-repeat;
*/
}
div.content .tables table a.pdf{
	color: white;
	display: block;
	text-indent: -9999px;
	background:  url("../images/pdf.png") left center no-repeat;
}
/*-----archive----------------*/
div.content .tables .archive {
	margin-top: 20px;
	background: khaki;
}
div.content .tables .archive ul li{
	float: left;
	margin: 0 1px 0 1px;
	font-size: 11px;
	font-family: arial;
	border-left: 1px solid white;
}
div.content .tables .archive ul li a{
	width: 100%;
	height: 100%;
	color: #6b695b;
	background: #cfcec4;
	line-height: 34px;
	padding: 9px 13px 10px 13px;
}
div.content .tables .archive ul li.cur{
	color: white;
	background: #0d2547;
	line-height: 34px;
	padding: 0 13px 0 13px;
}
div.content .tables .archive ul li.dotted{
	color: #6b695b;
	line-height: 34px;
	padding: 10px 13px 0 13px;
}

div.content .tables .archive ul li.prev a{
	display: block;
	width: 33px;
	height: 33px;
	text-indent: -9999px;
	background: #0a2c5f url("../images/prev.png") center center no-repeat;
	margin-right: 7px;
	padding: 0;
}
div.content .tables .archive ul li.next a{
	display: block;
	width: 33px;
	height: 33px;
	text-indent: -9999px;
	background: #0a2c5f url("../images/next.png") center center no-repeat;
	margin-left: 7px;
	padding: 0;
}

.hid{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; 
	left: 0; 	
	display: none;
}

.hid .content{
	margin: 0 auto;
	margin-top: 100px;
	width: 614px;
}

div.content .tables table tbody tr td.coll-1 a {
    word-break: break-all;
</pre></body></html>