body{
	margin : 0px;
	padding : 0px;
	background-color:#F0F2F2;
}
.bg_top_1{
	background-image : url(images/bg_top_1.gif); 
	background-repeat : repeat-x;
	background-position: left top;
}
.bg_top_2{
	background-image : url(images/bg_top_2.gif); 
	background-repeat : repeat-x;
	background-position: left bottom;
}
.bg_front{
	background-image : url(images/bg_front.gif); 
	background-repeat : no-repeat;
	background-position: center top;
}
.tekstas{
	font-family : Arial;
	font-size : 11px;
	color: #000000;
}
.title{
	font-family : Arial;
	font-size : 14px;
	color: #990000;
	font-weight:bold;
}
.menu a:link, .menu a:visited, .menu a:active{
	font-family : Arial;
	font-size : 11px;
	color: #990000;
	text-decoration:none;
}
.menu  a:hover {
	font-family : Arial;
	font-size : 11px;
	color: #CC0000;
	text-decoration:none;
}