?@charset "UTF-8";
a {
	text-decoration: none;
}

a:active, a:focus, a:hover {
	text-decoration: underline;
}

a.directory {
	font-weight: bold;
}

a img {
	border-style: solid;
	border-width: 1px;
}

body { 
        font-family: 'Lucida Sans Unicode', Verdana, sans-serif;
        margin: 0em;
        line-height: 110%;
        background-color: white;
	color: #222;
}

h1 a {
	color: black;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
}

h1 {
    font-size: x-large;
	font-weight: normal;
	font-family: Verdana, serif;
	padding: 0.4em 0.4em;
	border-style: solid;
	border-color: #8888bb;
	border-width: 0 0 3px 0;
}

h2, h3, h4, h5, h6 {
    font-size: medium;
	font-weight: normal;
	font-family: Verdana
                 sans-serif;
}

h2 {
	line-height: 110%;
	border-style: dotted;
	border-color: #8888bb;
	border-width: 0 0 1px 0;
}

h3 {
	margin: 1em 0 0 0.5em;
}

p {
	margin-left: 0em;
}

ul {
	margin-top: 0.3em;
}

pre {
	color: #666666;
	font-size: smaller;
	line-height: 120%;
	font-family: 'Lucida Console', 'Courier', 
		     'Courier New', monospace;
	margin-right: 1em;
	margin-left: 2em;
	overflow: auto;
}

div.main {
        //width: 63%;
        padding-left: 1.5%;
        float: left;
	border-width: 0 0 0 0;
	border-color: #8888bb;
	border-style: dotted;
	margin-bottom: 0.5em;
}

div.menu {
        width: 35%;
        float: left;
        clear: both;
        font-size: medium;
	margin: 1em 0 1em 0;
	border-width: 0 1px 0 0;
}

address { 
	color: #888;
        font-family: 'Lucida Sans Unicode';
	font-size: smaller;
	text-align: right;
}

hr {
	border-color: #8888bb;
	border-style: dotted;
	border-width: 0 0 1px 0;
	height: 0px;
	clear: both;
}

table, th, td {
        border-color: gray;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
}

table {
	margin-left: 1%;
}

th, td {
        padding: 1px 1px 1px 1px;
}

th {
	width: 100%;
}