body,td {
    background: #FFEECC;
    color: #000000;
    font-size: 12pt;
}

.menu {
	float:left;
    font-family: arial, Helvetica, sans-serif;
	width:20%;
    font-size: 10pt;
}

.footer {
	vertical-align: bottom;
	text-align: left;
}

.content {
    padding-top: 1px;
	padding-left: 20%;
}

.caption {
    padding-top: 1px;
	padding-left: 10%;
	padding-right: 10%;
    font-size: 8pt;
    font-style: italic;
    text-align: center;
}

td.headline {
    font-family: arial, Helvetica, sans-serif;
    font-size: 20pt;
}
h1,h2,h3,h4,h5 {
    font-family: arial, Helvetica, sans-serif;
    padding-right:3pt;
    padding-top:2pt;
    padding-bottom:2pt;
    margin-top:8pt;
    margin-bottom:8pt;
    border-style:none;
    border-width:thin;
}

A:link { text-decoration: none; }
A:visited { text-decoration: none}

h1 { font-size: 18pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }
h5 { font-size: 8pt; }
dl,ul { margin-top: 1pt; text-indent: 0 }
ol { margin-top: 1pt; text-indent: 0 }

tt,pre {
    font-family: Lucida Console,Courier New,Courier,monotype;
    font-size: 10pt;
}

pre.code {
    font-family: Lucida Console,Courier New,Courier,monotype;
    margin-top: 8pt;
    margin-bottom: 8pt;
    background-color: #FFFFEE;
    white-space:pre;
    border-style:solid;
    border-width:1pt;
    border-color:#999999;
    color:#111111;
    padding:5px;
}

div.date {
    font-size: 8pt;
}

div.sig {
    font-size: 8pt;
}

