body {
	/*background-color: #CCCCFF;*/
	color:#330000;
	font-family: Arial, Times New Roman, Garamond, MS Sans Serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 12px;	
}

A:link {text-decoration: none; color: #FFFFFF;}
A:visited {text-decoration: none; color: #FFFFFF;}
A:active {text-decoration: none; color: #FFFFFF;}

.toplink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #007B8B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.leftlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-decoration: underline;

}
/*TO CHANGE THE COLOR OF FOLDER-ROWS IN FILE-FOLDER MANAGEMENT SCREEN*/
.foldercolor {
	background-color:  #006699;/*#D9D9FF;*/
}

/*
.logsrow {
	background-color: #D9D9FF;
}
*/
.logsrow {
	background-color: #99CC33;
}
.impnotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99CC33;	/*#FF0066*/
}

select {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

input {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.filecolor{
	background-color: #99CC33;	
	color: white;
}

.row_level_1{
	background-color: #99CCFF;
	color: white;
}

.row_level_2{
	background-color: #3399FF;	
	color: white;
}

.row_level_3{
	background-color: #99CCFF;	
}


  /* styles for the tree */
   SPAN.TreeviewSpanArea A {
		color: white; /*#330000*/
		font-family: Arial, Times New Roman, Garamond, MS Sans Serif;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		font-size: 12px;
   }
   
   SPAN.TreeviewSpanArea A:hover {
        /*color: '#820082';*/        
        color: '#D9D9FF';
   }
   /* rest of the document */
   