BODY {
	color : Black;
	background-color : Silver;
	font-family : "Times New Roman", Times, serif;
	text-align : justify;
	}
h1 {
	color : Yellow;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : 20pt;
	font-weight : bold;
}
h2 {
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : 18pt;
	font-weight : bold;
}
h3 {
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
}
h4 {
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : normal;
}
h5 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
p {
	text-align : justify;
}
.menu {
	color : Navy;
	background-color : Aqua;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.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 : Red;
}
ul,  ol, dl, blockquote {
	font-size : 12px;
	line-height : 14px;
	margin-left : 20px;
	}
