

	body {
		background-color: #5f0000;
		color:#FFF;
		margin:0px;
		padding:0px;
		
		SCROLLBAR-FACE-COLOR: #53402e;
		SCROLLBAR-HIGHLIGHT-COLOR: #eddaab;
		SCROLLBAR-SHADOW-COLOR: #eddaab;
		SCROLLBAR-3DLIGHT-COLOR: #53402e;
		SCROLLBAR-ARROW-COLOR: #eddaab;
		SCROLLBAR-TRACK-COLOR: #53402e;
		SCROLLBAR-DARKSHADOW-COLOR: #53402e;		
	}
	form {
		margin:0px;
		padding:0px;
	}
	
	body, div, table, td, th{
		font-family:sans-serif, Arial, Helvetica;
		font-size:11px;
	}
	
	select, input, textarea {
		border:#eddaab solid 1px;
		background-color:#53402e;
		color:#eddaab;
		background-image:url(images/degrade.png);
		background-position:bottom;
		background-repeat:repeat-x;
	}
	
	a:link {
		color: #eddaab;
		text-decoration:
		none;font-weight:bold;
	}
	a:visited {
		color: #eddaab;
		text-decoration: none;
		font-weight:bold;
	}
	a:hover {
		color: #FFF;
		text-decoration: underline;
		font-weight:bold;
	}
	a:active {
		color: #eddaab;
		text-decoration: none;
		font-weight:bold;
	}	
	
	#pesquisa{
		width:660px;
		height:109px;
		background-image:url(images/fundo_pesquisa.jpg);
	}
	#cadastrese{
		width:265px;
		height:162px;
		background-image:url(images/fundo_cadastrese.jpg);
	}

