@charset "utf-8";

:link, :visited, a:hover, a:active {
    text-decoration:		none;
    color:			#666666;
    font-weight:		bold;
}

html, body {
    background-color:		white;
    margin:			0px;
    padding:			0px;
    font-family:		sans-serif;
    color:			black;
    min-width:			1024px;
}

div#titlebar {
    position:			fixed;
    top:			0px;
    left:			0px;
    margin:			0px;
    padding:			0px;
    width:			100%;
    background:			white;
    z-index:			1;
}

img#logo {
    border:			0px;
}

div#navig {
    position:			fixed;
    top:			125px;
    right:			10px;
    width:			160px;
    padding:			10px;
    margin:			0px;
    text-align:			left;
    background-color:		#EEEEEE;
    z-index:			1;
}

img {
    margin:			0px;
    border:			0px;
}

div#content {
    position:			absolute;
    top:			125px;
    left:			150px;
    right:			200px;
    text-align:			justify;
    min-width:			674px;
}

div.footnotes {
    color:			#999999;
    font-size:			80%;
}
