body {
        background-color: #ffffff;
        font-family: Arial, Helvetica;
        font-size: 14px;
        color: #202020;
}

table.d1
{
        border: solid 1px #000000;	
	height:0px;
	width:98%;
	table-layout:fixed;
	font-size:14px;
	border-collapse:collapse;
}
th
{
	background-color:tan;
	padding:0px 10px;
	border:outset 1px;
	color:#ffffff;
}
th.d1
{
	width:40%;
}


th.w1
{
	width:90px;
}
th.w2
{
	width:110px;
}
th.w3
{
	width:250px;
}
th.w4
{
        width:140px;
}
th.w5
{
        width:150px;
}


td.d1
{
	padding:0px 10px;
	border:outset 1px;
	vertical-align:top;
	word-wrap: break-word;
	word-break: break-all;
}
font.iw
{
	color:#ff0000;
}

div.cp
{
	text-align:right;
}

a:link { font-size: 10pt; color: #0000ff; background-color: transparent }
a:visited { font-size: 10pt; color: #ff0000; background-color: transparent }
a:active { font-size: 10pt; color: #0000ff; background-color: transparent }
a:hover { color: #ff1493; background-color: transparent; text-decoration: underline }