
		span, p, td, th, div {
			font-family: verdana, arial, sans-serif;
			font-size: 10px;
		}
		
		.x-large {
			font-size: 18px;
			font-weight: bold;
			font-family: arial, sans-serif;
		}
		
		.large {
			font-size: 15px;
			font-weight: bold;
			font-family: trebuchet ms, verdana, sans-serif;
		}
		
		.medium {
			font-size: 12px;
			font-weight: medium;
			font-family: trebuchet ms, verdana, sans-serif;
		}
		
		.small {
			font-size: 11px;
		}
		
		.x-small {
			font-size: 9px;
			
		}
		
		.x-large_white {
			font-size: 18px;
			font-weight: bold;
			color: white;
			font-family: arial, sans-serif;
		}
		
		.large_white {
			font-size: 15px;
			font-weight: bold;
			color: white;
			font-family: trebuchet ms, verdana, sans-serif;
		}
		
		.medium_white {
			font-size: 12px;
			color: white;
			font-weight: medium;
			font-family: trebuchet ms, verdana, sans-serif;
		}
		
		.small_white {
			font-size: 10px;
			color: white;
		}
		
		.x-small_white {
			font-size: 9px;
			color: white;
		}
		
		.white {
			color: white;
		}
		
table.contentTable {
	border-collapse: collapse;
	border: none;
	background-color: #000000;
	width: 760px;
}
table.content {
	border-collapse: collapse;
	border: none;
	background-color: #000000;
	width: 100%;
}

td.content {
	padding: 4px;
	color: #FFFFFF;
}

.memberInfo {
	background-color: #003333;
	/*background-image: url(/images/template/menu_bkgd.gif);*/
	color: white;
	padding: 4px;
	padding-bottom: 8px;
	font-size: 9px;
	font-weight: bold;
}

.accountTableHeader {
	background-color: #000066;
	color: #FFFFFF;
	font-size: 14px;
}

.accountTableSubheader {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 9px;
}

.accountTableContent {
	background-color: #E0DFE3;
	color: #000000;
	font-size: 9px;
}

.tableContent {
	color: #000000;
	font-size: 9px;
}

.tint {
	background-color: #E0DFE3;
	color: #000000;
}

.bright {
	background-color: #FFCC00;
	color: #000000;
}