body {
        font-family:verdana,arial,sans-serif;
        font-size:80%;
        background-color:#FFFFFF;
        color:#333333;
        margin:0px;
	padding:0px;
        background-color:#FFFFFF;
	overflow:scroll;
}

#top_of_page {
        margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
}
	
h1 {
	margin-top:40px;
        color:#003399;
        font-size:180%;
        margin-bottom:8px;
}

h2 {
        margin-top:0px;
        color:#009999;
        font-size:120%;
}

h3 {
        margin-top:0px;
        margin-bottom:5px;
        font-size:100%;
        color:#009999;
}

p {
        margin-top:0px;
        margin-bottom:5px;
        line-height:140%;
        text-align:justify;
}

.hr {
        border-top-style:dashed;
        border-top-width:1px;
        border-top-color:#009999;
        margin:15px 0px 0px 0px;
}

.hh {
        color:#009999;
        font-weight:bold;
        margin-bottom:5px;
        margin-top:20px;
}

.menu {
        font-size:75%;
        margin-bottom:30px;
        /* color:#003399; */
}

.text {
        width:410px;
        line-height:18px;
}

a:link {
        color:#999999;
        text-decoration:none;
}

a:visited {
        color:#999999;
        text-decoration:none;
}

a:hover {
        color:#003399;
        background-color:#FFFF99;
        text-decoration:none;
}

img {
        background-color:#FFFFFF;
}

th {
        font-size:80%;
        font-weight:bold;
}

td {
        font-size:70%;
        padding:0px;
        vertical-align:middle;
}

.ref {
        vertical-align:top;
        padding-bottom:8px;
        line-height:130%;
}

.left {
        text-align:right;
}

.right {
        text-align:left;
}

.applet {
        border-style:outset;
        border-width:2px;
}

.button {
        width:40px;
        height:20px;
        font-family:verdana,arial,sans-serif;
        background-color:#FFFFCC;
        color:#0033CC;
        font-size:8pt;
        vertical-align:middle;
}

.error {
        color:red;
        font-weight:bold;
}

.copyright {
        font-size:75%;
        margin-top:0px;
        margin-bottom:20px;
}
