@media screen, projection {
	.officercolumns {
		background: url(../../images/col_highlight.gif) 393px top repeat-y;
		width: 585px;
		}
	.officercolumns .left {
		background: url(../../images/col_cornerlargereverse.gif) top right no-repeat;
		float: left;
		width: 392px;
		}
	.officercolumns .right {
		background: url(../../images/col_highlight_top.gif) top left no-repeat;
		float: right;
		width: 192px;
		}
/**/
	dl.officedl {
		margin: 7px 0;
		padding: 0;
		}
	dl.officedl dt {
		background-color: #fdfdfb;
		border: 1px solid #c5c1a2;
		color: #7c7859;
		font-weight: bold;
		margin: 10px 0 4px 0;
		padding: 2px;
		text-align: left;
		}
	dl.officedl dt span {
		font-size: 10px;
		font-weight: normal;
		}
	dl.officedl dd {
		margin: 4px 0 4px 15px;
		text-align: justify;
		}
}
@media print {
	.officercolumns {
		margin: 10px 0;
		}
	.officercolumns .left {
		margin: 10px 0;
		}
	.officercolumns .right {
		display: none;
		}
}