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

body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:url(../images/bg.gif) repeat;
	text-align:justify;
	line-height:22px;
}

.right_shadow{
	background:url(../images/right_shadow.png) repeat-y left top;
	width:28px;
	behavior: url(iepngfix.htc);
}

.left_shadow{
	background:url(../images/left_shadow.png) repeat-y right top;
	width:28px;
	behavior: url(iepngfix.htc);
}

.gry_sml {
	color:#333333;
	font-size:11px;
	text-decoration:none;
}

.gry_sml a{
	color:#333333;
	font-size:11px;
	text-decoration:none;
}

.gry_sml a:hover {
	color:#333333;
	text-decoration:underline;
}

.maincontent_td {
	background-color:#FFFFFF;
	padding:5px 20px 5px 20px;
}

h1 {
	background:url(../images/h1_bullet.gif) no-repeat left center;	
	padding-left:31px;
	margin:7px 0 7px 0;
	color:#021E42;
	font-size:18px;
	font-weight:bold;
}

h2 {
	background:url(../images/h2_bullet.gif) no-repeat left center;	
	padding-left:22px;
	margin:5px 0 5px 0;
	color:#021E42;
	font-size:15px;
	font-weight:bold;
}

hr {
	height:1px;
	border:1px dotted #9F9F9F;
}

.blue_sty{
	font-size:13px;
	color:#072347;
}

.pdflink {
	text-decoration:none;
	color: #FFFFFF;
}

.footer {
	border-top:1px solid #E9E9E9;
	background-color:#FFFFFF;
	height:35px;
	font-size:11px;
	color:#B3B3B3;
	text-decoration:none;
}	

.footer a.viz{
	color:#B30000;
	text-decoration:none;
}	

.footer_light_gry {
	font-size:11px;
	color:#B3B3B3;
	text-decoration:none;
}

.red_sty {
	color:#E60000;
	text-decoration:none;
}

.red_sty:hover {
	color:#E60000;
	text-decoration:underline;
}			


.regularul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.regularul li{
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
















/*Start Button Style*/
.button_div {
	background-color:#F5F5F5;
	text-align:left;
}	

.treeview {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-weight:bold;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	line-height:30px;
	color: #4F4F4F;
	border-bottom:1px dashed #F5F5F5;
}

.treeview a{
	background: url(../images/button_arrow.gif) no-repeat left top;
}

.treeview a:hover {
	background-color:#E1E1E1;
}

.treeview li a {
	color: #4F4F4F;
	text-decoration: none;
	padding-left:28px;
	display:block;
	border-bottom:1px dashed #9F9F9F;
}


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	line-height:30px;
	width:100%;
	cursor: hand;
	cursor: pointer;
}

.treeview li.submenu a{
	background: url(../images/button_arrow.gif) no-repeat left top;
	color: #4F4F4F;
	text-decoration: none;
}

.treeview li.submenu a:hover{
	color: #4F4F4F;
	text-decoration: none;
	background-color:#E1E1E1;
}

.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 a{
	color:#4F4F4F;
	font-weight: normal;
	padding-left: 35px;
	background: url(../images/subbutton_arrow.gif) no-repeat left top;
}
.col  { 
       color:#FFFFFF;
   }
/*End Button Style*/