@font-face {
    font-family: "CalibriRegular";
    src: url('../img/fonts/calibri-webfont.eot');
    src: url('../img/fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../img/fonts/calibri-webfont.woff') format('woff'),
         url('../img/fonts/calibri-webfont.ttf') format('truetype'),
         url('../img/fonts/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, p, td, div, span, table, input, select {
	font-family: "Times New Roman"; 
	font-size: 14px ;
	line-height: 17px;
	color:#2e2e2e;
}

body{
	background-color: #fff;
}

p {
	margin: 3px 0px 3px 0px;
	padding:0px;
	text-align: justify;
}

a, a:link{
	text-decoration: underline;
	color:#2e2e2e;
	
}
a:focus, a:hover, a:active{
	text-decoration: none;
	color:#2e2e2e;
}

a.sumazintas_sriftas {
	font-size: 12px;
}

.sumazintas_sriftas11 {
	font-size: 11px;
}

h1 {
	font-size: 16px;
	margin: 6px 0px 6px 0px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}

h2 {
	font-size: 16px ;
	margin: 6px 0px 6px 0px;
	text-transform: uppercase;
	color: #6c6361;
	font-weight: normal;
}

h3 {
	font-size: 15px ;
	font-weight: bold;
	margin: 6px 0px 6px 0px;
}

h4 {
	font-size: 14px ;
	font-weight: bold;
	margin: 6px 0px 6px 0px;
}

h5 {
	font-size: 14px ;
	font-weight: normal;
	margin: 6px 0px 6px 0px;
}

h6 {
	font-size: 13px ;
	font-weight: bold;
	margin: 4px 0px 4px 0px;
}

ul{
	margin-top: 3px;
	margin-bottom: 3px;
}

ol, li{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
}
form{
	margin:0px;
	padding:0px;
}
input {
	height:20px;
}
input[type=checkbox]{
	margin:0px;
	padding:0px;
	height:auto;
	
}
input[type=radio]{
	margin:0px;
	padding:0px;
	height:auto;
}
input[type=submit]{
	height:25px;
	border: none;
}
input[type=button]{
	height:20px;
}
input[disabled]{
	background-color:#eee;
}

fieldset {
	margin:0px;
	
}
select{

}
select, option{
	z-index:-1;
	height:25px;
	margin:0px;
}
table{
	empty-cells: show;
}

img {
	border: none;
}

