@charset "UTF-8";
/* CSS Document */

body {
background: #ffffff url('images/bg.jpg') no-repeat;
background-attachment:fixed
}

.center {
margin-top: 5px;
margin-left: auto;
margin-right: auto;
}


body, form { 
font-family: Arial, Helvetica, sans-serif;
color: #635a52;
font-size: 12px; 
}

a:link {
text-decoration: none;  
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #635a52;
}

a:active {
text-decoration: none; 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #635a52; 
}

a:visited { 
text-decoration: none; 
color: #635a52;
}

a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #000000; 
}

#tbl a, #tbl img { display:block; }

#scroll {
width: 610px;
height: 100px;
overflow: auto;
position: relative;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 11px;
background-color: lightgrey;
}

.vscrollerbar {
width: 11px;
background-color: darkgrey;
}

.hscrollerbase {
height: 11px;
background-color: lightgrey;
}

.hscrollerbar {
height: 11px;
background-color: darkgrey;
}
