
::-moz-scrollbar{
width: 8px;
}

::-moz-scrollbar-track{
background-color: #b6ccc5;
}

::-moz-scrollbar-thumb{
background-color: #5e7580;
border-radius: 10px;
}

::-webkit-scrollbar{
width: 8px;
}

::-webkit-scrollbar-track{
background-color: #b6ccc5;
}

::-webkit-scrollbar-thumb{
background-color: #5e7580;
border-radius: 10px;
}

body, table {
background: #5e7580;
background-repeat:repeat-x;
font-family: arial;
color: #3c4950;
font-size: 16px;
font-weight: bold;
line-height: 22px;
letter-spacing: 1px;
top: 0px;
}

a:link, a:visited, a:active {
color: #FFFFFF;
font-family: arial;
letter-spacing: 2px;
font-size:10px;
text-transform:uppercase;
text-decoration: none;
cursor:  default;
}

A:hover {
color: #C9EE6E;
text-decoration: none;
}

a.footer:link, A.footer:active, A.footer:visited {
font-family: arial;
font-size: 10pt;
color: #9bc09f;
text-decoration: none;
text-transform:uppercase;
}

a.footer:hover {
color: #43590A;
}

#content {
position: absolute;
overflow:auto;
left: 650px;
top: 75px;
width: 1070Px;
height: 700px;
text-align:center;
padding-right: 15px;
}

#header {
position: absolute;
left: 0px;
top: 0px;
}

#footer {
position: absolute;
width: 400px;
height: 20px;
left: 930px;
top: 810px;
}

b {
color: #819F27;
}

u {
color: #4E451F;
}

i {
color: #FFFFFF;
}

h1 {
line-height:10px;
color: #D9168C;
font-family: arial;
font-size: 12px;
text-transform: lowercase;
margin-bottom:3px;
text-align:center;
}