/*  ----------------------------------------------------------------
	TAGS HTML Padrão
	--------------------------------------------------------------*/	
	body {
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		color: #F5F1C2;
		margin: 0px;
		text-align: center;
	}
	td {
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		color: #76685B;
	}
	ul{
		text-align: justify;
	}
	p{
		text-align: justify;
	}
	input {
		font-family: Tahoma, Verdana;
		font-size: 10px;
		color: #76685B;
		font-weight: normal;
		border: 1px solid #A1845C;
	}
	textarea{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #76685B;
		font-weight: normal;
		border: 1px solid #A1845C;	
	
	}
	a:link {
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		font-weight: normal;
		color: #76685B;
		text-decoration: none;
	}a:visited {
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		font-weight: normal;
		color: #76685B;
		text-decoration: none;
	}a:hover {
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		font-weight: normal;
		color: #76685B;
		text-decoration: underline;
	}a:active {
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		font-weight: normal;
		color: #76685B;
		text-decoration: none;
	}
	
	
	
/*  ----------------------------------------------------------------
	Fundos 
	--------------------------------------------------------------*/	
	.FundoGeral {
		background-attachment: fixed;
		background-color: #F5F1C2;
		background-image: url(../_imgs/Fundo.jpg);
		background-repeat: repeat-x;
		background-position: top;
	}
	.Linha {
		background-attachment: fixed;
		background-image: url(../_imgs/linha.jpg);
		background-repeat: repeat-x;
		background-position: top;
	}
	.Fundo_MenuSuperior {
		background-attachment: fixed;
		background-image: url(../_imgs/Diagonal_MenuSuperior.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
	}



/*  ----------------------------------------------------------------
	Links alternativos 
	--------------------------------------------------------------*/
	.LinkMenu {
		color: #B9BCCE;
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
	}a.LinkMenu:link {
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		font-weight: bold;
		color: #B9BCCE;
		text-decoration: none;
	}a.LinkMenu:visited {
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		font-weight: bold;
		color: #B9BCCE;
		text-decoration: none;
	}a.LinkMenu:hover {
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}a.LinkMenu:active {
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		font-weight: bold;
		color: #B9BCCE;
		text-decoration: none;
	}
	
	
	.LinkMenuSup {
		font-family: Tahoma, Verdana, Arial;
		font-size: 13px;
		font-weight: bold;
		color:#141E59; /*#76685B;*/
		text-decoration: none;
	}a.LinkMenuSup:link {
		font-family: Tahoma, Verdana, Arial;
		font-size: 13px;
		font-weight: bold;
		color:#141E59; /*#76685B;*/
		text-decoration: none;
	}a.LinkMenuSup:visited {
		font-family: Tahoma, Verdana, Arial;
		font-size: 13px;
		font-weight: bold;
		color:#141E59; /*#76685B;*/
		text-decoration: none;
	}a.LinkMenuSup:hover {
		font-family: Tahoma, Verdana, Arial;
		font-size: 13px;
		font-weight: bold;
		color:#141E59; /*#76685B;*/
		text-decoration: underline;
	}a.LinkMenuSup:active {
		font-family: Tahoma, Verdana, Arial;
		font-size: 13px;
		font-weight: bold;
		color:#141E59; /*#76685B;*/
		text-decoration: none;
	}
	
	
	
	/*  ----------------------------------------------------------------
	Outras classes
	--------------------------------------------------------------*/
	.BolinhaBrancaMenu {color: #FFFFFF}
	.TxtBranco {
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		color: #FFFFFF;
	}
	.Tit_Internas {
		font-size: 11px;
		font-weight: bold;
	}
	.Assinatura {
		font-size: 11px;
		font-style: italic;
	}
	.Tit_Internas_Menu {
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		padding-right: 0px;
		padding-top: 34px;
		padding-bottom: 8px;
	}
	
