a
{
cursor: pointer;
}
	
body
{
background-color:#FFF;
font-family: Verdana, Arial;
font-size:11px; 
color:#666;
margin: 0px;
}

h1,h1,h3,h4
{
margin:0px;
padding:0px;
}

.toptitle{
background:transparent url(/programas/BR/2/bg_top.gif) repeat-x;
color:#FFF; margin-top:20px;
height:62px;
margin-top:20px;
width:98%;
max-width:980px;
min-width:800px;
width: expression(document.body.clientWidth < 800 ? "800px" : "98%" );
}

.baseline{ margin-bottom:20px;
background:transparent url(/programas/BR/2/bg_bottom.gif) repeat-x;
height:19px;
width:98%;
max-width:980px;
min-width:800px;
width: expression(document.body.clientWidth < 800 ? "800px" : "98%" );
}

.fix{
width:98%;
max-width:980px;
min-width:800px;
width: expression(document.body.clientWidth < 800 ? "800px" : "98%" );
font-size:12px;
border:1px solid #CCC;
padding:10px;
}

.yellow{color:#ffba00;}

