html, body{
	height: 100%;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px;
 background:black;
}
	
  *, td {
 		font: normal 11px arial, helvetica, sans-serif;
		text-align:left;
 }
 
#layout {
	position: relative;
	left: 50%;
	padding: 10px;
	margin-left: -406px;
	width: 812px;
	top: 5px;
	text-align: center;
	clip: auto;
/*  border: 1px dashed #000000;
	background-color:lightsteelblue; */
}
.on{ 
	font:normal bold 9pt/13pt "arial", "times new roman", "palentino";
	text-decoration:none;
	color: #d6cr10;
}
.off{ 
	font:normal normal 9pt/13pt "arial", "times new roman", "palentino";
	text-decoration:none;
	color:silver;
}

h1 {text-align:left;
letter-spacing:.5pt;
word-spacing:.1pt;
background:black;
color: #31b5d6;
font:normal normal  20pt "arial", "palentino";
}

h4 {text-align:center;
letter-spacing:.5pt;
text-align:left;
word-spacing:.1pt;
background:#31007b;
color:white;
font:normal normal 10pt "arial", "times new roman", "palentino";
}
h4.title {text-align:center;
letter-spacing:.5pt;
text-align:center;
word-spacing:.1pt;
background:#31007b;
color:white;
font:normal normal 10pt "arial", "times new roman", "palentino";
}

p {white-space:pre;
word-spacing:.1pt;
letter-spacing:.5pt;
background:black;
text-indent:5pt;
text-align:left;
text-transform:none;
color:white;
font:normal normal 9pt/11pt "arial", "times new roman", "palentino";
}

p.title {white-space:pre;
word-spacing:.1pt;
letter-spacing:.5pt;
background:black;
text-indent:0pt;
text-align:center;
text-transform:none;
color:white;
font:normal normal 9pt/11pt "arial", "times new roman", "palentino";
}

p.noindent {
word-spacing:.1pt;
letter-spacing:.5pt;
background:black;
text-indent:0pt;
text-align:left;
text-transform:none;
color:white;
font:normal normal 9pt/11pt "arial", "times new roman", "palentino";
}

div.noindent {
word-spacing:.1pt;
letter-spacing:.5pt;
background:black;
text-indent:0pt;
text-align:left;
text-transform:none;
color:white;
font:normal normal 9pt/11pt "arial", "times new roman", "palentino";
}

img {
border:0px;
}

a:link {color: silver}     /* unvisited link */
a:visited {color: white}  /* visited link */
a:hover {color: silver}   /* mouse over link */
a:active {color: white}   /* selected link */