/* CSS Document */

.tablenew {
	border-top:  1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom:  1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}
.1stroke {
	
	border-bottom: 1px solid #CCCCCC;	

}.toplinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
.toplinks a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.toplinks a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.toplinks a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.toplinks a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	line-height: 17px;
	font-weight: normal;
	t
; 	text-align: justify;
}
.blackheading {
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	font-weight: bold;
	line-height: normal;
	
}
.blueheading {
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #245689;
	font-weight: bold;
	line-height: normal;
	
}
.moreinfo {
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	line-height: normal;
	text-decoration: underline;
}
.moreinfo a:hover {
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	line-height: normal;
	text-decoration: underline;
}
.moreinfo a:visited {
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	line-height: normal;
	text-decoration: underline;
}
.moreinfo a:links{
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	line-height: normal;
	text-decoration: underline;
}
.moreinfo a:active {
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	line-height: normal;
	text-decoration: underline;
}
.content ul {
}
.content li {
	list-style-image: url(black_bullets.gif);
	line-height: 18px;

}

.datacontainer ul li{
	line-height: 18px;

}
.texbox {
	border: 1px solid #666666;
}
/* /////////////////////////////////////////////////////////////// */
.menu ul{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
margin: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
background: #cc0000;
}
	
.menu ul li{
position: relative;
background: #cc0000;
}
	
/*1st level sub menu style */
.menu ul li ul{
left: 149px; /* Parent menu width - 1*/
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
display: none;
background: #00ff00;
border-bottom: 1px solid #E88C8C;
}

.menu ul li ul li{

border-right: 1px solid #E88C8C;
border-top: 1px solid #E88C8C;
border-left: 1px solid #E88C8C;
}

/*All subsequent sub menu levels offset */
.menu ul li ul li ul{ 
left: 159px; /* Parent menu width - 1*/
background: #00ff00;
}




/* menu links style */
.menu ul li a{
display: block;
color: #ffffff;
text-decoration: none;
background: #cc0000;
padding: 3px 3px 3px 10px;

border-bottom: 0;

}

.menu ul li a:visited{
color: #ffffff;

}

.menu ul li a:hover{
background-color: #cc0000;


}

.menu .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;

}

	
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 10px; }
* html .menu ul li a { height: 10px; }
/* End */
#fls { position: static; z-index: -1; visibility: visible; }
/* /////////////////////////////////////////////////////////////// */