a {
	/*font-weight: bold;*/	
	color: #00258D;
	text-decoration: none;
}
a:hover {
	/*font-weight: bold;*/	
	color: #00258D;
	text-decoration: underline;
}

/*Default'inis stilius*/
body, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/*Naudojamas psl virsyje, puslapio antraste*/
.sritis{
	color: #D24112;
	font-size: 14px;
	text-transform: uppercase;
}
/*Naudojamas psl viduje, smulkesnes antrastes*/
.antraste{
	color: #AA2F06;
}
.white-txt{
	color: #ffffff;
}

/*Vidinis meniu*/
table.meniu {
}

table.meniu td.meniu-item {
	font-size: 10px;	
}
table.meniu td.meniu-item a {
	text-decoration: none;
	color: #D24112;
}
table.meniu td.meniu-item a:hover {
	text-decoration: underline;
	color: #D24112;
}
.fun {
	color: #638BFA;
	font-size: 18px;
	font-weight: bold;
}
.blue-txt {
	color: #638BFA;
}
.scrollbars {
	scrollbar-face-color:white;
	scrollbar-arrow-color:white;
	scrollbar-track-color:white;
	scrollbar-shadow-color:white;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-darkshadow-Color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}