@charset "ISO-8859-1";
a {
	color: #CCCCCC;
}
body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	color: #CCCCCC
}

table.btable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: inset inset inset inset;
	border-color: #aaaaaa;
	border-collapse: collapse;
}
table.btable th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: outset outset outset outset;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.table td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: outset outset outset outset;
	-moz-border-radius: 0px 0px 0px 0px;
}