@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #000033;
}
h2 {
	font-size: 14px;
	color: #000033;
}
.titlu {
	font-size:16px;
	color:#000033;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
p {
	text-align:justify;
	text-indent: 2em;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #009900;
}
a {
	font-weight: bold;
}
.form {
	border-width:0px;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#666666;
};
.forms {
	border-color:#999999;
	border-width:thin;
}