div.main {
background: white;
border: blue 0px solid;
background-image: url('bluepixel.gif');
background-repeat: repeat-x;
background-position: 0px 0px;
width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: 16px;
padding: 0px;
min-height: 32px;
text-align: left;
}

div.copy {
width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: 16px;
padding: 0px;
font-size: 8pt;
color: white;
}

#nav {
width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding: 0px;
font-size: 8pt;
color: gray;
}


div.y1 {
background-image: url('bluepixel.gif');
background-repeat: repeat-y;
background-position: 100% 0px;
}

div.y2 {
background-image: url('bluepixel.gif');
background-repeat: repeat-y;
background-position: 0px 0px;
}

div.x2 {
background-image: url('bluepixel.gif');
background-repeat: repeat-x;
background-position: 0% 100%;
}


body {
background: #EAEAEA;
background-image: url('bingopatt.jpg');
font-family: helvetica,arial,sans-serif;
font-size: 11pt;
}

div.tl {
background-image: url('tl.png');
background-repeat: no-repeat;
background-position: 0px 0px;
min-height: 32px;
}

div.tr {
background-image: url('tr.png');
background-repeat: no-repeat;
background-position: 100% 0px;
min-height: 32px;
}

div.bl {
background-image: url('bl.png');
background-repeat: no-repeat;
background-position: 0% 100%;
min-height: 32px;
}

div.br {
background-image: url('br.png');
background-repeat: no-repeat;
background-position: 100% 100%;
min-height: 32px;
padding: 16px;
}

div.text {

}

table {
padding: 0px;
font-size: 10pt;
width: 90%;
}

td.dl {
	text-align: center;
	font-size: 9pt;
	padding: 16px;
}

a {
	color: silver;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

#nav a {
	color: gray;
	text-decoration: none;
}

#nav a:hover {
	color: red;
	text-decoration: underline;
}

#copy a {
	color: silver;
	text-decoration: none;
}

#copy a:hover {
	color: white;
	text-decoration: underline;
}