a.readmore {
	background: url('../images/red_bullet.gif') no-repeat 0px 3px;
	padding: 2px 10px 6px 20px;
}
#rotateImageContainer {
	width: 624px;
	height: 215px;
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: url('../images/page_nav.gif') no-repeat bottom left;
}
#rotateImage img {
	height: 190px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#navlanding {
	/*background: url('../images/page_nav.gif') no-repeat 0px 0px;*/
	height: 22px;
	text-align: right;
	padding: 3px 18px 0px 0px;
	margin: 0px;
}
#navlanding a {
	color: #dbdbdb;
	font-size: .8em;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}
#navlanding a.activeSlide {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#navlanding a:focus {
	color: #ffffff;
}
#landnav {
	background: url('../images/dot_x.gif') repeat-x top left;
	padding: 0px;
	width: 281px;
	margin: 0px 0px 0px 15px;
}
#landnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#landnav ul li {
	list-style: none;
	background: url('../images/dot_x.gif') repeat-x bottom left;
	padding: 0px;
}
#landnav ul li a {
	color: #999999;
	font-weight: bold;
	font-size: .8em;
	padding: 7px 10px 7px 20px;
	display: block;
	text-decoration: none;
	background: url('../images/red_bullet.gif') no-repeat right 10px;
}
#landnav ul li a:hover {
	color: #000;
	background: url('../images/gray_bullet.gif') no-repeat right 12px;
}
#threeDivs {
	clear: right;
	padding: 20px 0px 0px 0px;
	height: 225px;
}
#threeDivs a {
	font-size: .75em;
	color: #ff0000;
}
#threeDivs a:hover {
	text-decoration: none;
}
#threeDivs .right {
	float: left;
	width: 310px;
	height: 205px;
}
#threeDivs .left {
	float: left;
	width: 290px;
	height: 185px;
	background: url('../images/banners/gray_box.jpg') no-repeat 0px 0px;
	margin: 0px 14px 0px 0px;
	padding: 20px 0px 0px 20px;
}
#threeDivs .center {
	float: left;
	width: 290px;
	height: 185px;
	background: url('../images/banners/gray_box.jpg') no-repeat 0px 0px;
	padding: 20px 0px 0px 20px;
	margin: 0px 10px 0px 0px;
}
#threeDivs ul {
	float: right;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	list-style: none;
}
#threeDivs ul li {
	padding: 0px 0px 4px 10px;
	background: url('../images/gray_arrow.gif') no-repeat 0px 7px;
	width: 170px;
	list-style: none;
}
#newsTab {
	width: 630px;
	float: right;
	marging: 0px 5px 10px 0px;
	font-size: .8em;
}
#newsTab a, #newsArt a {
	color: #ff0000;
}
#newsTab a:hover, #newsArt a:hover {
	text-decoration: none;
}
#newsArt {
	width: 305px;
	font-size: .75em;
	color: #333333;
	padding: 0px 0px 10px 0px;
}
#newsArt b.red {
	color: #666666;
	display: block;
	padding: 0px 0px 10px 0px;
}
td.row3, td.row3b {
	vertical-align: top;
	font-size: .9em;
	padding: 8px 5px 8px 5px;
	background: #ffffff url('../images/dot_x.gif') repeat-x bottom left;
}
td.row3b {
	background-color: #eaeaea;
}
/* tab styles start here */
.tabContainer{
	width: 100%;
	text-align: left;
	margin-top: 0px;
	overflow: hidden;
}
#tabheader {
	float:left;
	width:99%; /*off set the width with the tab inset below: for example padding: 0 0 0 8px would change the width to approx 99.3% */
	background: #ffffff;
	font-size: .89em;
	line-height: normal;
	background: url(../images/tab_bottom.gif) repeat-x bottom;
	padding: 0px 0px 0px 0px; /* left will adjust the inset of the first tab */
	margin: 0px;
	overflow: hidden;
}
#tabheader ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}
#tabheader li {
	font-size: 1em;
	display: inline;
	margin: 0;
	padding: 0;
	height: 1px;
	/height: 1px;
	h/eight: 1px;
}
#tabheader a {
	float: left; 
	background: url(../images/left_both3.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px; /* padding: 0 0 0 9px; */
	border-bottom: 1px solid #d6d6d6;
	text-decoration: none;
}
#tabheader a span {
	display: block;
	background: url(../images/right_both3.gif) no-repeat right top;
	padding: 8px 15px 7px 6px; /* padding: 5px 15px 4px 6px; */
	font-weight: normal;
	color: #666666;
	margin-right: 3px; 
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabheader a span {
	float:none;
}

/* End IE5-Mac hack */

#tabheader a:hover span {
	color: Red;
	text-decoration: underline;
}
#tabheader li a.selected {
	background-position: 0 -150px;
	border-width: 0;
}
#tabheader li a.selected span {
	background-position: 100% -150px;
	padding-bottom: 8px; 
	color: #ff0000;
	font-weight: bold;
	text-decoration: none; /* text color for current */
}
#tabheader a:hover {
	background-position: 0% -300px;
}
#tabheader a:hover span {
	background-position: 100% -300px;
}
#headertable {
	width: 100%;
}
.tabContent {
	margin: 10px 10px 10px 11px;
}
.tabContentCenter {
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 20px 10px;
	display: none;
	background: url('../images/dot_y.gif') repeat-y 0px 0px;
}
/* tab styles end here */
h1 {
	color: #FF0000;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding: 32px 0px 10px 0px;
}
#dateContainer {
	background: url('/citi/press/images/horz_dot.gif') repeat-x bottom left;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
}
#dateContainer .date {
	font-size: .85em;
	color: #000000;
	padding: 0px 0px 10px 10px;
}
#dateContainer .symbol {
	font-size: .85em;
	color: #333333;
	text-align: right;
	padding: 0px 10px 10px 0px;
}
.date {
	font-size: .85em;
	display: block;
	color: #333333;
}
.symbol {
	font-size: .85em;
	color: #333333;
	display: block;
}
.BodyCopy .header, .ltCol .header, .hdLarge {
	font-weight: bold;
	font-size: 1em;
}