/* CSS Document */
<!--
	body
	{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
	a {font-family:verdana, arial, tahoma; font-size:10px; color:#0033CC; text-decoration:none; font-weight: bold;}
	a:hover {font-family:verdana, arial, tahoma; font-size:10px; color: #AAAAAA; text-decoration:none; font-weight: bold;}
	
	td {font-family:verdana, arial, tahoma; font-size:10px; color: #000000;}
	
	.tel {font-family:verdana, arial, tahoma; font-size:9px; color: #999999;}
	
	.link1 {font-family:verdana, arial, tahoma; font-size:10px; color: #000000; text-decoration:none; font-weight: normal;}
	.link1:link {font-family:verdana, arial, tahoma; font-size:10px; color: #000000; text-decoration:none; font-weight: normal;}
	.link1:hover {font-family:verdana, arial, tahoma; font-size:10px; color: #0033CC; text-decoration:none; font-weight: normal;}
	
	.titulo_01 {font-family:verdana, arial, tahoma; font-size:10px; color: #FFFFFF; font-weight: bold;}
	
	.titulo_02 {font-family:verdana, arial, tahoma; font-size:10px; color: #FFFFFF;}
	
	.titulo_03 {font-family:verdana, arial, tahoma; font-size:14px; color: #0033CC; font-weight: bold;}
	
	.titulo_04 {font-family:verdana, arial, tahoma; font-size:10px; color: #0033CC; font-weight: bold;}
	
	
	.menu_rodape {font-family:verdana, arial, tahoma; font-size:10px; color: #202E77; text-decoration:none; font-weight: normal;}
	.menu_rodape:link {font-family:verdana, arial, tahoma; font-size:10px; color: #202E77; text-decoration:none; font-weight: normal;}
	.menu_rodape:hover {font-family:verdana, arial, tahoma; font-size:10px; color: #AAAAAA; text-decoration:none; font-weight: normal;}
	
	.cadastro {font-family:verdana, arial, tahoma; font-size:10px; color: #FFFFFF; text-decoration:none; font-weight: normal;}
	.cadastro:link {font-family:verdana, arial, tahoma; font-size:10px; color: #FFFFFF; text-decoration:none; font-weight: normal;}
	.cadastro:hover {font-family:verdana, arial, tahoma; font-size:10px; color: #C7BD82; text-decoration:none; font-weight: normal;}
	
	.rodape {font-family:verdana, arial, tahoma; font-size:10px; color: #FFFFFF; text-decoration:none; font-weight: normal;}
	.rodape:link {font-family:verdana, arial, tahoma; font-size:10px; color: #FFFFFF; text-decoration:none; font-weight: normal;}
	.rodape:hover {font-family:verdana, arial, tahoma; font-size:10px; color: #202E77; text-decoration:none; font-weight: normal;}
	
	.ae {font-family:verdana, arial, tahoma; font-size:10px; color: #FFFFFF; text-decoration:none; font-weight: normal;}
	.ae:link {font-family:verdana, arial, tahoma; font-size:10px; color: #FFFFFF; text-decoration:none; font-weight: normal;}
	.ae:hover {font-family:verdana, arial, tahoma; font-size:10px; color: #AAAAAA; text-decoration:none; font-weight: normal;}
	
	
	.entrada 
	{
	border:solid;
	border-width:1px;
	border-right-color:#808080;
	border-top-color:#CCCCCC;
	border-bottom-color:#808080;
	border-left-color:#CCCCCC;
	color:#000000;
	font-size:10px;
	font-family:verdana;
	height:20px;
	}
	
	.entrada_desabilitada
	{
	border:solid;
	border-width:1px;
	border-right-color:#808080;
	border-top-color:#CCCCCC;
	border-bottom-color:#808080;
	border-left-color:#CCCCCC;
	color:#000000;
	font-size:10px;
	font-family: Verdana;
	height:20px;
	background-image:url(../img/l_select.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
	.entrada_desabilitada_2
	{
	border:solid;
	border-width:1px;
	border-right-color:#808080;
	border-top-color:#CCCCCC;
	border-bottom-color:#808080;
	border-left-color:#CCCCCC;
	color:#000000;
	font-size:10px;
	font-family: Verdana;
	height:20px;
	background-image:url(../img/l_select_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
	.botao1 
	{
	border:solid;
	border-width:1px;
	border-right-color:#000000;
	border-top-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	color:#FFFFFF;
	background-color:#0033CC;
	font-size:10px;
	font-family:verdana;
	height:20px;
	font-weight: bold;
	}
	
	.botao2 
	{
	border:solid;
	border-width:1px;
	border-right-color:#000000;
	border-top-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	color:#000000;
	background-color:#EDEDED;
	font-size:10px;
	font-family:verdana;
	height:20px;
	}
-->