/* CONTENT CLASSES */

/* copyNormal should go in the td tag - it's attributes will cascade to the other classes used in span tags */
.copyNormal		{ COLOR: #333333; FONT-SIZE: 11px; FONT-WEIGHT: normal; LINE-HEIGHT: 1.45; }
.copyXLarge		{ COLOR: #333333; FONT-SIZE: 13px; FONT-WEIGHT: normal; LINE-HEIGHT: 1.45; }

.copyLarge		{ COLOR: #333333; FONT-SIZE: 12px; FONT-WEIGHT: normal; LINE-HEIGHT: 1.75; }
.copySmall		{ COLOR: #333333; FONT-SIZE: 10px;}

/* use in span tags */
.breadcrumb		{ COLOR: #A1012A; FONT-SIZE: 10px;}

/* use in div tags or td */
.titlebar		{ COLOR: #333333; FONT-SIZE: 13px; FONT-WEIGHT: bold; margin-left:10px;}
.list			{ COLOR: #A1012A; FONT-SIZE: 11px; LINE-HEIGHT: 1.45; margin:10px;}
.sidebar		{ COLOR: #000000; FONT-SIZE: 11px; margin-top:0px; margin-left:10px; margin-right:10px;}
