html, body {
 font-family: Georgia;
 color: black;
 font-size: 12pt;
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100%;
 _height: 100%;
 min-height: 100%;
}

body {
 text-align: center;
 background: #202324 url(bck.gif);
}
	
img, div, table, tr, td, p, form, h1, h2, h3, h4, h5, h6, input, a {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table, tr, td {
 border: 1px solid #698ea0;
}

input {
 font-size: 8pt;
 border: 1px solid #698ea0;
}

td {
 background: none;
}

p {
 margin: 0 0 10px 0;
 display: block;
}

a, a:link, a:active, a:visited {
 color: black;
 text-decoration: underline;
 outline: none;
}

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

h1 {
 font-size: 28pt;
 font-weight: normal;
 padding: 0 0 10px 0;
}

.layout {
 text-align: left;
 background: url(lay.gif) no-repeat center center;
 width: 100%;
 _height: 100%;
 min-height: 100%;
 overflow: hidden;
}

.flash {
 width: 550px;
 height: 400px;
 margin: -200px 0 0 -275px;
 position: absolute;
 left: 50%;
 top: 50%;
 overflow: hidden;
}