body {
        background: #2d2d2d;
        color: #aaaaaa;
        font: 12pt verdana, arial, sans-serif;
}
/*
   colored scrollbar disabled because Firefox shows it as 
   error in the Javascript console.
html {
	scrollbar-base-color:#222222;
	scrollbar-track-color:#666666;
	scrollbar-arrow-color: #ccccff;
}
*/
a:link{
        color: #ccccff;
        text-decoration: none;
}
a:visited {
        color: #ccccff;
        text-decoration: none;
}
a:hover {
        color: #5f15d8;
        text-decoration: none;
}
td	{
        font: 12pt verdana, arial, sans-serif;
        padding-left: 3px;
        padding-right: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
}

.navSideBar {
	position: absolute;
}

.navSideBar ul {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	list-style-type: none;
	/* border: 1px solid #aaaaaa; */
	/* background: #3d3d3d; */
	
}

.navSideBar ul a {
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	/* border: 1px solid #000e03; */
    /* color: #ccccff;*/
    /* color: #aaaaaa; */
    text-decoration: none;
    text-indent: 5px;
}

.navSideBar ul a:hover {
	/* background: #aaaaaa; */
	background: #5d6061;
	width: 148px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #000e03;
	/* color: #2d2d2d; */
	color: #000e03;
	text-style: bold;
}

/*
.navSideBar li a:visited {
	color: #5d6061;
	text-style: bold;
}
*/

.divHeader {
	height: 65px;
	text-indent: 170px;
	background: url(da_logo.jpg) no-repeat;"
}