body {
	background-color: #ffffff;
/* 	url("../images/back01.gif") no-repeat 5% 20% ;*/
        font-family: Arial, Helvetica;
        font-size: 12px;
        color: #202020;
}

table
{
	height:0px;
	width:99%;
	table-layout:fixed;
	font-size:12px;
	border-collapse:collapse;
}
th
{
	background-color:#F39700;
	padding:0px 5px;
	color:#ffffff;
	border:outset 1px gray;
}
td
{
	padding:4px 10px;
	border:outset 1px gray;
	vertical-align:top;
	word-wrap: break-word;
	word-break: break-all;
}

table.lst
{
	width:200px;
	margin:5px;
}
table.lst2
{
 	width:330px;
	margin:5px;
}
th.dat1
{
	width:150px;
	padding:4px 10px;	
}
th.dat2
{
	width:50px;
	padding:4px 10px;
}
th.na1
{
	width:230px;
}
td.dat
{
	text-align:right;
}

/* Information table*/
.none
{
	border:none;
	padding:0px 10px;
}

/* -- */

.w20
{
	border:none;
	width:20px;
}
.w30
{
	border:none;
	width:30px;
}
.w40
{
	border:none;
	width:40px;
}
.w50
{
	border:none;
	width:50px;
}
.w70
{
        border:none;
        width:70px;
}
.w150
{
        border:none;
        width:150px;
}
.w250
{
        border:none;
        width:230px;
}
.w650
{
	border:none;
	width:650px;
}

div.cp
{
	text-align:right;
}
.cr
{
	clear:both;
}

p.er
{
	font:12px bold;
	color:red;
}
p.bold
{
	font-size: 14px;
}


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 }
