/* --------------------------------------------------------------- Geral */
body,div,td,p,span,img,input,select,textarea {font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;font-size:12px;color:#000;}
body{background: url(../img/bg.gif) repeat-x #FFFAE6;}
body,div,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
fieldset,img,abbr,acronym{border: 0px;}
p,h1,h2,h3,h4,h5{margin:10px 0;}
ul{list-style-type: none;}
address,caption,cite,code,th,var{font-style:normal;font-weight:normal;}
q:before,q:after {content:'';}
/* 
body, textarea {scrollbar-arrow-color:#000000;scrollbar-track-color:#D6BE94;scrollbar-face-color:#D6BE94;scrollbar-highlight-color:#EFE7D6;scrollbar-shadow-color:#A57D42;scrollbar-3dlight-color:#EFE7D6;scrollbar-darkshadow-color:#23C21;}
*/
.ns{overflow:hidden;}
.nb{border:0px;background:transparent;}
.noCSS{display:none;}
/* --------------------------------------------------------------- Fonts */
.al{text-align: left;}
.ac{text-align: center;}
.ar{text-align: right;}
.txtErro{color:red;}
/* --------------------------------------------------------------- Formulários */
input, select, textarea{border: #000 1px solid;background-color:#fff;color:#000;}
textarea{overflow:auto;}
.fixSelect{vertical-align: 0 !important;vertical-align: -2px;}
.fixRadio{width:13px !important;height:13px !important;width:15px;height:15px;vertical-align: -2px;border:none;background:none;padding:0;margin:0;}
/* --------------------------------------------------------------- Backgrounds */

/* --------------------------------------------------------------- Links */
a:link{text-decoration:underline; color:red;}
a:visited{text-decoration:underline;color:red;}
a:active{text-decoration:underline;color:red;}
a:hover{text-decoration:none;color:red;}

/* --------------------------------------------------------------- Posicionamento */
/*
#content {
	position: absolute;
	margin: -211px 0px 0px -389px;
	margin-right: auto;
	width: 778px; 
	height: 422px;
	top: 50%;
	left: 50%;
}
*/
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.cb{clear:both;}

body, html{
	width: 100%;
	height: 100%;
}
#flashCont{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#flashCont #msg{
	width: 420px;
	height: 200px;
	left: 50%; 
	top:50%;
	position:absolute;
	margin: -100px 0 0 -210px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #31743B;
}
#flashCont #msg #logo{
	padding-top: 127px;
	height: 0 !important;
	height: 127px;
	overflow: hidden;
	filter: Progid:dximagetransform.microsoft.alphaimageloader(src='../img/logo.png', sizingmethod='clip');
	background: url(../img/logo.png) no-repeat center center !important;
	background: none;	
}






