/* CSS Document */
#content table {
	width: 600px;
	border: 1px solid #666666;
	margin: 20px 0px 0px -1em;
	padding: 0px 0px 0px 0px; 
	table-layout: fixed;
}
#content td { 	
	font-family: verdana; 
	font-size: 10pt; 
	color: #000000;
	border: 1px solid #666666;
	margin: 0px;
}
#content td.special { 	
	font-family: verdana; 
	font-size: 10pt; 
	color: #000000;
}
#content ul { 	
	margin-top: 1px;
	margin-bottom: 5px; 
}
#content .OtherSymbol {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
}

