<!--
body {
text-align:;
margin:30px;
}
#wrapper {
text-align:left;
margin:0 auto;
width:60%;
min-height:20px;
border:1px solid #ccc;
padding:20px;
}
a {
cursor:pointer;
}
-->

a.L1         {color:#353839;}
a.L1:hover   {color:red; background:yellow;}
a.L1:active  {color:red;}
a.L2         {color:#D62D00}
a.L3         {color:white;  background:white;}
a.L2:hover   {background:yellow;}
tr.na1 {background:#C7D9D4;}
tr.na2 {background:#FBF6F6;}
td {text-align:justify;}
td.na1 {text-align:left;}





 .black_overlay{
	display: none;
	position:fixed; 
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.60;
	filter: alpha(opacity=60);
}
 
.white_content {
	display: none;
	position: fixed;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	padding: 10px;
	border: 2px solid #CC5500;
	background-color: white;
	z-index:1002;
	overflow: auto;
}





	pre {text-indent: 30px}

	#tabmenu {
		color: none;
		border-bottom: none;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }


        #tabmenu a {
		color: white;
		background: gray;
		font-family: verdana;
                font-size: 80%;
		border: none;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }


        #tabmenu a.active {
		color: coral;
		font-family: verdana;
                font-size: 80%;
		border: 1px solid teal;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none;
		background: none;
		border-bottom: 2px solid white; }

	#tabmenu a:hover {
		color: gray;
		background: lightgray;
                text-decoration:none;}

	#tabmenu a:visited {
		color: none; }

	#tabmenu a.active:hover {
		background:none;
		color: wheat; }

	#content {font-family: verdana;
                font-size: 90%;
		text-align: justify;
		background: none;
		padding: 20px;
		border: 1px solid teal;
		border-top: 1px solid teal;
		z-index: 2;	}

	#content a {
		text-decoration: underline;
		color: crimson;}

	#content a:hover { background: lightgray; }



