body {
	background-color: #343e48;
	margin: 6px 0px 6px 0px;
}

#tabel {
	width: 623px;
	border-width: 0px;
	border-style: dashed;
}
#header {
	background-image: url('header.png');
	background-repeat: no-repeat;
	width: 623px;
	height: 117px;
}
#menu {
	background-image: url('menu.png');
	background-repeat: no-repeat;
	width: 623px;
	height: 27px;
	text-align: center;
	padding-bottom: 1px;
}
#content {
	background-image: url('contentbg.png');
	background-repeat: repeat-y;
	width: 623px;
	padding: 2px 24px 20px 24px;
}
#footer {
	background-image: url('footer.png');
	background-repeat: no-repeat;
	width: 623px;
	height: 25px;
}

td {
	font-family: verdana;
	font-size: 13px;
	color: #ffffff;
	text-align: justify;
}
a {
	font-family: verdana;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: verdana;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
.titlu {
	font-family: verdana;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
input, select, textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family: verdana;
	font-size: 13px;
	color: #000000;
}
