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

body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
body {
	background-color: #FFFFFF;
	background-image: url(../imagens/background.jpg);
	background-repeat: repeat;
}
a {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #840000;
}
h2 {
	font-size: 14px;
	color: #333333;
}
form
{
	padding:0;
	margin:30px 0;
}
input,textarea,select
{
	font-family: Trebuchet MS;
	font-size: 10px;
	color:#222222;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	margin:0;
	padding:2px;
}
input.botao
{
	cursor:pointer;
	color:#440000;
	font-weight:bold;
}
.mensagem_erro
{
color:#FF0000;
font-style:italic;
}

.link_imagem {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
div.container {
	width:98%; 
	margin:1%;
}
table#table1 {
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	width:100px;

}
tr,td {
	text-align:left;
}


.suggestionsBox {
	position: relative;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}

.suggestionList li:hover {
	background-color: #659CD8;
}
.container #table1 tr td blockquote blockquote table tr td p {
	color: #000;
}

