/* formatare text general */
/* 1em = 16 pixeli */

/* formatare gentext1 - folosit pe rind 4 coloana text centru*/

.gentext1 {
text-align: justify;
font-family: tahoma, Times, arial, serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
margin-left:5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

.gentext1_bold {
text-align: justify;
font-family: tahoma, Times, arial, serif;
font-size: 1em;
font-style: normal;
font-weight: bold;
}

/* formatare mesaj eroare la formular */
.form_error {
font-family: tahoma, Times, arial, serif;
font-size: 1em;
font-style: normal;
color: #ff0000;
font-weight: bold;
}

/* formatare adresa formular */
.form_address {
text-align: left;
font-family: tahoma, Times, arial, serif;
font-style: normal;
font-weight: normal;
margin-left: 5px; }

/* formatare boldmov */
p.boldmov {
font-family: tahoma, Times, arial, serif;
font-size: 1.1em;
color: #800080;
font-weight: bold;
text-decoration: underline;
}

/* formatare boldmov fara underline*/
p.boldmov_simplu {
font-family: tahoma, Times, arial, serif;
font-size: 1.1em;
color: #800080;
font-weight: bold;
text-decoration: none;
}

/* formatare boldrosu  1em */
p.boldrosu {
font-family: tahoma, Times, arial, serif;
font-size: 1em;
color: #ff0000;
font-weight: bold;
}

/* formatare boldrosu 1 em */
.bold_rosu {
text-align: left;
font-family: tahoma, Times, arial, serif;
font-style: normal;
font-weight: bold;
color: #ff0000;
margin-left: 0px;
}

/* formatare text rosu caramiziu*/
.rosu_caramiziu {
font-family: tahoma, Times, arial, serif;
font-size: 1em;
color: #c00000;
font-weight: normal;
}

/* formatare boldnegru underline */
p.boldnegru1 {
font-family: tahoma, Times, arial, serif;
font-size: 0.9em;
color: #000000;
font-weight: bold;
text-decoration: underline;
}

/* formatare boldnegru fara underline */
p.boldnegru2 {
font-family: tahoma, Times, arial, serif;
font-size: 0.9em;
color: #000000;
font-weight: bold;
}

/* formatare bold rosu pentru copyright*/
.rosu_footer {
font-family: tahoma, Times, arial, serif;
font-size: 0.6em;
color: #ff0000;
font-weight: bold;
}

/* formatare bold negru pentru copyright*/
.negru_footer {
font-family: tahoma, Times, arial, serif;
font-size: 0.65em;
color: #000000;
font-weight: normal;
}
