* {
margin: 0;
}
body {
font-family: "Trebuchet MS", "Helvetica", sans-serif;
font-size: 10pt;
padding: 0px;
background-color: white;
color: #202020;
}
a {
background-color: inherit;
color: #0000BB;
}
a:hover {
text-decoration: none;
}
p {
text-align: justify;
margin-bottom: 20px;
line-height: 24px;
}
h1 {
font-size: 24pt;
}
h2 {
margin: 12px 0;
font-size: 15pt;
}
h3 {
border-top: solid 1px #91A5BD;
padding-top: 6px;
margin-bottom: 8px;
font-size: 12pt;
}
h4 {
margin-bottom: 5px;
font-size: 11pt;
}
pre {
border: thin dashed #91A5BD;
font-family: "Courier New", monospace;
background: #EBE9ED;
padding: 5px;
width: auto;
overflow: auto;
}
.header {
background: #0D1FC0 url(img/logobg.gif) repeat-x;
color: white;
padding: 20px 40px 30px 40px;
}
.tabs {
padding: 10px 5px 5px 5px;
list-style-type: none;
font-weight: bold;
text-align: left;
background: #A6B8CF url("img/tabbg.gif") repeat-x;
}
.tabs li {
display: inline;
}
.tabs li a {
padding: 5px 12px 5px 12px;
margin: 0 0 0 1px;
border: 1px solid #91A5BD;
color: #202020;
text-decoration: none;
background: #A6B8CF url("img/tabbg.gif") repeat-x;
}
.tabs li a:hover {
text-decoration: none;
background: white url("img/curtabbg.gif") repeat-x;
border-top: 1px solid #E68B2C;
}
.tabs li.current {
position: relative;
top: 1px;
}
.tabs li.current a {
background: white url("img/curtabbg.gif") repeat-x;
border-top: 1px solid #E68B2C;
border-bottom: 0;
}
.main {
border-top: 1px solid #91A5BD;
}
.sidebar {
float: right;
padding: 10px;
margin: 10px;
width: 200px;
border-left: thin dashed #91A5BD;
list-style: none;
}
.sidebar li {
margin-bottom: 14px;
}
.content {
font-size: 10pt;
padding: 10px;
margin-right: 240px;
}
.backtotop {
text-align: right;
padding: 0;
font-size: 80%;
}
.fbuttons {
padding: 10px;
margin-right: 240px;
}
.lastmod {
text-align: right;
margin: 10px 0px 0px 0px;
padding-bottom: 10px;
clear: both;
color: #888888;
}
.footer {
clear: both;
text-align: center;
padding: 15px;
border-top: solid 1px #91A5BD;
font-size: 9pt;
color: #888888;
}
.footer a {
color: #888888;
text-decoration: none;
}
