.titulo {
	FONT-SIZE: 14px;
	COLOR: #333333;
	FONT-FAMILY: lucida sans;
	font-weight: bold;
}

.t_destaque {
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: verdana, arial;
	font-weight: bold;
}

.t_texto {
	FONT-SIZE: 12px;
	COLOR: #333333;
	FONT-FAMILY: verdana, arial;
}

td {
	font-family : verdana, arial;
	font-size : 11px;
	color : #333333;
}

.tr_claro {
	background : #FFFFFF;
	height : 10px;
}

.tr_escuro {
	background : #E9E9E9;
	height : 10px;
}

A {
	FONT-FAMILY: verdana, arial;
	FONT-SIZE: 11px;
	COLOR: #C93F63;
	text-decoration: none;
	font-weight: normal;
}

A:hover {
	FONT-FAMILY: verdana, arial;
	FONT-SIZE: 11px;
	COLOR: #004893;
	text-decoration: underline;
	font-weight: normal;
}

.bt_ok {
	background : #E9E9E9;
	border : 1px solid #666666;
	font-family : Verdana;
	font-size : 10px;
	width : 45px;
	color : #000000;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	font-weight: bold;
}