body 
{ 
background-color: #FFFFFF; 
margin-left: 0px; 
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px;
font-size: 11px;
color: #202C3C;
font-family: Arial;
font-weight: normal;
}

.bg1
{ 
background-image: url('../pics/hand.jpg');
background-repeat: no-repeat;
background-position: 100% 0%; 
}
.bg2
{ 
background-image: url('../pics/note.jpg');
background-repeat: no-repeat;
background-position: center; 
}
.dot_vertical
{ 
background-image: url('../pics/dot.jpg');
background-repeat: repeat-y;
background-position:center; 
}
.dot_horizontal
{ 
background-image: url('../pics/dot.jpg');
background-repeat: repeat-x;
background-position:center; 
}

p {font-size: 11px;
	color: #202C3C;
	font-family: Arial;
	font-weight: normal;
	cursor: text;}
	
.buttons {
	font-size: 14px;
	color: #1F3E75;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

#buttons_active {
	font-size: 14px;
	color: #84C225;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.buttons a:link {
	font-size: 14px;
	color: #1F3E75;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.buttons a:visited {
	font-size: 14px;
	color: #1F3E75;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
 
.buttons a:hover {
	color: #84C225;
	text-decoration: none;
}

.tekstas {
	font-size: 11px;
	color: #202C3C;
	font-family: Arial;
	font-weight: normal;
	cursor: text;
}
.imputfield {
	font-size: 11px;
	color: #202C3C;
	font-family: Arial;
	cursor: text;
		font-weight: regular;
	border: 1px solid #FFFFFF;
}
.tekstas2 {
	font-size: 12px;
	color: #202C3C;
	font-family: Arial;
	font-weight: bold;
	cursor: text;
}
.c1 {
	font-size: 16px;
	color: #1F3E75;
	font-family: Arial;
	font-weight: bold;
	cursor: text;
}
.c2 {
	font-size: 34px;
	color: #1F3E75;
	font-family: Arial;
	font-weight: normal;
	cursor: text;
}

.c3 {
	text-align: top;
}

.top {
	font-family: Arial;
	font-size: 12px;
	color: #F3F6FD;
	font-weight: bold;
	text-decoration: none;
}
.language {
	font-size: 11px;
	color: #84C225;
	font-family: Arial;
	font-weight: bold;
	cursor: text;
}
 
.left_menu {
	font-size: 12px;
	color:  #1F3E75;
	font-family: Arial;
	font-weight: bold;
	cursor: text;
	width: 130px;
}

/* left menu links style ----------------------------------------------------*/
 .left_menu a:link {
		font-family: Arial;
	font-size: 12px;
	color: #1F3E75;
	font-weight: bold;
	text-decoration: none;
	
}
 .left_menu a:visited {
	text-decoration: none;
	color: #1F3E75;
	
}

  .left_menu a:hover {
	color: #84C225;
	text-decoration: none;
	background-image:url(../pics/trik.jpg);
    background-repeat: no-repeat;
    background-position: 0% 50%; 
}
/* left menu (visited) links style ----------------------------------------------------*/ 
 a.left_menu_vis {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #84C225;
	background-image:url(../pics/trik.jpg);
    background-repeat: no-repeat;
    background-position: 0% 50%; 
}

/* top link style ----------------------------------------------------*/
.top a:link {
	font-family: Arial;
	font-size: 12px;
	color: #F3F6FD;
	font-weight: bold;
	text-decoration: none;
}
.top a:visited {
	text-decoration: none;
	color: #F3F6FD;
}
.top a:hover {
	color: #F3F6FD;
	text-decoration: underline;
}

/* language liks style ----------------------------------------------------*/
.language a:link {
	font-size: 12px;
	color: #84C225;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
.language a:visited {
	text-decoration: none;
	color: #84C225;
		
}
.language a:hover {
	color: #84C225;
	text-decoration: underline;
}
/* language liks style ----------------------------------------------------*/

.solutions {
	font-size: 12px;
	color:  #1F3E75;
	font-family: Arial;
	cursor: text;
	width: 130px;
}

 .solutions a:link {
	font-family: Arial;
	font-size: 12px;
	color: #1F3E75;
	text-decoration: none;
}

.solutions a:visited {
	text-decoration: none;
	color: #1F3E75;
	
}
 
.solutions a:hover {
	color: #84C225;
	text-decoration: none;
}

