body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5em;	
	color: #575448;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.mainheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #a44b85;
}

		
.heading_1{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#f28456;
}
.heading4{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#000000;
}
.heading444{
font-family:Arial;
font-size:11px;
font-weight:normal;
color: #666666;
}
.heading4444{
font-family:Arial;
font-size:14px;
font-weight:normal;
color: #666666;
}
.white{
font-family:Arial;
font-size:11px;
font-weight:normal;
color: #999999;
}


.heading_2{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#1b8cb8;
}
.heading_small{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#855a04;
}
.heading_small2{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
color: #2E2E2E;

.heading_3{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color: #666633;
}

.heading_3{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#f28456;
}

.heading_4{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding-left:8px;
font-weight:bold;
color:#ffffff;
}
.heading-menu{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
color:#ffffff;
}
a {
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#545454;
}




.li a {
padding-left:20px;
display:block;
text-decoration:none;

height:27px;
background-image:url(../images/nav_bg.gif);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#545454;
}
.li a:hover {
padding-left:20px;


height:27px;
background-image:url(../images/nav_bg_up.gif);
background-repeat:no-epeat;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}














/*-------Side menu---------
.side_menu a {
text-decoration:none;
display:block;
height:26px;
color:#ffffff;
padding-left:6px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

.side_menu a:hover {
text-decoration:underline;
display:block;
height:26px;
padding-left:0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}
/*-------Side menu---------*/




<!-----------------Drop Down menu option-------------------->
.treeview ul{ /*CSS for Simple Tree Menu*/

font-family:Arial, Helvetica, sans-serif; font-size:12px;
text-decoration:none;
a.hover:#ffcc33;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
font-family:Arial, Helvetica, sans-serif; font-size:12px;
text-decoration:none;
a.hover:#ffcc33;
list-style-type: none;
padding-left: 0px;
margin-bottom: 1px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:url(../closed.gif) no-repeat left 1px;
font-family:Arial, Helvetica, sans-serif; font-size:12px;
text-decoration:none;
a.hover:#ffcc33;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; 

/*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;

}

<!-----------------Folder option-------------------->