/* Senas */
@import url(common.css);

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/fonas_intro.jpg);
	background-repeat: no-repeat;
	background-position: center 177px;
	font-weight: bold;
}
.bgbot {
	background-repeat: no-repeat;
	background-position: right top;
}
.topright {
	background-repeat: no-repeat;
	background-position: right top;
}
.tekstas {
	text-decoration: none;
	text-align: justify;

}
.td{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #B0BDD0;
	padding: 5px 10px 5px 20px;
}
.th{
	padding: 5px 10px 5px 20px;
	font-weight: bold;
	color: #003366;
}
.cop {
	color: #C3C3C3;
	padding: 5px 5px 7px 0px;
	background-repeat: repeat-y;
}
h1{
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-weight: normal;
	text-align: center;
}
.bgRightRep {
	background-repeat: repeat-y;
	background-position: right;
}
.bgLeftRep {
	background-repeat: repeat-y;
	background-position: left;
}
.bgTopRep {

	background-repeat: repeat-x;
	background-position: left top;
}
a.locales {
	font-family: "Courier New", Courier, monospace;
	color:#000000;
	text-decoration: none;
	font-size: 15px;
	display: block;
	text-transform: lowercase;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 30px;
}