body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 10px;
    padding: 10px;
/* These work in IE only, changes the look of the scrollbar + textareas */
    scrollbar-base-color: #DEE7EC;
    scrollbar-highlight-color: #DEE7EC;
    scrollbar-track-color: #F7F9FA;
    scrollbar-darkshadow-color: #F7F9FA;
    scrollbar-3dlight-color: #8CACBB;
    scrollbar-shadow-color: #8CACBB;
    scrollbar-arrow-color: #436976;
}

table {
    font-size: 100%;
}

a {
    text-decoration: underline;
    color: #436976;
    background-color: transparent;
}

a:link { 
    color: #22387a; /*#27408b*/;
    background-color: transparent;
}

a:visited {
    color: #2000AA;
    background-color: transparent;
}

a:active {
    color: Red;
    background-color: transparent;
}

img {
    border: none;
    vertical-align: middle;
}

p {
    margin: 0.5em 0em 1em 0em;
    text-align: justify;
    line-height: 1.5em;
}

p a {
    text-decoration: underline;
}

p img {
    border: 0;
    margin: 0;
}

hr {
    clear: both;
    height: 1px;
    color: #8CACBB;
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    color: #101066;
    clear: left;
    font-family: Arial, sans-serif;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #8CACBB;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 100%;
}

h4 {
    font-size: 90%;
}

h5 {
    font-size: 80%;
}

h6 {
    font-size: 70%;
}

ul, ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 2em;
    padding: 0;
}

ul { 
    list-style-type: square;
}

ul a, ol a {
    text-decoration: underline;
}

dt {
    font-weight: bold;    
}

dt a {
    text-decoration: underline;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}

dd a {
    text-decoration: underline;
}

fieldset {
    border: 1px solid #8cacbb;
    margin: 2em 0em 1em 0em;
    padding: 1em 0em;
}

legend {
    background: White;
    padding: 0.5em;
}

form {
    border: none;
    margin: 0;
}

textarea {
/*    border: 1px solid #8cacbb;*/  
    border: #8cacbb;  
    color: #101066;
    background-color: white;
    width: 88%;
    padding: 0.1em;
}

/*
input {
    font-family: Arial, sans-serif;
    font-size: 70%;
    border: 1px solid #8cacbb;  
    color: #101066;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px;
    padding: 0.1em;
}

select {
    font-family: Arial, sans-serif;
    font-size: 70%;
    border: 1px solid #8cacbb;  
    vertical-align: top;
}
*/

abbr, acronym, .explain {
    font-variant: small-caps;
    color: #101066;
    background-color: transparent;
}

q, blockquote {
    font-family: Times, "Times New Roman", serif; 
    font-style: italic;
    font-size: 120%;
}

code {
    font-size: 120%;
    color: #101066;
    background-color: #dee7ec;
}

pre {
    font-size: 120%;
    padding: 1em;
    border: 1px solid #8cacbb;
    color: #101066;
}

td, th {
    padding: 0.3em 0.5em;
}

.netscape4 {
    display: none;
}

/* Accessibility and visual enhancement elements */

a.skipnav {
    visibility: hidden;
    position: absolute;
} 


