@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F3EDDF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}

.style1 {
	color: #F9C62F;
	font-size: 10px;
	position:absolute;
	float:left;
	padding-left: 7px;
	margin-top: 246px;
}

.sigla {
	position:absolute;
	float:left;
	padding-left: 10px;
	margin-top: 20px;
	top: -5px;
}

.style2 {
	color: #F9C62F;
	font-size: 10px;
	position:absolute;
	float:left;
	padding-left: 570px;
	margin-top: 179px;
	top: 38px;
}

.uk {
	position:absolute;
	float:left;
	padding-left: 790px;
	margin-top: 194px;
	top: 23px;
}


.oneColLiqCtr #container {
	width: 830px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #DED7C7;
	text-align: left;
}

.continut {
	width: 760px;  /* this will create a container 80% of the browser width */
	text-align:justify;
	padding-left:35px;
	padding-top:10px;
	padding-bottom:10px;
}

.lista {
	width: 600px;  /* this will create a container 80% of the browser width */
	text-align:justify;
	margin-top:10px;
	margin-right:30px;
	margin-left:65px;
	margin-bottom:10px;
	list-style-image:url(images/btn.jpg);
	list-style-position:outside;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.lista2 {
	width: 300px;  /* this will create a container 80% of the browser width */
	padding-top:10px;
	padding-right:5px;
	padding-bottom:10px;
	list-style-image:url(images/btn.jpg);
	list-style-position:outside;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.titlu {
	color: #F9C62F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

body,td,th {
	font-size: 12px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F9C62F;
}
a:link {
	text-decoration: none;
	color: #98B038;
}
a:visited {
	text-decoration: none;
	color: #F9C62F;
}
a:hover {
	text-decoration: underline;
	color: #98B038;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F9C62F;
}

.link {
	text-decoration: none;
	color: #98B038;
}
link:hover {
	text-decoration: underline;
	color: #98B038;
}

