p, td {
	color: #7B7C7E;
	font-family: Arial, Helvetica, sans;
}

p {
	font-size: 14px;
	line-height: 150%;
	margin: 0 0 15px 0;
	vertical-align: top;
}

p.Light {
	color: #bfbfbf;
}

p.Extended {
	font-size: 11px;
	line-height: 200%;
	letter-spacing: 2px;
}

p.Notice {
	font-size: 11px;
	color: #003773;
	margin: 0 0 10px 0;
}

p.Comment {
	font-size: 11px;
	line-height: 150%;
}

p.TopLink {
	color: #7b7c7e;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	border-top: 1px dashed #bfbfbf;
	margin: 12px 0;
}

span.Light {
	color: #bfbfbf;
}

span.Notice {
	color: #002772;
}

/*
td {
	font-size: 14px;
	line-height: 19px;
	padding: 4px;
	vertical-align: top;
}

td.NoRowSpace {
	padding: 0 4px 0 0;
}

td.Light {
	color: #bfbfbf;
}

td.Notice {
	color: #76b758;
}

td.Comment {
	color: #bfbfbf;
	font-size: 11px;
	line-height: 16px;
}

table {
	border: none; 
	border-spacing: none;
	border-collapse: collapse;
	empty-cells: show;
}
*/