html,body {
     margin: 0px;
     height: 100%;
     background-color: #85f5ff;
     background-image: url("bg.jpg");
     background-repeat: repeat-x; 
     background-position: 0px 0px;
     line-height: 8px;
}

table.master {
     height: 100%;
     width: 100%;
}

table.master td {
     	height: 100%;
	padding: 0px;
	valign: middle;
}

table.inner { 
     border: 0px double #000;
     margin: 0px;
     padding: 0px;
}

table.inner td {
	margin: 0px;
	padding: 0px;
}

td.blue_cell {
	width: 74px;
	height: 40px;
	background-color: #00173a;
}

td.menu {
	width: 152px;
}

td.bottom_curve_fragment {
	width: 74px;
}

table.inner td.content {
	text-align: left;
	padding-left: 0px;
	height: 260px;
	background-color: white;
}

img {
	display: block;
}

iframe {
	width: 405px;
	padding: 0px;
	margin: 0px;
}

div.dplogo
{
	text-align: right;
}

span.dplogo
{
	font-size: 10pt;
	font-style: arial;
}

@media screen
{
	div.print {display: none;}
	div.screen {height: 100%;}
}

@media print
{
	div.screen {display: none;}
}
