.stylered {
	color: red;
}
.styleblue {
	color: blue;
}
.header_sigla {
	background:url(../images/sigla_f_mica.jpg) no-repeat 0 center;
	text-indent: 16px;
	color: #1B5B9D;
	font-weight: bold;
}
.header_albastru_inchis {
	color: #1D1B56;
	font-weight: bold;
}
.header_albastru_deschis {
	color: #1B5B9D;
	font-weight: bold;
}
.header_portocaliu {
	color: #E05B1D;
	font-weight: bold;
}

.tabel_simplu {
	width: 100%;
	border-spacing: 1px;
}

.tabel_unu {
	width: 100%;
	background: #DDE3F4;
	color: #000000;
	padding: 0px;
	border-spacing: 0px;
}
.tabel_unu  td{
	border: 1px solid white;
}

.tabel_unu_header {
	color: #FFFFFF;
	background: #1B5B9D;
	font-weight: bold;
}

.tabel_doi {
	width: 100%;
	background: #DDE3F4;
	color: #000000;
	padding: 0px;
	border-spacing: 0px;
}
.tabel_doi td{
	border: 1px solid white;
	text-align: center;
}
.tabel_doi_impar {
	background: #FFFFFF;
	text-align: center;
}
.tabel_doi_header {
	color: #FFFFFF;
	background: #1B5B9D;
	text-align: center;
}

