html, body, table.main {
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
table.main {
	width: 700px;
	height:100%;
	background-color: #ffffff;
}
td {
	vertical-align: top;
}
td.bordleft, td.bordright {
	width: 24px;
}
td.bordleft {
	background: #ffffff url('imgs/bord-left.gif') repeat-y;
}
td.bordright {
	background: #ffffff url('imgs/bord-right.gif') repeat-y;
}
body {
	background-color: #5e6f6f;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 8pt;
}
div.main {
	text-align: justify;
	padding: 32px;
}
div.head {
	height: 52px;
}
div.foot {
	padding: 8px;
	background-color: #7d8aa0;
	color: #ffffff;
	text-align: center;
}
img {
	border: 0px;
}
img.bord {
	border: 1px solid #000000;
}
ul {
	padding-left: 0px;
	margin-left: 20px;
}
ul li {
	padding: 2px;
	text-align: left;
}
div.big {
	line-height: 80%;
	font-size: 16pt;
	font-weight: bold;
}
div.big2 {
	line-height: 80%;
	font-size: 22pt;
}
table.bordered {
	border-collapse: collapse;
}
table.bordered td {
	padding: 4px;
	border: 1px solid #a0a0a0;
}