﻿body 
{
	text-align: center;
	margin: 0 0 0 0;
	font-family: Arial;
	font-size: 13px;
}

.botao
{
	padding: 10px;
	display: block;
	background-image: url("../img/botao.jpg" );
	width: 124px;
	height: 15px;
	text-align: center;
	font-weight: 900;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	line-height: normal;
	text-decoration: none;
}

td.borda
{
	border-top:solid 1px #FF8040;
	border-left:solid 5px #FF8040;
	padding: 5px 5px 5px 5px;
}

td.bordae
{
	border-top:solid 1px #FF8040;
	border-right:solid 5px #FF8040;
	padding: 5px 5px 5px 5px;
}
	
.botao:hover
{
	color: #000000;
}

li
{
	font-family: Arial;
	font-size: 12px;
	
}
	
p
{
	font-size: 13px;
	color: #606060;
}

li
{
	font-size: 13px;
	color: #606060
}

a.linkg
{
	font-family: Verdana;
	font-weight:bold;
	font-size: 12pt;
	color: #302070;
	text-decoration: none;
}

table.tabela
{
   background-color: #f0f0f0;
   margin-left: auto;
   margin-right: auto;
}

table.tabela td
{
    border: solid 1px #e0e0e0;
}

p.titulo
{
	font-family: Verdana;
	font-size: 15px;
	font-weight:bold;
	text-align: center;
	color: #404040;
}

p.subtitulo
{
	font-size: 12px;
	font-weight:bold;
	color: #404040;
}

a
{
	color: #707070;
	text-align: center;
}	



a:hover
{
	color: #303030;
}	


img:hover
{
   border-color : #303030;
}	