body {
	/*behavior: url(/scripts/csshover.htc);*/
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {color: #17285D; text-decoration: none;}
a:visited {color: #17285D; text-decoration: none;}
a:hover {color: #17285D; text-decoration: underline; font-weight: bold;}
a:active {color: #17285D; text-decoration: underline; font-weight: bold;}

#tabela_lista a:link {color: black; text-decoration: none;}
#tabela_lista a:visited {color: #17285D; text-decoration: none;}
#tabela_lista a:hover {color: white; text-decoration: underline; font-weight: bold;}
#tabela_lista a:active {color: black; text-decoration: underline; font-weight: bold;}

#tabela_lista { width: 100%; }
#tabela_lista tbody tr td { font: normal 8pt; padding:5px; }

#tabela_lista tbody tr td { /* cursor: hand; */ }

#tabela_lista tbody tr.even td { background: #f0f0f0; }
#tabela_lista tbody tr.ruled td { color: white; background-color: #7F9DBC; }
#tabela_lista tbody tr.ruled td a { color: black; background-color: #7F9DBC; }

#tabela_lista tbody th { color: white; text-align: left; font-size: 10pt; background: #aaa; }


/* tabela lista revistas */

#tabela_rev a:link {color: black; text-decoration: #7F9DBC; font-size: 12px;}
#tabela_rev a:visited {color: #17285D; text-decoration: #7F9DBC; font-size: 12px;}
#tabela_rev a:hover {color: #17285D; text-decoration: underline; font-weight: bold; font-size: 12px;}
#tabela_rev a:active {color: black; text-decoration: underline; font-weight: bold; font-size: 12px;}

#tabela_rev { width: 100%; }
#tabela_rev tbody_1 tr td { font: normal 8pt; padding:5px; }

#tabela_rev tbody_1 tr td { /* cursor: hand; */ }

#tabela_rev tbody_1 tr.even td { background-color: white; }
#tabela_rev tbody_1 tr.ruled td { color: white; background-color: red; }
#tabela_rev tbody_1 tr.ruled td a { color: black; background-color: red; }

#tabela_rev tbody_1 th { color: white; text-align: left; font-size: 10pt; background: #aaa; }


/* Left */
#left {
	width: 200px;
/*	height: 410px; */
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	color: #fff;
}

a.linkRed:link, a.linkRed:active, a.linkRed:visited { color: red; }
a.linkRed:hover { font-weight: normal; text-decoration: underline; color: red; }
















#menu {
   background: url(http://departamentos.cardiol.br/geic/img/bkg_menu.jpg);
}

#menu ul { 
	border-top: 1px solid #7F9DBC;
	background-color: #FFFFFF;
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 200px; /* Width of Menu Items */ 
} 

#menu ul li { 
	position: relative;
	border-bottom: 1px solid #7F9DBC;
	height: 23px;
	line-height: 23px;		
} 

#menu li ul { 
	position: absolute; 
	left: 199px; /*Set 1px less than menu width */ 
	top: -1px; 
	display: block; 
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu ul a {
	font-size: 9pt;
	padding-left: 5px;
	display: block; 
	text-decoration: none; 
	color: black; 
	background: #fff; /* IE6 Bug */ 
} 

/* Hover Styles */ 
#menu ul a:hover { 
	color: #fff; 
	background: #7f9dbc; 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: black; 
	background: #fff; /* IE6 Bug */ 
	height: 23px;
	line-height: 23px;
	border-left: 5px solid #7F9DBC;		
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #fff; 
	background: #7f9dbc; 
} 

/* Icon Styles */ 
/*
#menu ul a.submenu {background:#fff url("r_arrow.gif") no-repeat right; } 
#menu ul a.submenu:hover {background:#f9f9f9 url("r_arrow.gif") no-repeat right;}
*/






















/*TEXTOS*/

h1 
{
	
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;	
	width: 186px;
	text-align: left;
	margin-left: 5px;
	margin-right:5px;	
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: black;
	text-align: left;
	
}

h2

{
font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	width: 165px;
	text-decoration: none;
	text-align: left;
	margin-left: 5px;
	margin-right:5px;	
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: black;
	text-align: left;

}
h3

{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-left: 5px;
	margin-right:5px;	
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: black;
	text-align: left;

}

h4

{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-left: 5px;
	margin-right:5px;	
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: black;
	text-align: left;

}


h5 /*PARA TEXTOS SOBRE INSUFICIÊNCIA CARDÍACA - FUNDO CINZA-AZULADO*/

{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	width: 100%;
	height: 12px;
	margin-left: 5px;
	margin-right:5px;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
	height:9px;
	background-color: #eff0f4;
	display: block;

}
h6 /*PARA TEXTOS SOBRE INSUFICIÊNCIA CARDÍACA - FUNDO BRANCO*/

{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	width: 500px;
	margin-left: 5px;
	margin-right:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
	height:9px;
	background-color: RED;
	display: block;

}