HTML, BODY, P, TABLE, TD, FORM, IMG, H1, H2, H3, H4, H5, H6, INPUT, SELECT, OL, UL, LI {
    font-size:11px;
    font-family:Tahoma,Verdana,Segoe,sans-serif;
    color:#555555;
    outline-color:invert;
    outline-style:none;
    outline-width:0pt;
}
HTML, BODY, #wrapper
{
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
}
BODY
{
    margin:0px;
    padding:0px;
    background:#D6E4F1 url(../img/fundo.png) repeat-x scroll 0pt 0px;
}
A{text-decoration: none;}
A:hover{text-decoration: underline;}
HR
{
	height:1px;
	background-color:#D6E4F1;
	border:0px;
}
#main
{
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  width: 770px;
  height:100%;
}

.painel_left
{
	width:10px;
	background:transparent url(../img/fundo_L.png) no-repeat scroll 0pt 0px;
}
.painel_mid
{
	width:750px;
	height: 100px;
	background-color:white;
	vertical-align:top;
}
.painel_mid2
{
	width:750px;
	height: 100%;
	background-color:white;
	vertical-align:top;
}
.painel_right
{
	width:10px;
	background:transparent url(../img/fundo_R.png) no-repeat scroll 0pt 0px;
}
.title
{
	padding:5px 15px 5px 15px;
	font-size:14px;
	color:Navy;
	font-weight:bold;
	background:transparent url(../img/title.png) no-repeat scroll 0pt 0px;
}
.quebra
{
	background:#D6E4F1;
	height:2px;
	width:100%;
}
.sideBar
{
	background-color:#F5F9FC;
	width:100%;
	padding:10px;
}
.artTitle
{
	color:#FF0000;
}
.titleBar
{
	background:transparent url(../img/titleBar.png) no-repeat scroll 0pt 0px;
	width:250px;
	height:32px;
	font-weight:bold;
	padding:6px 10px 4px 60px;
	vertical-align:top;
}