BODY
  {
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#000000;
	scrollbar-face-color:#FDF23B;
	top-margin: 0px;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	}
div.top {
	position: fixed;
	width: 100%;
	bottom: 10px;
	border: 0px;
	background-color: black;
	color: white;
} 
div.headertop {
	position: fixed;
	width: 100%;
	background-color: white;
	color: black;
	top: -1px;
} 

div.fixed {
	position: fixed;
	width: 100%;
	bottom: -1px;
	padding-left: 10px;
	border: 0px;
	background-color: black;
	color: white;
	text-align: center;
} 

div.contentA {
	border: 10px;
	background-color: black;
	color: white;
	align: center;
	padding: 8px;
} 

.H1-Black	{
	line-height: 22px; 
	margin: 8px;
	margin-left: 10px;
	}
.H1-Maroon	{
	line-height: 22px; 
	margin: 8px;
	margin-left: 10px;
	color: #800000;
	}
td.tdpush	{
	padding-left: 30px;
	}

a:link, a:visited, a:hover, a:active	{
	  color: white;
}

.header	{	
	display: inline;
	}
.headerA	{

	display: inline;
	width: 70%;
	}
.headerB	{

	float: right;
	display: inline;
	}
@media all and (min-width: 631px) 
{
.headerSM	{
	visibility: hidden;
	}
}

/* view port over 1150px */
@media all and (min-width: 1150px) 
{
}

@media all and (max-width: 630px)
/* view port optimization specific to cellphone */
{
}