body {
	background-image: url(../images/background.jpg);
	background-position: top left;
	background-color: white;
	background-repeat: no-repeat;
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
	color:#444444;
}
td {
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
	color:#444444;
}
.frametop {
	background-image: url(../images/window-top.png);
	background-positon: top left;
	background-repeat: no-repeat;
	height: 23px;
	width: 547px;
}
.framemain {
	background-image: url(../images/window-tiling.png);
	background-positon: top left;
	height: 55px;
	width: 517px;
	<![if IE]>
	width: 547px;
	<![endif]>
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
	color:#444444;
	padding:1px 15px 0px 15px;
	text-align:left;
	clear: both;
	display : table

}
.framebottom {
	background-image: url(../images/window-bottom.png);
	background-positon: top left;
	height: 172px;
	width: 547px;
}
.markred {
	font-weight: bold;
	color: #aa0000;
}
.ingress {
	font-size:15pt;
	font-family:times new roman, serif;
	font-style:italic;
}
.smallheader {
	font-size:9pt;
	letter-spacing:1px;
	font-weight:bold;
	color:#555555;
}