/* CSS Document */

.poza{
border:solid 1px #F5B260;
}

.text{
	font-family:Verdana;
	font-size:12px;
	color: #007F00;
	text-decoration:none;
	text-align:justify;
	font-weight:500;
	text-indent:20px;
}
.text_input{
	color: #007F00;
}
.text:hover{
	text-decoration:underline;
	}

.text_bold{
	font-family:Verdana;
	font-size:12px;
	color: #007F00;
	text-decoration:none;
	text-align:justify;
	font-weight:bold;
	text-indent:20px;
}

.text_link{
	font-family:Verdana;
	font-size:12px;
	color: #007F00;
	text-decoration:none;
	text-align:justify;
	font-weight:500;
}

.text_link:hover{
text-decoration:underline;
}

.text_nopad{
	font-family:Verdana;
	font-size:12px;
	color: #007F00;
	text-decoration:none;
	text-align:justify;
	font-weight:500;
}

.text_pad_right{
	font-family:Verdana;
	font-size:12px;
	color: #007F00;
	text-decoration:none;
	text-align:justify;
	font-weight:500;
	padding-right:5px;
}

.text_nojust{
	font-family:Verdana;
	font-size:12px;
	color: #007F00;
	text-decoration:none;
	font-weight:500;
}

.text_titlu{
	font-family:"Trebuchet MS";
	font-size:17px;
	color: #007F00;
	text-decoration:none;
	font-weight:bold;
}

.text_titlu_mic{
	font-family:"Trebuchet MS";
	font-size:14px;
	color: #007F00;
	text-decoration:none;
	font-weight:bold;
}

.developedby {
	font-family: Verdana;
	font-size: 10px;
	color: #007F00;
	text-decoration: none;
	padding-top:10px;
}
.developedby:hover {
	text-decoration: underline;
}

.copyright {
	font-family: Verdana;
	font-size: 10px;
	color: #007F00;
	text-decoration: none;
	padding-top:5px;
}

.detalii{
	font-family:Verdana;
	font-size:11px;
	font-weight:500;
	color:#007F00;
	text-decoration:none;
	padding-top:5px;
}

.detalii:hover{
	text-decoration:underline;
}

.meniu_jos {
	font-family: Verdana;
	font-size: 10px;
	color: #007F00;
	text-decoration: none;
	padding-top:5px;
}
.meniu_jos:hover {
	text-decoration: underline;
}
a:link
{
	color:#007F00;
	text-decoration:none;
}
a:visited
{
	color:#007F00;
	text-decoration:none;
}
a:hover
{
	color:#007F00;
	text-decoration:underline;
}
