@import url(layout.css);
@import url(navigation.css);
@import url(scroll.css);

body, th, th, input, select, textareay {
     font: 8pt "arial unicode ms", "verdana", "arial", "helvetica", sans-serif;
     line-height: 1.5em;
}

body {
     background-color: #212a43;
     padding: 0;
     overflow-x: hidden;
}
     
p {
     margin: 0;
     padding: 0 0 1.5em;
}

h1, h2, h3 {
     color: #04512d;
     margin: 0;
}

h1 {
     font-size: 1.5em;
     padding: 0 0 1em;
}

h2 {
     font-size: 1.2em;
     padding: 0 0 .5em;
}

h3 {
     font-size: 1em;
     padding: 0;
}

a {
     color: #084064;
     border-bottom: 1px dotted #084064;
     text-decoration: none;
}

a:hover {
     border-bottom-style: solid;
     /* text-decoration: underline; */
}

ol, ul {
     list-style-position: inside;
     margin: 0;
     padding: 0 0 1em 2em;
}

tr {
     vertical-align: top;
}


