body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#3B3427;
}
/* Texto */
.txt_index_tit {
	font-family:Georgia;
	font-size:14px;
	color: #E5A348;
	text-decoration:none;
	font-weight:bold;
}
a.txt_index_tit:hover {
	text-decoration:underline;
}
.txt_index_txt {
	font-family:Georgia;
	font-size:11px;
	color: #D5D1CB;
	text-decoration:none;
}
a.txt_index_txt:hover {
	color: #B3A99D;
}
.txt_veja {
	font-family:Georgia;
	font-size:11px;
	color: #E5A348;
	text-decoration:none;
}
.txt_data {
	font-family:Georgia;
	font-size:12px;
	color: #D5D1CB;
	text-decoration:none;
}
.txt_adm {
	font-family:Georgia;
	font-size:26px;
	color: #DB9575;
	text-decoration:none;
}
.txt_data_not {
	font-family:Georgia;
	font-size:10px;
	color: #D5D1CB;
	text-decoration:none;
	font-weight:bold;
}
.txt_menu {
	font-family:Georgia;
	font-size:12px;
	color: #D5D1CB;
	text-decoration:none;
}
a.txt_menu:hover {
	color: #fff;
	font-weight:bold;
}
.txt_index_tv {
	font-family:Georgia;
	font-size:11px;
	color: #D5D1CB;
	text-decoration:none;
}
/* Imagens */
.tv {
	background: url(../images/tv.png) left top;
	_background: none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src='../images/tv.png',sizingMethod='scale')!important;
}
.box {
	background: url(../images/box.png) left top;
	_background: none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src='../images/box.png',sizingMethod='scale')!important;
}
.galeria {
	border:#E5A348 1px solid;
}
/* input */
.input {
	font-family:Georgia;
	font-size:11px;
	color:#4a3d2d;
	border-top: solid 0px #7e7160;
	border-left: solid 0px #7e7160;
	border-right: solid 1px #64584a;
	border-bottom: solid 1px #64584a;
	padding-left:3px;
}
.borda {
	border:solid 3px #ffffff;
	margin-left:10px;
	margin-bottom:5px;
}
.overflow{
	scrollbar-face-color:#685848;
	scrollbar-highlight-color:#847565;
	scrollbar-3dlight-color:#685848;
	scrollbar-darkshadow-color:#685848;
	scrollbar-shadow-color:#847565;
	scrollbar-arrow-color:#E5A348;
	scrollbar-track-color:#847565;
}
/*Estilos do Light Box*/
#divJanela{
	position:absolute;
	top:0;
	left:0;
	z-index:999998;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75; opacity:0.75;
	background-color:#847565;
	display: table-cell;
}
#divResultado{
	float:left;
	padding:0px;
	z-index:999999;
	position:absolute;
	/*
	top:30%;
	left:30%;
	*/
}
form{
	margin:0px;
	padding:0px;
}
.overflow{
	overflow:auto;
	scrollbar-face-color:#D6E2E6;
	scrollbar-highlight-color:#D6E2E6;
	scrollbar-3dlight-color:#D6E2E6;
	scrollbar-darkshadow-color:#D6E2E6;
	scrollbar-shadow-color:#D6E2E6;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}
/*Fim de estilo do LightBox*/
