﻿body
{
	margin: 0px;
	background-image: url(  '../imagens/fundo.JPG' );
}


a:link,a:visited { 
  color: #E8E8E8;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

.corpo 
{
 height: 100px;
 width: 724px;
 margin-top: 10px;
}

.logo
{
	background-image: url(   '../imagens/logo1.png' );
	background-position: center center;
	background-repeat: no-repeat;
	width: 155px;
	height: 44px;
	float: left;
	margin: 5px;
}

.msg
{
	font-size: 9pt;
	color: #0f5871;
	font-family: Verdana;
	width: 219px;
	height: 42px;
	margin-left: 120px;
	float: left;
}
.end
{
	font-size: 7.5pt;
	color: #0f5871;
	font-family: Verdana;
	line-height: 150%;
	width: 165px;
	height: 99px;
	margin-left: 50px;
	float: left;
}

.menu 
{   
   width: 123px;
   height: 200px;
   background-color: #0f5871;
   margin-left: 10px;
   float: left;
}

.menu td 
{  
   color: White;
   font-family: Verdana;
   font-weight: bold;
   border-color: #1C1C1C;
   border-width: 1.5px;
   border-style: inset;
   font-size: 10px;
   line-height: 110%;
   margin-left: 10px;  
}

.conteudo 
{
	float: left;
	width: 566px;
	height: 173px;
	margin-left: 10px;
	background-color: #0f5871;
}

table.tabelas
{
   height: 28px;
   width: 566px;
}

table td.caption {
   font-size: 11px;
   font-family: Verdana;
   font-weight: bold;
   background: #0f5871;
   color: #E8E8E8;  
}

table td.texto 
{
   font-size: 11px;
   font-family: Verdana;
   background-color: #E8E8E8;
}

table li 
{
  list-style-type: none;
}

table td 
{
  border-width: 0px;
}

.conteudo ul 
{
	margin: 10px;
}