@charset "utf-8";
/* CSS Document */

.dot
 {
	color: #DA251D;
	font-size: 10px;}

.arrowlistmenu .curent
	{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #D50404;;
	/*background: black url(images/titlebar.png) repeat-x center left;*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform:none;
	text-decoration:none;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
	/*border:1px solid  #999999;*/
	text-align:left;
	}
	
		/*////////////////////////////////////////////////////////////////////////
	For Accordian menu*/
	
	
.arrowlistmenu
	{
	width: 172px; /*width of accordion menu*/
	}
	
.arrowlistmenu .menuheader
	{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	/*background: black url(images/titlebar.png) repeat-x center left;*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform:none;
	text-decoration:none;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
	/*border:1px solid  #999999;*/
	text-align:left;
	}
	
	
.arrowlistmenu2
	{
	width: 172px; /*width of accordion menu*/
	}
	
.arrowlistmenu2 .menuheader
	{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	/*background: black url(images/titlebar.png) repeat-x center left;*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform:none;
	text-decoration:none;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
	/*border:1px solid  #999999;*/
	text-align:left;
	}
	
/*.arrowlistmenu2 .openheader
	{ CSS class to apply to expandable header when it's expanded
	background-image: url(images/titlebar-active.png);
	color: #ffffff;
	}
*/			
.arrowlistmenu .openheader
	{ /*CSS class to apply to expandable header when it's expanded*/
	/*background-image: url(images/titlebar-active.png);*/
	background-color:#DB2027;
	color: #fff;
	}
	
.arrowlistmenu ul
	{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
	}
	
.arrowlistmenu ul li
	{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	}
	
.arrowlistmenu ul li a
	{
	color: #DA251D;
	/*background: url(images/arrowbullet.png) no-repeat center left; *//*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 2px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 1px solid #dadada;*/
	font-size: 90%;
	}
	
.arrowlistmenu ul li a:visited{
	color: #DA251D;
	
	}
	
.arrowlistmenu ul li a:hover
	{ /*hover state CSS*/
	color: #DA251D;
	background-color: #DFDFDF;
	}
	
	/*.arrowlistmenu .menuheader .statusicon
	{
	position:absolute;
	top: 5px;
	right: 5px;
	border: none;
	}*/
	
	/*///////////////////////////////////////////////////////////////
	Accordian Menu ends*/
	
	.body_heading_line 
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:justify;
	/*font-weight:bold;*/
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	/*border-bottom:2px dashed #d5242a;*/
	BORDER-BOTTOM: #999999 1px dashed; 
	border-left:none;
	border-right:none;
	border-top:none;
	/*background:url(pic/d.gif);
	background-position:bottom;
	background-repeat:repeat-y;
	background-attachment:fixed;*/
	}
	
