/* texto generico */	
.texto 
{
font-family:		Tahoma;
font-size: 			12 px;
color: 				rgb(19,89,76);
font-style:			normal;
font-weight: 		normal;
}

/* titulo da seção */	
.titulo 
{
font-family:		Arial;
font-size: 			15 px;
color: 				rgb(19,89,76);
font-style:			normal;
font-weight: 		bold;
text-transform: 	uppercase;
}

/* titulo dos campos */	
.tit_campo 	
{
font-family:		Arial;
font-size: 			9 px;
color: 				rgb(19,89,76);
font-weight: 		bold;
text-transform: 	uppercase;
}
		
/* fonte pequena */	
.fp 
{
font-family:		Arial;
font-size: 			10 px;
color: 				rgb(153,153,153);
font-weight: 		normal;
}

h1
{
font-family:		Tahoma;
font-size: 			22 px;
color: 				rgb(107,189,185);
font-weight: 		normal;
text-transform: 	capitalize;
}

a 
{
font-family:		Tahoma;
font-size: 			12 px;
color: 				rgb(95,169,165);
font-weight: 		normal;
text-transform: 	uppercase;
}

.botao		
{
font-size:			9 px;
font-family:		Verdana;
font-weight:		bold;
text-transform: 	uppercase;
color:				rgb(255,255,255);
background:			rgb(95,169,165);
background-image: 	url("imagens/bkg_input.jpg");
border:		 		1 px;
border-style: 		solid;
width:				65 px;
height:				19 px;
}

input 	
{
font-size:			11 px;
font-family:		Verdana;
font-weight:		normal;
color:              rgb(95,169,165);
border-style: 		solid;
border: 			1 px;
border-color: 		rgb(107,189,185);
background-image: 	url("imagens/bkg_campo.jpg");
height:				18 px;
}

/* largura do input 1 */
.la1
{
width:		80 px;
}

/* largura do input 2 */
.la2
{
width:		160 px;
}

/* largura do input 3 */
.la3
{
width:		280 px;
}

/* largura do input 4 */
.la4
{
width:		355 px;
}

/* largura do input 5 */
.la5
{
width:		425 px;
}		

select
{ 
font-size:			11 px;
font-family:		Verdana;
font-weight:		normal;
color:              rgb(19,89,76);
background:         rgb(227,240,242);
border-color: 		rgb(107,189,185);
}

textarea
{ 
font-size:			11 px;
font-family:		Verdana;
font-weight:		normal;
color:              rgb(19,89,76);
border:		 		1 px;
border-style: 		solid;
border-color: 		rgb(107,189,185);
background:         rgb(227,240,242);
width:				495 px;
height:             50 px;
scrollbar-arrow-color:		rgb(246,215,12);
scrollbar-3dlight-color:	rgb(107,189,185);
scrollbar-highlight-color:	rgb(227,240,242);
scrollbar-face-color:		rgb(189,221,220);
scrollbar-shadow-color:		rgb(107,189,185);
scrollbar-darkshadow-color:	rgb(227,240,242);
scrollbar-track-color:		rgb(227,240,242);
}

/* titulo da tabela tipo 1 */
.ti_td1
{
font-family:		Tahoma;
font-size: 			17 px;
color: 				rgb(107,189,185);
font-weight: 		normal;
text-transform: 	capitalize;
border-collapse: 	collapse;
border-style: 		solid;
border: 			1 px;
border-color: 		rgb(107,189,185);
padding:	        5 px;
background-image: 	url("imagens/bkg_ti_td.jpg");
}

/* titulo da tabela tipo 2 */
.ti_td2
{
font-family:		Tahoma;
font-size: 			12 px;
color: 				rgb(107,189,185);
font-weight: 		normal;
text-transform: 	capitalize;
border-collapse: 	collapse;
border-style: 		solid;
border: 			1 px;
border-color: 		rgb(107,189,185);
padding:	        5 px;
background-image: 	url("imagens/bkg_ti_td.jpg");
}

/* titulo da tabela tipo 3 */
.ti_td3
{
font-family:		Tahoma;
font-size: 			12 px;
color: 				rgb(107,189,185);
font-weight: 		normal;
text-transform: 	capitalize;
border-collapse: 	collapse;
border-style: 		solid;
border: 			1 px;
border-color: 		rgb(107,189,185);
padding:	        5 px;
}

/* linha da tabela tipo 1 */
.li_td1
{
font-family:			Tahoma;
font-size: 				11 px;
color: 					rgb(96,93,92);
font-weight: 			normal;
text-transform: 		capitalize;
border-color: 			rgb(107,189,185);
border-style:			solid;
border-top-width: 		0 px;
border-right-width: 	1 px;
border-left-width:		1 px;
border-bottom-width: 	1 px;
border-bottom-style:	dashed;
padding:	        	5 px;
background-color:		rgb(255,255,255);
}

/* linha da tabela tipo 2 */
.li_td2
{
font-family:			Tahoma;
font-size: 				11 px;
color: 					rgb(96,93,92);
font-weight: 			normal;
text-transform: 		capitalize;
border-color: 			rgb(107,189,185);
border-style:			solid;
border-top-width: 		0 px;
border-right-width: 	1 px;
border-left-width:		1 px;
border-bottom-width: 	1 px;
border-bottom-style:	dashed;
padding:	        	5 px;
background-color:		rgb(245,251,251);
}

.tab_pro
{
font-family:		Tahoma;
font-size: 			12 px;
color: 				rgb(107,189,185);
font-weight: 		normal;
text-transform: 	capitalize;
width:				240 px;
height:				120 px;
border-collapse: 	collapse;
border-style: 		solid;
border: 			1 px;
border-color: 		rgb(107,189,185);
background-color:	rgb(245,251,251);
}
