
/* v1.0 text styles, required for old controls */
.header {
	font-weight: bold;
	font-size: 12px;
}
.subheader {
	font-weight: bold;
	font-size: 11px;
}
.largeheader {
	font-weight: bold;
	font-size: 13px;
}

.lit {
	color: #6d5e99;
}
.dim {
	color: #666;
}
.mini {
	font-size: 10px;
	line-height: 12px;
}
.minilit {
	font-size: 10px;
	line-height: 12px;
	color:#6d5e99;
}
.miniheader {
	font: bold 10px/12px Arial, sans-serif;
}
.minidim {
	font-size: 10px;
	line-height: 12px;
	color: #666;
}

.micro {
	font: 9px/11px arial, sans-serif;
}
.microdim {
	font: 9px/11px arial, sans-serif;
}

.image_top_left	{ float: left; padding: 0 10px 10px 0; margin: 0; }
.image_top_right	{ float: right; padding: 0 10px 0 10px; margin: 0; }
.image_no_text_wrap	{ padding: 0 0 10px 0; margin: 0; clear: both; }