body {
margin: 0px;
background: #E1EDFD;
}

body, p, td {
font-family: "Trebuchet MS", Arial;
font-size: 10pt;
color: #5C83AF;
color: #3E3E58;
}

img {
margin: 5px;
}

hr {
height: 1px;
border-top: 1px solid black;
border-bottom: 0px;
color: #E1EDFD;
}

textarea {
font-family: "Arial";
font-size: 10pt;
}

a:link, a:visited, a:active {
text-decoration: none;
color: #5C83AF;
color: #3E3E58;
}

a:hover {
text-decoration: underline;
color: #EA8B37;
color: #3E3E58;
}

div#box a:link, div#box a:visited, div#box a:active {
text-decoration: none;
color: #EA8B37;
color: #3B3A61;
}

div#box a:hover {
text-decoration: underline;
color: #EA8B37;
color: #3B3A61;
}

div#box {
	background: white url('../gfx/site/bg.jpg');
    background-repeat: no-repeat;
    background-position: 100px 30px;

    border: 2px solid #5C83AF;
    height: 400px;
    padding: 10px;
    overflow: auto;
    overflow-y : scroll;
    overflow-x: hidden;
}
* html div#box {background-attachment: fixed;}

.Header {
font-size: 14pt;
}

.Black {
color: black;
}

