

	/*	20080521 > FCFO > Style Sheet Definition v3.0
		AZUL:		#1F406B - #8FA0B5
		VERDE:		#B2CB1D - #D9E58E
		VERMELHO:	#E7342F - #F39A97
	*/

	div.MainElement{
		margin: 10px 9px 0px 9px;
		border: solid 1px #1F406B;
		height: 635px;
		width: 880px;
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	div.PageHeader{
	 	height: 120px;
		width: 880px;
		background-image: url(imagens/BK_HeaderAni.gif);
		background-repeat:no-repeat;
	}
	table.Menu{
		width: 880px;
		height: 30px;
		background-image: url(imagens/BK_Menu.gif);
		background-repeat: repeat-x;
		background-position: top;
		vertical-align: top;
	}
	
	table.Menu td{
		vertical-align: top;
		white-space: nowrap;
		padding: 0px;
	}
	
	table.MainTable{
		width: 880px;
		margin-top: -10px;
	}
	
	table.MainTable td.LeftColumn{
		width: 200px;
		vertical-align: top;
	}
	table.MainTable td.RigthColumn{
		width: 650px;
		vertical-align: top;
	}
	
	div.FooterElement
	{
		width: 880px;
		margin: 3px 10px 10px 10px;
		text-align: right;
		font-size: 9px;
		color: #8FA0B5;
	}
	
	
	div.InnberBanner
	{
		width: 650px;
		height: 150px;
		background-image: URL(imagens/BK_InnerBanner.gif);
		background-repeat: no-repeat;
		margin-bottom: 10px;
	}
	