body {
	background-color: #F9F9F9;
	margin: 0;
	font-family: arial;
	font-size: 11px;
	color: #686868;
	overflow: hidden;
	cursor: default; 
}
td {
	font-family: arial;
	font-size: 11px;
	color: #686868;
}
a { 
	font-family: arial; 
	font-size: 14px; 
	font-style: normal; 
	color: #686868; 
	text-decoration: none;
}
a:visited { 
	color: #787878; 
	text-decoration: none;
}
a:hover { 
	color: #3479AE; 
	text-decoration: none;
}
#cel {
	width: 80px;
	height: 22px;
	font-family: arial;
	font-size: 11px;
	color: #878DAF;
	text-align: right;
	padding: 3px;
}
#fm {
	width: 195px;
	height: 18px;
	overflow: hidden;
	background-color: #FBFBFB;
	border: 1px solid #C0C0C0;
	font-family: arial;
	font-size: 11px;
	color: #777;
	padding: 2px;
}
#bt {
	width: 85px;
	height: 18px;
	font-family: arial;
	font-size: 10px;
	color: #878DAF;
	background-color: #FBFBFB;
	border: 1px solid #C0C0C0;
	cursor: hand; 
}
#req {
	font-family: arial;
	font-size: 12px;
	color: #CC6464;
}