body {
  color: #000;
  background-color: #fff;
 
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  margin: 0;
  padding: 0 0 1px 0; /* bottom padding is height of #bottomFrame */
  }
#bodyContent {
	 background: url(/images/back_principal.jpg) top repeat-x;
  width: 100%;
  margin: 0;
  }
#bottomFrame {
	height: 128px;
	color: #000;
	background: url(images/back_bottom.jpg) top repeat-x;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  }
/* hide from mac ie5 \*/
#bottomFrame {
  position: absolute;
  }
/* end hide from mac ie5 */
html>body #bottomFrame {
  position: fixed;
  }
  
.albastru11 {
	color: #06376c;
	font-size:11px;
}

a:link {
	color: #06376c;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #06376c;
}
a:hover {
	text-decoration: underline;
	color: #d9241d;
}
a:active {
	text-decoration: underline;
	color: #06376c;
}

a.nou:link {
	color: #FFF;
	text-decoration: none;
}
a.nou:visited {
	text-decoration: none;
	color: #FFF;
}
a.nou:hover {
	text-decoration: underline;
	color: #FFF;
}
a.nou:active {
	text-decoration: none;
	color: #FFF;
}

a.nou3:link {
	color: #06376c;
	text-decoration: none;
}
a.nou3:visited {
	text-decoration: none;
	color: #06376c;
}
a.nou3:hover {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
a.nou3:active {
	text-decoration: none;
	color: #06376c;
}

.afiseaza {
	display: inline;
}

.nuAfisa {
	display: none;
}