td.cbheader 
{	
	text-align: right; 
}

td.cbheader span.head 
{ 
	color: white; 
	font-family: 'Times New Roman', Georgia, times; 
	font-size: 28px; 
	font-style: italic; 
	font-weight: bold; 
	letter-spacing: 0.1em; 
}

td.cbheader td.normal 
{ 
	color: white; 
	font-family: Verdana, arial, "lucida console", sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	text-align: right; 
}

table.cbinfotable
{
	border-right: #fafafa 2px solid;
	border-top: #fafafa 2px solid;
	border-left: #fafafa 2px solid;
	border-bottom: #fafafa 2px solid;
	background-color: #f5f5f5;
}

td.cbinfo span.head
{
	font-weight: normal;
	font-size: 12px;
	color: #333;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, arial, "lucida console" , sans-serif;
	text-align: left;
}

td.cbinfo span.normal
{
	font-size: 10px;
	color: #333;
	line-height: 20px;
	font-family: Verdana, arial, "lucida console" , sans-serif;
	text-align: left;
}

td.cbinfo td
{
	font-size: 10px;
	color: #333;
	line-height: 20px;
	font-family: Verdana, arial, "lucida console" , sans-serif;
	text-align: left;
}

div.cbinfospacer 
{	border-top: #666 1px solid;  
	font-size: 4px; 
}

td.cbinfo td.normal
{
	font-weight: normal;
	font-size: 10px;
	color: #666;
	line-height: 140%;
	font-style: normal;
	font-family: 'lucida console' , Verdana, arial, sans-serif;
	text-align: left;
}

a:hover
{
	color: #e6928e;
}

table.cbcontenttable 
{ 
	background-color: #eee; 
	border-bottom: #fff 2px solid; 
}

td.cbcontenthead span.head 
{ 
	color: #fff; 
	font-family: Verdana, arial, "lucida console", sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	letter-spacing: 0; 
	text-align: left; 
}

td.cbcontentheader 
{ 
	height: 26px; 
	border-bottom: #fff 2px solid; 
}

td.cbcontent td.normal 
{ 
	color: #666; 
	font-family: Verdana, arial, "lucida console", sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	text-align: left; 
	line-height: 140%; 
}

#cbgrey td.cbcontentheader { background-color: #888888; }
#cbgrey td.cbcontent { background-color: #F5F5F5; }

#cbblue td.cbcontentheader { background-color: #486085; }
#cbblue td.cbcontent { background-color: #E7F0FF; }

#cborange td.cbcontentheader { background-color: #FF6600; }
#cborange td.cbcontent { background-color: #FF9900; }
#cborange td.cbcontent td.normal { color: #fff; }


