/**  Created By AHK SOFT for NETWORKING SECTION,   URL:  http://www.ahksoft.com/net  **/

.all_txt {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
}
.staric {
	font-family: Tahoma;
	font-size: 8pt;
	color: #ff0000;
}
.small_heading {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
.quote_heading {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #0066CC;
}
.bottom_menu {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
}

.heading {
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: bold;
	color: #272727;
 }
.menu_heading {
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: bold;
	color: #0066FF;
 }
.sub_heading {
	font-family: Tahoma; 
	font-size: 8pt; 
	font-weight: bold;
	color: #FF6600;
 }
 
a:link {
	text-decoration: none;
	color:#000000;

}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/**  TREE MENU STYLE  **/
.input_style {
     	background-color:#EEEEEE; 
		border-bottom-color: #999999 ;
		border-top-color: #999999 ;
		border-left-color: #999999 ;
		border-right-color: #999999 ;
		border-left-width:1;
		border-right-width:1;
		border-top-width:1;
		border-bottom-width:1;
		border-style: solid ;
		font-family: Tahoma; 
		font-size: 8pt; 
		font-color: #ff0000;
			 }

/**  TREE MENU STYLE  **/

.clsDemoNode, .clsDemoNode:visited{
	color: #003399;
	font-weight: bold;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode:hover{
	color: #003399;
	font-weight: bold;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}

.clsDemoNode1, .clsDemoNode1:link{
	color: #666666;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode1, .clsDemoNode1:active{
	color: #666666;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode1, .clsDemoNode1:visited{
	color: #666666;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode1:hover{
	color: #333333;
	font-size : 11px;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
}


