/* Arquivo CSS Padrão - TI Web-Studio - Desenvolvido por Marcelo Turchetto*/


Body{
	background-image:url(../img/bg.gif);
	background-color: #FFFFFF;
	background-repeat:inherit;
}

TABLE.Principal {
	border: none;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
}

TD.Rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #ffffff;


}

A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: normal;
}
A:hover 
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline}
INPUT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	height: 16px;
	text-align: left;
	text-decoration: none;
	font-variant: normal;
	background-color: #CC0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: outset;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

TEXTAREA
{
	background-color: #CC0000;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	height: auto;
	text-align: justify;
	text-decoration: none;
	font-variant: normal;
	background-position: center center;
}

SELECT
{
	background-color: #FFFFFF;
	border: 1px solid #2E3192;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #2E3192;
	text-align: left;
	text-decoration: none;
	font-variant: normal;    	
}