.txt01			{	font-family: Tahoma;
	 				font-size: 12px;
	 				color: #BD8100;
	 				font-weight: bold; }

.txt02			{	font-family: Tahoma;
	 				font-size: 12px;
	 				color: #5B5E60;
	 				line-height: 16px; }

.txt03			{	font-family: Tahoma;
	 				font-size: 11px;
	 				color: #434647; }

.txt04			{	font-family: Tahoma;
					font-size: 12px;
	 				color: #5B5E60;
					text-decoration: underline; }

.txt04:hover	{	color: #BD8100; }

.txt05			{	font-family: Tahoma;
	 				font-size: 12px;
	 				color: #BD8100;
	 				line-height: 16px;
	 				text-decoration: underline; }

.txt05:hover	{	color: #FF5400; }



.txt06			{	font-family: Tahoma;
	 				font-size: 12px;
	 				color: #5B5E60;
	 				text-decoration: underline; }

.txt07			{	font-family: Tahoma;
	 				font-size: 11px;
	 				color: #5B5E60;
	 				line-height: 14px; }

.txt08			{	font-family: Tahoma;
	 				font-size: 11px;
	 				color: #BD8100;
	 				line-height: 14px;
	 				text-decoration: underline; }


/* BACKGROUND */

.bg01{
	background-image: url('../imgs/pt.gif');  
	width: 1px;
    height: 100%;
}

.bg02{
	background-image: url('../imgs/pt2.gif');  
	width: 1px;
    height: 100%;
}


.bg03{
	background-image: url('../imgs/pt3.gif');  
	width: 100%;
    height: 1px;
}


/* SEPARADOR */

.sep{
	font-size: 3px;
	line-height: 2px;
	height: 12px;
}


.sep2{
	font-size: 16px;
	line-height: 24px;
	height: 36px;
}


