.noprint {
	display: none;
}

body {
	background: white;
	font-size: 12pt;
}

.content {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: #000000;
	background: transparent none;
}

a:link, a:visited {
	color: #552200;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.cellAlignLeft {
	text-align: left;
}

.cellAlignRight {
	text-align: right;
}

.cellAlignCenter {
	text-align: center;
}

.cellAlignTop {
	vertical-align: top;
}

.cellAlignMiddle {
	vertical-align: middle;
}

.cellAlignBottom {
	vertical-align: bottom;
}

.blank {
	background: #FFFFFF;
}

table {
	width: 100%;
}

th {
	border: 1px solid #999999;
	background-color: #282254;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

td {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

tr.even {
	background-color: #D9DEE8;
}

tr.odd {
	background-color: #F0F8FF;
}

td.border {
	border: 1px solid #999999;
	padding: 2px 2px 2px 2px;
}
