html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #415579 url(../lay/bg_geral.jpg) repeat-x;
}

td {
	font-family: tahoma;
	font-size: 11px;
	color: #e9eaed;	
}

a {
	font-family: tahoma;
	font-size: 11px;
	color: #fff;	
	text-decoration: underline;	
}

a:hover {
	color: #c5d901;
	text-decoration: none;
}

img {
	border: 0;
}

.txt, .txt2,.txt3  {
	font-family: tahoma;
	font-size: 11px;
}

.txt2 {
	line-height: 16px;
	color: #e9eaed;
}

.txt{
	color: #e9eaed;
}

.txt3{
	color: #c5d901;
}

.link-top {
	font-family: tahoma;
	font-size: 11px;
	color: #102243;	
	text-decoration: none;
}

.link-top:hover {
	color: #031026;
	text-decoration: underline;
}

#submenu a {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;		
}

#submenu a:hover {
	color: #c5d901;
	text-decoration: underline;
}

.campo {
	font-family: tahoma;
	font-size: 11px;
	color: #000;
}

.botao {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 20px;
	border: 1px solid white;
	background: #102243;
}