@charset "utf-8";
/* CSS Document */

.sepdir{
border-right-style:dotted;
border-right-color:#CCCCCC;
border-right-width:1px;
}

.septop{
border-top-style:dotted;
border-top-color:#CCCCCC;
border-top-width:1px;
}

.sepesq{
border-left-style:dotted;
border-left-color:#CCCCCC;
border-left-width:1px;
}

.tabela{
border-left-style:dotted;
border-left-color:#CCCCCC;
border-left-width:1px;
border-right-style:dotted;
border-right-color:#CCCCCC;
border-right-width:1px;
}

body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

body {
    background:url(fundo.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
a {
text-decoration: none;
color:808080;
}

a:hover{
text-decoration:none;
color:#D76D40;
}

.imagem {
border-style:solid;
border-color:#999999;
border-width:1px;
}
