@charset "utf-8";
/* CSS Document */
html, body {
   height: 100%;
   margin: 0;
   padding: 0;
 }
html {
   background: #dddfdd repeat 0 63px;
}
*{
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	background:url(images/degrade_background.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808380;
}
ul, li{
	margin:0px;
	padding:0px;
	list-style:none;
}

a{
	text-decoration:none;
	color:#008000;
}

a:hover{
	text-decoration:underline;
}
.pagina{
	width:779px;
	margin:0px auto;
}
	#flash{
		float:left;
	}
	#conteudo{
		margin-top:20px;
		float:left;
	}
		#conteudo p{
			line-height:14px;
		}
	#two{
		float:left;		
		background:url(images/midlle_conteudo.gif) repeat-y;
		background-position:bottom;
		width:779px;
	}
	#one{
		float:left;
  	background:url(images/center_conteudo_small2.gif) no-repeat;
		background-position:top;
		position:relative;
		padding-left:30px;
		padding-right:30px;
		width:719px;
	}
			.title{
				margin-bottom:15px;
			}
#rodape{
	margin-top:10px;
	float:left;
	background:url(images/bg_rodape.png) no-repeat;
	_background:none;
	width:779px;
	height:41px;
	padding-top:15px;
	position:relative;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src='images/bg_rodape.png',sizingMethod='crop');
}
	.style3 {color: #565f56}
	.left{
		float:left;
		margin-left:30px;
		_margin-left:15px;		
		font-size:9px;
		color:#565f56;
	}
	.center{
		float:left;
		margin-left:80px;
		font-size:9px;
		color:#cb7500;
	}
	.right{
		float:left;
		font-size:9px;
		margin-left:120px;
		color:#565f56;
	}
	.morphy a{
		float:left;
		font-size:9px;
		margin-left:30px;
		margin-top:3px;
		color:#cb7500;
	}
	
	h1{
		font-family:"Trebuchet MS", Arial;
		font-size:18px;
		color:#468CC1;
	}
	
	h2{
		font-family:"Trebuchet MS", Arial;
		font-size:13px;
		margin-top:20px;
		color:#468CC1;
		text-transform:uppercase;
	}
	
	table{
		float:left;
		margin-bottom:20px;
	}
		th {
			font-family:"Trebuchet MS"; 
			font-size:14px; 
			font-weight:bold; 
			color:#FFFFFF; 
			padding:10px;
		}
		td {
			font-family:Arial; 
			font-size:11px; 
			color:#333333; 
			padding:10px;
		}