/* ASPECT STYLES */
#content .block		{ display: block; }
#content .inline	{ display: inline; }
#content .fleft		{ float: left; }
#content .fright	{ float: right; }
#content .centered	{ text-align: center; }
#content .serif		{ font-family: Cambria, "Times New Roman", serif; }
#content .sans		{ font-family: Arial, sans-serif; }
#content .italic	{ font-style: italic; }
#content .bold		{ font-weight: bold; }
#content .underline	{ text-decoration: underline; }
#content .small		{ font-size: 0.7em; }
#content .highlight	{ color: #2288bb; }

#content .clear		{ width: 100%; height: 1px; clear: both; }
#content .first		{ margin-top: 0 !important; }
#content .last-h	{ margin-right: 0 !important; }

.whitebox { border-top: 1px solid #f5f5f5; background: url(../images/xxx_grad.jpg) 0 0 repeat-x; padding: 10px; }

.w50		{ width: 48%; padding-right: 10px; }
.w30		{ width: 30%; padding-right: 20px; }
.w25		{ width: 23%; padding-right: 10px; }

