.noprint {
        display:none;
}
.toprint {
        display:inline;
        font-size:11pt;
}

body {
margin:0px;
background-color:#598EBC;
}
table {
background-color:#99CCFF;
}
#maintable {
background-color:#99CCFF;
width:19cm;
margin:1cm;
}

td {
font-family : "MS Serif", "New York", serif;
font-size:11pt;
}
#top {
background-image:url(images/top.jpg);
background-repeat:no-repeat;
height:173px;
width:826px;
text-align:right;
display:none;
}
#left {
background-image:url(images/bgleft.gif);
background-repeat:repeat-y;
background-position:right;
background-color:#598EBC;
width:7px;
height:100%;
}
#right {
background-image:url(images/bgright.gif);
background-repeat:repeat-y;
background-position:left;
background-color:#598EBC;
width:7px;
height:100%;
}
#menu {
padding-top:48px;
vertical-align:top;
width:190px;
text-align:center;
}
#menu a {
color:black;
text-decoration:none;
width:180px;
font-weight:bold;
}
#menu a:hover {
color:black;
font-weight:bold;
font-style:italic;
}

#content {
text-align:left;
vertical-align:top;
width:636px;
padding:10px;
padding-right:15px;
text-align:justify;
}
#content p.headline {
font-family : "MS Serif", "New York", serif;
font-size:12pt;
font-weight:bold;
}