/*  --  body  --  */
body.MARGN {
	background-color: rgb(51, 0, 0); 
	margin-top: 3px; 
	margin-bottom: 20px; 
	font-style: normal; 
	font-family: Arial,Helvetica,sans-serif; 
	text-align: center; 
	}

table.MAIN {
	width: 100%; 
	text-align: center; 
	}

table.MAIN1 {
	background-color: rgb(255, 255, 204); 
	width: 60%; 
	text-align: center; 
	border: 3px solid #999; 
	}

/*  --  blurb  --  */
table.BLURB {
	border-top: 1px solid #600; 
	border-bottom: 1px solid #600; 
	text-align: center; 
	color: rgb(102, 0, 0); 
	}
span.BLURB1 {
	color: rgb(102, 0, 0); 
	font-weight:900; 
	font-size: 1.3em;  /*11pt; */
	font-style:normal; 
	font-family:verdana;
	}
span.BLURB2 {
	color: rgb(51, 51, 51); 
	font-weight:600; 
	font-size: 1.1em; /* 9pt;  */
	font-style:italic; 
	font-family:verdana;}


/*  --  page ID  --  */
table.PAGEID {
	background-color: rgb(255, 255, 204); 
	font-size: 10px; 
	font-weight: 500; 
	text-align: center; 
	font-family: Arial,Helvetica,sans-serif;
	}
table.BIGHDR {
	background-color: rgb(255, 255, 204); 
	color: rgb(102, 0, 0); 
	font-size: 36px; 
	font-weight: 600; 
	text-align: center; 
	font-family: Arial,Helvetica,sans-serif;
	}
table.HDRTXT {
	background-color: rgb(255, 255, 255); 
	color: rgb(0, 0, 0); 
	border: 1px solid #600; 
	font-weight: 500; 
	font-size: 11px; 
	text-align: center; 
	}

/*  --  footer  --  */
table.BOTTOM {
	background-color: rgb(255, 255, 255); 
	border: 1px solid #600; 
	text-align: center; 
	}
td.CPYRGHT {
	width: 400px; 
	text-align: center; 
	vertical-align: middle; 
	font-size: 1.1em;
	font-family: Arial,Helvetica,sans-serif;
	}
td.BTMNAME {
	width: 230px; 
	text-align:center; 
	vertical-align: middle; 
	background-color: rgb(102, 0, 0);
	}  /*  blue  */
span.BTMNAME1 {
	color: rgb(255, 255, 255); 
	font-weight:600; 
	font-size:14pt; 
	font-style:normal; 
	font-family:verdana;
	}
span.BTMNAME2 {
	color: rgb(255, 255, 255); 
	font-weight:900; 
	font-size:18pt; 
	font-style:italic; 
	font-family:Times New Roman;
	}


