/* LEFT COLUMN */
td#left {
	border-top: 12px solid #CECECE;
	background: #E5E5E5;
	vertical-align: top;
	padding: 15px;
	font: 8pt arial;
	font-style: italic;
	font-weight: bold;
	text-align: Left;
	color: #666666;
	width: 135px;
}

/* CENTER COLUMN / FULL-RIGHT COLUMN */
td#center, td#full-right {
	font: 8pt verdana;
	color: #545454;
	line-height: 1.5em;
	vertical-align: top;
	padding: 20px;
	padding-top: 0px;
	width: 304px;
}
td#full-right {
	width: 554px;
	border-right: 1px dashed #B5B7B8;
}
td#center h1, td#full-right h1 {
	background: url(/_images/interface/h1.gif) no-repeat;
	font: 11pt verdana;
	font-weight: bold;
	color: #47538B;
	padding: 5px 0 5px 6px;
	margin-left: -15px;
}
td#full-right h1 {
	background: url(/_images/interface/h1-full.gif) no-repeat;
}
td#center ul, td#full-right ul {
	margin-top: 0px;
}
td#center ul li, td#full-right ul li {
	list-style: url(/_images/interface/bullet.gif);
	list-style-type: none;
	margin-bottom: 5px;
}
td#center ol li, td#full-right ol li {
	margin-bottom: 5px;
}
td#center th, td#full-right th, td#center td, td#full-right td {
	font: 8pt verdana;
	color: #545454;
	line-height: 1.5em;
	vertical-align: top;
	padding: 5px;
}
td#center th, td#full-right th {
	background: url(/_images/interface/th.gif) repeat-x #F4F9FC;
	font-weight: bold;
	font-style: italic;
	padding: 2px 5px;
}
td#center tr.dark, td#full-right tr.dark {
	background: #F5F5F5;
}

/* RIGHT COLUMN */
td#right {
	font: 8pt verdana;
	color: #545454;
	line-height: 1.5em;
	vertical-align: top;
	
	background: url(/_images/interface/sidebar.gif) repeat-x;
	border-top: 6px solid #B5B7B8;
	border-left: 1px dashed #B5B7B8;
	border-right: 1px dashed #B5B7B8;
	padding: 30px 0px;
	width: 248px;
}
td#right h1 {
	font: 11pt verdana;
	font-weight: bold;
	color: #47538B;
	padding: 2px 0 10px 16px;
	margin-bottom: 5px;
}
td#right ul {
	margin-top: 0px;
}
td#right ul li {
	list-style: url(/_images/interface/arrow.gif);
	list-style-type: none;
	margin-bottom: 5px;
}