body {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	margin: 0;
	overflow: auto;
}

a {
   font-size: 100%;
   text-decoration: none;
   color: #55505f;
}

a:link {
       color: blue;
}

a:visited {
       color: red;
}

a:hover {
   text-decoration: underline;
}

a.menu {
   font-size: 100%;
   text-decoration: none;
   color: #503c3c;
}

a.menu:hover {
   text-decoration: underline;
}

a.submenu {
   font-size: 100%;
   text-decoration: none;
   color: #503c3c;
}

a.submenu:hover {
   text-decoration: underline;
}

img {
   border-width: 0;
}

table {
   font-size: 100%;
   border: 0;
   background-color: #fff;
}

td {
   text-align: justify;
   vertical-align: top;
}

td.menu {
   text-align: center;
   vertical-align: middle;
   background-color: #fff;
   background-image: url('../imagem/menu_tarja.gif');
   height: 30px;
   padding: 0 8px 0 8px;
}

td.submenu {
   text-align: center;
   vertical-align: middle;
	height: 30px;
   padding: 0 8px 0 8px;
   background-color: #fff;
}

td.ttbarra {
   text-align: center;
   vertical-align: middle;
   color: #fff;
   padding: 0 8px 0 8px;
   background-image: url('../imagem/barra_tarja.gif');
}

p {
   font-size: 100%;
   text-align: justify;
   padding: 0 20px 0 20px;
}

p.titulo {
   font-family: helvetica;
   font-size: 120%;
   font-weight: bold;
   color: #f87c03;
   text-align: left;
   padding: 10px 20px 10px 20px;
}

label {
   font-size: 100%;
   text-weight: bold;
}

input {
}

textarea {
}

div {
    overflow: auto;
}
