body {
	padding: 0px;
	margin: 0px;
}
body,div,td,span {
	font-family: arial, sans-serif;
	font-size: medium;
	background: #C5D5FF;
}
a:link,a:visited,a:active,a:hover {
  text-decoration: none;
}
a:link,a:visited {
  color: #3E00AA;
}
a:hover,a:active {
  color: black;
  border-bottom: 1px dashed #00006D;
}
a.menu:link,a.menu:visited {
    text-decoration: none;
	color: #00A5FF;
}
a.menu:hover,a.menu:active {
	text-decoration: none;
	color: white;
	border: 0px;
}
img {
	border: 0px;
}
h1 {
    padding: 2px;
    border: 4px groove #00A5FF;
    color: #0078AA;
    font-size: large;
}
h2 {
    padding-bottom: 2px;
    border-bottom: 3px groove #00A5FF;
    padding-left: 2px;
    border-left: 3px groove #00A5FF;
    color: black;
    font-size: large;
    clear: both;
}
h3 {
	color: #0078AA;
	font-size: medium;
    padding-bottom: 2px;
    border-bottom: 2px solid #0078AA;	
}
ol {
	margin-left: 15px;
	padding: 5px;
	list-style-type: decimal;	
}
li {
	clear: both;
    padding: 5px;
    margin: 0px;
}
li span {
    padding: 5px;
    font-size: x-small;
    font-style: italic;
}
ol.bola {
	list-style: circle inside;
}
.topo {
	height: 46px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 4px ridge #00A5FF;
	letter-spacing: 2px;
	line-height: 46px;
	color: #0078AA;
}
.nomemenu,a.nomemenu {
	font-size: x-small;
	background: #0078AA;
	color: white;
	margin-left: 1px;
	margin-right: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #00A5FF;
	height: 14px;
	overflow: hidden;
	float: left;
	width: 141px;
}
.fazmenu {
	text-align: right;
	padding: 3px;
	padding-right: 10px;
	margin-left: 1px;
	border-bottom: 1px solid #00A5FF;
}
.fazmenu:hover {
	background: #0078AA;
}
.submenu {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 143px;
	visibility: hidden;
	border-right: 4px ridge #00A5FF;
	border-bottom: 4px ridge #00A5FF;
	border-left: 4px ridge #00A5FF;
}
#posicaoconteudo {
	margin: 30px;
}
.code {
	background: #5B9EC1;
	padding: 5px;
	margin: 10px;
	font-size: small;
}
.marca {
	border: 1px solid #999;
	background: #ddd;
	padding: 5px;
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.rodape {
	clear: both;
	border-top: 4px ridge #00A5FF;
	text-align: center;
	font-size: x-small;
}
.rodape span {
	font-size: x-small;
	color: #ABABAB;
}
.foto {
   font-size: small;
   background: #ddd;
   border: 1px dashed black;
   padding: 3px;
   width: 120px;
   height: 100px;
   margin: 5px;
   float: left;
   text-align: center;
}
