a:link {
	color: blue;
	text-decoration: underline;
	}
a:visited { 
	color: blue;
	text-decoration: underline; 
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	}
a:active { 
	color: #84414A;
	text-decoration: underline; 
	}

body 
{
    background-color: #999999;
    font-family: Tahoma, Arial, Verdana;
    font-size: 10pt;
    color: #333333;
    scrollbar-arrow-color: black;
 	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: #666666;
	scrollbar-face-color: #708090;
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;

}

table
{
    border-style:none;
    border-width:0;
    padding:0;
}

.textBackground1
{
background-color:#cfcfcf;
}
.leftSideBar
{
    background-color: #bfbfbf;
}