body
{ 
margin : 0px;
background-image: 
url('images/background.gif');
background-repeat: repeat
}

A {cursor: auto}

A:link {color: black;
background: transparent;
text-decoration: none}

A:visited {color: gray;
background: transparent;
text-decoration: none}

A:active {color: blue;
background: transparent;
text-decoration: none}

A:hover {text-decoration: underline}


.clientArea {  
color: #000000; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9pt; 
margin: 0px; 
overflow: auto; 
padding: 1px; 
scrollbar-base-color: #993233;
scrollbar-arrow-color: #eeeeee;
width: 405px; 
height: 524px; 
}
