@media print
{
div.page {
 	writing-mode: tb-rl;
 	height: 80%;
 	page-break-after:always;
 	}
table.port {
    visibility:visible;
 	margin-right:80pt;
 	filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=1);
 	}
 }
	
p, td {
	font-family: Copperplate Gothic Light, verdana;
	font-size: 10pt;
	}

.small {
	font-family: Copperplate Gothic Light, verdana;
	font-size: 8pt;
	}

.head {
	background: #333399;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

A.head {
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
	font-style: italic;
}

A.head:link {
	color: #FFFFFF;
}

A.head:visited {
	color: #FFFFFF;
}
A.head:hover {
	color: #5EA4F6;
	text-decoration: none;
	font-style: italic;
}
.head2 {
	background: #5EA4F6;
	font-weight: bold;
	font-style: italic;
}
.foot {
	font-family: Copperplate Gothic Light, verdana;
	font-size: 8pt;
	color: #999999;
	}

.norm {
	font-family: Copperplate Gothic Light, verdana;
	font-size: 10pt;
	}

.table {
	background-color: #336600;
	font-weight: bold;
	color: white;
	text-align: center;
	}