a:link
{
	color: blue; 
}
a:visited
{
	color: blue; 
} 
a:active 
{
	color: blue;
}
a:hover 
{
	color: #333333;
	text-decoration: underline;
}

body 
{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ebe5a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	scrollbar-arrow-color: white;
 	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: #223B2D;
	scrollbar-face-color: #cbc580;
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
	outline-color:#000000;
}

td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

th 
{
	font-family: Arial, Helvetica, sans-serif;
}
.leftSidebar 
{
	background-color: #223B2D;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-color: #ffffff;
}
.textBackground
{
background-color: #cbc580;
}