/*
CSS validated on dec 22, 2003.
*/

.mylayer {
	position:absolute;
	z-index:1;
	/*background-color: #D1D4B5;*/
	background-color: #edc;
	border: 1px none #000000;
	top: 30px;
	left: 30px;
	right:30px;
	}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #ffffff;
	background-color: #1a1e17;
	text-align: justify;
	position: relative;
	margin-left:10px;
	margin-right:10px;
	text-indent: 20px
	}
 a:link { color:#ff6666; text-decoration:none;}
 a:visited { color:#dd4444; text-decoration:none;}
 a:hover { color:#ff8888; text-decoration:none; background-color:#2a2e27;}
 a:active { color:#007700; background-color:#f3f6d7;}

/* Recessed borders around icons look ugly. */
.icon img {
   border-width: 0px;
}

p {
	margin-left:10px;
	margin-right:10px;
	text-indent: 20px;
	}

ul{
	list-style-image:url(bullet06.gif);
	margin-left:10px;
	margin-right:30px;
	text-indent: 0px;
	}
li {
	margin-bottom: 5px;
	}
dl{
	margin-left:10px;
	margin-right:30px;
	text-indent: 20px;
	}
dt{font-weight: bold; font-style:italic;}
dd{margin-left:20px;}
td{
	vertical-align: top;
	text-align: justify;
	}
/*img{
	border-width: 3px;
	border-color: #b1b495;
	border-style: inset;
	}*/

pre{
	font-family: Courier, serif;
	font-size: 11pt;
	font-weight: bold;
	margin-left:80px;
	margin-right:80px;
	padding:10px;
	text-indent: 0px;
	background-color:#f3f6e8;
   border-width:thin;
   border-style:dotted;
   border-color:#c0c3b5;
	}
h1 {
	font-family: "Bookman", "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #2a2e27;
	margin-top:0px;
	margin-bottom:0px;
	}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2a2e27 ;
	text-indent:30px;
	margin-top:0px;
	margin-bottom:0px;
	}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1a1e17;
	text-indent:30px;
	margin-top:0px;
	margin-bottom:0px;
	}
	
code {
	font-family: Courier, serif;
	background-color: #2a2e27;
	font-weight: bold;
	padding:2px;
	border-width: 1px;
	border-color: #b1b495;
	border-style: dashed;
	}


   
