/* CSS Document */

/* Stiluri CSS */

html,body {
margin-top: 0px;/* vrem un spatiu intre headerul paginii si marginea de sus a browserului*/
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding: 0px;
height: 100%;
background-color:#e3e3e3;
}
table.tabele {
	border-spacing: 0px;
	margin-right: 0px;
	padding: 0px;
}
table.tabele td {
	border-spacing: 0px;
}
.text2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-indent: 40px;
}
.text {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #742b23;
}
a:link {
	color: #7c7b7b;
}
a:visited {
	color: #7c7b7b;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

