/* Color scheme variation on the main layout styles. */
@import url("main.css");

body {
	color: #black; background: #57c; 
/*	color: #black; background: #125; */
	font-family: sans-serif; font-size: 10pt;
	text-align: justify;
     }

a {
	color: #449;
  }

a:visited {
		color: #44f;
	  }

/* Content tabs should be white, like in 6th style  */
div.cpanel {
		color: black; background-color: white;
		border-width: 8px 2px 2px 2px;
		border-color: black; border-style: solid;
		border-top-style: double;
		margin-left: 22ex;
	   }

div.lpanel {
/*		color: white; background: #081028;  */
		color: black; background: #183860;
		border-width: 8px 2px 2px 2px;
		border-color: black; border-style: solid;
		border-top-style: double;
	   }


/* Center horizontal banners. */
div.hbanner {
		text-align: center;
	    }

h1 {
	font-size: 12pt;
   }

h2 {
	font-size: 10pt;
   }
