/* GERAL CSS */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #00ABEE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00ABEE;
}
a:hover {
	text-decoration: none;
	color: #00ABEE;
}
a:active {
	text-decoration: none;
	color: #00ABEE;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 10px;
	color: #333333;
}
h2 {
	font-size: 10px;
	color: #333333;
}
h3 {
	font-size: 10px;
	color: #333333;
}
h4 {
	font-size: 10px;
	color: #333333;
}
h5 {
	font-size: 10px;
	color: #333333;
}
h6 {
	font-size: 10px;
	color: #333333;
}
.tabelafundo {
background-image:url(../imgs/fundo.jpg);
background-position:top;
background-attachment:fixed;
background-repeat:repeat;
background-repeat:repeat-X
}
.tabela {
background-image: url("../imgs/fundo_brauna.jpg");
background-position:top;
background-position:right;
background-attachment:no-fixed;
background-repeat:no-repeat;
}
.Fonte10{
    FONT-SIZE: 10px;
    COLOR: #666666;
}
.link_capa {
	color: #999999;
	text-decoration: none;
}