body {
	background-color : Black;
}
p {
	text-align : justify;
}
h1 {
	color : Yellow;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : 32px;
}
h2 {
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : 26px;
}
h3 {
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
}
h4 {
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}
h5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
h6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.menu {
	color : Black;
	background-color : rgb(221, 221, 221);
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
.hdr_caption {
    text-align : center;
	color : Yellow;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding-top : 4px;
	padding-bottom : 4px;
}
table.copy {
	background : White;
	border : 2px solid Red;
}
table.panel {
	background : Yellow;
	border : 2px solid Red;
}
td.bk_ground {
	background-color : Gray;
}
ul,  ol, dl, blockquote {
	font-size : 12px;
	line-height : 14px;
	margin-left : 20px;
	}