@charset "iso-8859-1";

/* CSS Document */

body {
	margin: 0 0 0 0;
	background-image: url(/imagens/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h2 {
	padding: 0 0 3px 0;
	font-size: 15px;
	color: #013367;
	width: 100%;
	border-bottom: solid 1px #dedede;
}
h3 {
	padding: 0 0 3px 0;
	font-size: 15px;
	color: #666666;
	width: 100%;
	border-bottom: solid 1px #dedede;
}
li {
	list-style: inside url(/imagens/li.gif);
}
a, a:visited {
	color: #2e76ce;
	text-decoration: underline;
}
a:hover {
	color: #0d417f;
	text-decoration: underline;
}
#rodape {
	border-top: solid 1px #dedede;
	font-size: 11px;
	color: #999999;
	padding: 5px 0 5px 0;
}
#rodape a, #rodape a:visited {
	color: #666666;
	text-decoration: none;
}
#rodape a:hover {
	color: #999999;
	text-decoration: none;
}
#button, .button {
	background: url(/imagens/botao1.gif) no-repeat;
	padding: 0 0 5px;
	height: 29px;
	width: 141px;
	border: none;
	font: bold;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
#button:hover, .button:hover {
	background: url(/imagens/botao2.gif) no-repeat;
	padding: 0 0 5px;
	height: 29px;
	width: 141px;
	border: none;
	font: bold;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
.campo {
	border: none;
	background: none;
	color: #FFFFFF;
}

.input-assinar{
	border: 1px solid #cccccc;
	background-color:#FFFFFF;
}