/* CSS Document */
.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.slogan {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #4b4b4b;
	font-weight: bold;
}
.txtbox {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.slogan_verde {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #009933;
	font-weight: bold;
}
.slogan_rosu {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #cc3333;
	font-weight: bold;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #4b4b4b;
}
.text_blue_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #6699cc;
}
.text_alb {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}
.text_alb_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-style: bold;
	color: #FFFFFF;	
	font-weight: bold;
}
.lnk {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}
.lnk:hover {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}
.lnk_pg {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #009933;
}
.lnk_pg:hover {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #cc3333;
}
.lnk_bold {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.lnk_bold:hover {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}
.lnk_bold_right {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #4b4b4b;
	font-weight: bold;
}
.lnk_bold_right:hover {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #6699cc;
}
.lnk_bold_right_deschis {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #918e8e;
	font-weight: bold;
}
.lnk_bold_right_deschis:hover {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #6699cc;
}
