body {
	background-color: #EAEDE8;
	margin-top: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #708090;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #708090;
	scrollbar-arrow-color: #708090;
	scrollbar-track-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}

A {
	font-family: Georgia, "Times New Roman";
	color: #081509;
	font-size: 11px;
	text-decoration: none;
}
A:hover {
	font-family: Georgia, "Times New Roman";
	font-size: 11px;
	text-decoration: none;
	color:#58786B;
}

td {
	text-align: justify;
	font-family: Georgia, "Times New Roman";
	color: #1B3A20;
	font-size: 11px;
	line-height: 20px;
}


td.titulo {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 12px;
	text-align: left;
	font-weight: bolder;
}

input {
	color: #FEFEFE;
	background-color: #4B5D65;
	font-family : Arial;
	font-weight: bold;
	font-size : 11px;
	
}




.ComponenteTXT {
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #7090A2 1px solid; 
	BORDER-LEFT: #7090A2 1px solid; 
   BORDER-right: #7090A2 1px solid; 
	BORDER-BOTTOM: #7090A2 1px solid; 
	FONT-FAMILY: arial, tahoma; 
	FONT-SIZE: 11px; 
	color: Black;
	BACKGROUND-COLOR: #F3F4F6}
	

	
.inputSubmit
        {
        color: #FEFEFE;
        background-color: #667482;
        border-color : #020404;
        border-top : 1px solid;
        border-bottom : 1px solid;
        border-left : 1px solid;
        border-right : 1px solid;
        font-family : tahoma,Arial;
        font-size : 10px;
        font-weight: bold;
        }