/* CSS Document */
}
body{
	width:100%;
	height:100%;
	}
td, .txtPadrao {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height:16px;
	}
.txtTitulo{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #f57f1f;
	text-decoration: none;
	line-height:22px;
}
a, .lnkPadrao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height:16px;
}
a:hover, .lnkPadrao:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f57f1f;
	text-decoration: underline;
}