	html, body {
		margin:		0;
		padding:	0;
		border:		0;
		background: #333;
		background-position: top left;
		background-attachment: fixed;
	}
	
	.hide {
		display: none;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-family : verdana, arial, helvetica;
	}
	
	td, div, span, a, p, ul, ol, li, h4 {
		font-family : verdana, arial, helvetica;
		font-size : 12px;
	}
	
	img {
		border: 0;
	}
	
	a {
	  color:			#CC0000;
	  text-decoration:	underline;
	  line-height:		16px;
	  font-size:		12px;
	}
	
	/* Ensure sidebar UL has no bullets/dots */
	.side-menu,
	.side-menu li {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
	.side-menu { padding-left: 0; }

	.side-menu a.side-link {
	  display: flex;
	  align-items: center;
	  gap: 3px;
	  padding: 0px 5px;
	  border-radius: 6px;

	  /* Default state: red text, no box */
	  color: #CC0000;
	  background: transparent;

	  text-decoration: none;
	  font-weight: bold;
	  letter-spacing: 1px;
	}
	
	/* Hover box ONLY around the text (not the icon)
   Square on the left, rounded on the right */
	.side-menu a.side-link{
	  background: transparent !important;
	  box-shadow: none !important;
	}

	/* Fixed-size hover box around the text (consistent width) */
	.side-menu a.side-link span{
	  display: inline-flex;          /* keeps text nicely aligned */
	  align-items: center;
	  justify-content: flex-start;

	  width: 137%;                  /* <- set your box width here */
	  padding: 5px 9px;
	  border-radius: 0 6px 6px 0;    /* square left, rounded right */
	  box-sizing: border-box;

	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	}

	.side-menu a.side-link:hover,
	.side-menu a.side-link:focus {
	  background: #FFFFFF;             /* the white box */
	  color: #CC0000;                  /* keep text red */
	  box-shadow: inset 0 0 0 1px #CC0000; /* red outline */
	}

	.side-menu a.side-link:hover span,
	.side-menu a.side-link:focus span{
	  background: #FFFFFF;
	  box-shadow: inset 0 0 0 1px #CC0000; /* red outline */
	}
	
	.side-menu a.side-link:hover i,
	.side-menu a.side-link:focus i {
	  color: #CC0000; /* keep icon red on hover */
	}
	
	/*  Hardcoding the pixel sizes of the H elements to compensate for 
		different browser rendered H pixel sizes.  */
	h1 {
		font-size:		20px;
		color:			#C00;
		font-weight:	bold;
	}
	h2 {	font-size:	17px;	}
	h3 {	font-size:  14px;	}
	h4 {	/* Default text size, inherited */	}
	h5 {	font-size:	9px;	}
	h6 {	font-size:  7px;	}
	
	.th {
		border-bottom: 1px; border-top: 2px; border-left: 2px; border-right: 2px; 
		border-style: solid; padding: 4px; border-color: #CCC; background: #FFF;
	}
	
	.tr {
		border: 1px; border-style: solid; padding: 4px; border-color: #CCC; background: #FFF;
	}
	
	.td {
		border: 1px; border-style: solid; padding: 2px; border-color: #CCC; background: #FFF;
		float: left; margin: 0; white-space: nowrap;
	}
	
	.th_blank {
		border:	0; padding: 4px; background: #FFF; display: inline;
	}
	
	.tr_blank {
		border: 0; padding: 4px;
	}
	
	.td_blank {
		border: 0; padding: 2px; float: left; margin: 0; white-space: nowrap; display: inline;
	}
	
	#logoarea {
		margin: 0px 5px 0px 5px; height: 66px; background-color: #333; border-top: 5px solid #CCC;
	}
	
	#logoarea span.logo {
		width: 284px; height: 66px; margin: 0; padding: 0; border: 0; float: left;
	}
	
	#logoarea span.ban {
		width: 477px; height: 66px;margin: 0; padding: 0;  border: 0; float: right;
	}
	
	div.navtabs {
		margin: 5px; height: 22px; background: #C00; padding: 1px 0px 1px 0px;
	}
	
	div.redfoot {
		height: 20px; background-color: #C00; padding: 0px; margin: 0px; 
		border-left: 5px solid #333; border-right: 5px solid #333; border-top: 0; border-bottom: 1px solid #333;
	}
	
	div.grayfoot {
		height: 16px; background-color: #CCC; padding: 0px; margin: 0px;
		border-left: 5px solid #333; border-right: 5px solid #333; border-bottom: 0; text-align: center;
		font-size: 10px; color: #000;
	}
	
	div.grayfoot2 {
		height: 6px; background-color: #CCC; padding: 0px; margin: 0px 0px 5px 0px;
		border-left: 5px solid #333; border-right: 5px solid #333; border-bottom: 0;
	}
	
	a.foottxt {
		color: #000;
	}
	
	div.content {
		background: #FFF; padding: 5px; margin: 5px;
	}
	
  .links1 {
	  color : black;
	  text-decoration:none;
	  font-weight : bold;
  }  
  .xsmalltext {
	  color: black;
	  font-size: 9px;
  }
   .smalltext {
	  color: black;
	  font-size: 10px;
  }  

  .headline {
	font-size : 14px;
	font-weight : bold;
	color: black;
  }
  .text {
	font-size : 12px;
	line-height : 18px;
	color: black;
  }

  .bigtitle {
	font-size : 18px;
	color: #CC0000;
	font-weight : bold;
  }
  .reg-sign {
	font-size : 10px;
	text-decoration:none;
	color: white;
	font-weight : bold;
  }
  .title {
	font-size : 14px;
	color: black;
	font-style : italic;
	font-weight : bold;
   }
	  
	.borderedtxt {
		text-align:		center;
		width:			220px;
		border:			1px solid black;
		border-color:	black;
		background:		#CCCCFF;
		font-size:		11pt;
	}

	.borderedsection {
		padding:		10px;
		text-align:		left;
		width:			400px;
		border:			1px solid black;
		border-color:	black;
		background:		#FFFFFF;
		font-size:		11pt;
	}
</Style> 