body {
background-image: url("../images/body_background.png");
background-attachment: fixed;
}


/*######################################################
					MENU
#######################################################*/

.fundo_menu { 
	background-image:url(../../design/images/fundo_menu.jpg); 
	background-repeat: repeat-x; 
}

.menu_off { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
} 

.menu_off a { 
	text-decoration:none; 
	color: #FFFFFF;
	height: 22px; 
	_height: 28px; 
	display:block; 
	padding-top: 7px; 
}

.menu_off a:hover { 
	color: #FFFFFF; 
	background-color: #0070B6; 
	height: 22px; 
	_height: 28px; 
	text-decoration:none; 
	display:block; 
	padding-top: 7px; 
}

/*######################################################
					SUB-MENU
#######################################################*/

#menubv {
	width: 15em;
	padding: 0;
	margin: 0;
	font: 11px Verdana, sans-serif;
}
#menubv ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menubv li {
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
}
#menubv li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	font-weight:normal;
	border-left: 10px solid #0070B6;
	background-color: #EDEDED;
	color: #00467C;
	text-decoration: none;
}
#menubv li a:hover {
	border-left: 10px solid #0070B6;
	background-color: #DCDCDC;
	font-weight:normal;
	color: #00467C;
}

/*######################################################
					FONTS
#######################################################*/

.rodape {
	font: normal 11px Arial, Verdana, Sans-Serif, Helvetica;
	color: #FFFFFF;
}

.texto {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.textopretonormal {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.texto_azul {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0070B6;
}

.credito {
	font: normal 11px Arial, Verdana, Sans-Serif, Helvetica;
	color: #CA9900;
}

.titulo_interna {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0070B6;
}

.noticia_titulo {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0070B6;
}

.textopreto {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.noticia_subtitulo {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.noticia_data {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
}

.noticia_titulo_interna {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0070B6;
}

.noticia_subtitulo_interna {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.texto_fale_conosco {
	font-family: Verdana, sans-serif;;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.texto_negrito {
	font-family: Verdana, sans-serif;;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}


.noticia_fonte {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0070B6;
}

.texto_nome_medico_curriculo {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.input {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border: 1 solid #CCCCCC;
}

.button {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background: #0070B6;
	border: 1 solid #FFFFFF;
}


/*######################################################
					LINKS
#######################################################*/

a.link_noticia:link
{
	font: bold 12px Verdana;
	color: #0070B6;
	line-height: 15px; 
	text-decoration: none;
	cursor: hand;
}

a.link_noticia:visited
{
	font: bold 12px Verdana;
	color: #0070B6;
	line-height: 15px; 
	text-decoration: none;
	cursor: hand;
}

a.link_noticia:hover
{
	font: bold 12px Verdana;
	color: #0070B6;
	line-height: 15px; 
	text-decoration: underline;
	cursor: hand;
}


a.link_forum:link
{
	font: bold 11px Verdana;
	color: #666666;
	line-height: 12px; 
	text-decoration: none;
	cursor: hand;
}

a.link_forum:visited
{
	font: bold 11px Verdana;
	color: #666666;
	line-height: 12px; 
	text-decoration: none;
	cursor: hand;
}

a.link_forum:hover
{
	font: bold 11px Verdana;
	color: #666666;
	line-height: 12px; 
	text-decoration: underline;
	cursor: hand;
}
	
