body {background: lightblue; 
	margin: 0 0 0 5px;
	scrollbar-3dlight-color: black;
        scrollbar-arrow-color: white;
        scrollbar-base-color: black;
        scrollbar-darkshadow-color: white;
        scrollbar-face-color: black;
        scrollbar-highlight-color: white;
        scrollbar-shadow-color: black;
	behavior: url(csshover.htc);
}
div#alist {
	float: left;
	width: 7em;
	margin: -1px 0 0 1px;
	background: #fff;
	border: 1px solid black;
	}
div#alist ul {
	margin: 0;
	padding: 0;
	background: white;
	border: 1px solid black;
	border-width: 0 1px;
	}
div#alist li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 7em;
	line-height: 1em;
	border-bottom: 1px solid black;
	}
div#alist li:hover {
	background: #edd;
	}
div#alist li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 6.5em;
	font: 8pt "Arial","Helvetica", sans-serif;
	}
div#alist>ul a {
	width: auto;
	}
h2,h3 {
	font-family: "Arial","Helvetica", sans-serif;
	}
h1 {
	background: url(images/type.jpg) no-repeat top left;
	width: 700px;
	height: 50px;
	}
h1 span{
	display: none;
	}
	
h2	{
	font-size: 14pt;
	}
h3 {	
	font-size:10pt;
	}
p {
	font: 10pt/13pt "Arial","Helvetica", sans-serif;
	}
div#footer {
	font: 8pt "Arial","Helvetica", sans-serif;
	margin: 25px 0 0 0;
	}
div#pcont {
	background-color: white;
	margin: 0;
	padding: 0 15px 0 5px;
	}
