body {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 9px;
	font-style:normal;
  	background-color:#FFFFFF;
	background:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0px;
}

a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	color: #FF6F6F;
	text-decoration: none;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.clear {font-size: 1px; height: 1px}


/* Following is CSS for Simple Tree Menu*/
.treeview ul{
margin: 0;
padding: 0;
margin-top: 1px;
margin-left: 0px;
padding-left: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 0px;
margin-bottom: 3px;
color:#FF0000;
margin-left: 0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: pointer!important;
cursor: pointer !important;
color:#FF0000;
margin-left: 0px;
padding-left: 0px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin-left: 0px;
padding-left: 12px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
margin-left: 0px;
padding-left: 0px;
}
/* End of CSS for Simple Tree Menu*/

