@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#erro {
	color: #990000;
	padding: 10px;
	width: 400px;
	border: 1px solid #990000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.customButton{
	width:275px;
	cursor:pointer;
	font-size: 16px;
	font-weight: bold;
	border:solid #F00 4px;
}
.customButton:hover{
	cursor:pointer;
	font-size: 16px;
	font-weight: bold;
	border:solid #093 4px;
}
a:link {
	color: #0072bc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0072bc;
}
a:hover {
	text-decoration: underline;
	color: #0072bc;
}
a:active {
	text-decoration: none;
	color: #0072bc;
}
#Fundo {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
}
.mini {
	font-size: 10px;
}
#Copyright {
	background-image: url(img/copyright.gif);
	height: 30px;
	font-size: 9px;
	line-height: 30px;
	color: #FFFFFF;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.azul {
	font-size: 16px;
	font-weight: bold;
	color: #08C;
}
#Menu {
	line-height: 30px;
	background-image: url(img/copyright.gif);
	height: 30px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
#Menu a {
	color: #FFFFFF;
}
.max {
	font-size: 16px;
	font-weight: bold;
}


#Conteudo {
	text-align: center;
}.small {
	font-size: 9px;
}
#Entrar {
	background-color: #00AEF4;
	color: #FFFFFF;
	padding: 10px;
}
