@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #5b5b5b;
	text-decoration: none;
	text-align: justify;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #5b5b5b;
	text-decoration: none;
}
a:link, a:visited{
	color: #5b5b5b;
	text-decoration: none;
}
a:hover{
	color: #af0000;
	text-decoration: underline;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #af0000;
	text-decoration: none;
}
.footer a:link, .footer a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #af0000;
	text-decoration: none;
}
.footer a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #af0000;
	text-decoration: underline;
}
.bg-centru1 {
	background-image: url(images/bg-centru-1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg-centru2 {
	background-image: url(images/bg-centru-2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 26px;
}
.bg-footer {
	background-image: url(images/bg-footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bg-navbar {
	background-image: url(images/navbar-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d0d0d0;
}
.hr2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
}

