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

img{ border:none;
   outline:none;
}

a img{
	border:none;
   outline:none;
}
a:hover img {
	border:none;
   outline:none;
   }
ul,li {
	list-style-type:none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  width: 980px;
}
.comp_logo{
	padding-left:18px;
	*padding-left:10px;
}
.birla_logo{top:0px;text-align: right;padding-right:16px;
*padding-right:12px;}
.menu{
	width: 100%;
	height:34px;
	/*background: url(../LIBRARY/menubar-bg.jpg);*/
	
}

/*#menu  {
	padding-top:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:3px;
	margin-right: auto;
	position:relative;
	letter-spacing: 0.012em;
}
#menu > li  {
	float:left;
	padding-right:2px;
	list-style-type:none;
	height:38px;
	background: url(../LIBRARY/menubar-bg.jpg);
}

#menu .last {padding-right:0px}
#menu > li > a {width:auto;	display:block;	font-size:13px;	color:#003D8D;	text-transform:none;font-weight:600;height:32px;line-height:32px;background:FFF;text-align:center;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;position:relative;	padding-left: 18px;	padding-right:17px;
}
#menu > li > a:hover, #menu > .active > a {
	text-decoration:none;
	color: #0088cc;
}
#menu > li > a span {display:block;position:relative}
*/
#banner{
	margin-top: 10px;margin-right: auto;margin-bottom: 12px;margin-left: 16px;height: 380px;
}

.highlight_box{
	display: block;
	background-image: url(../LIBRARY/highlight_box_bg.jpg);
	background-repeat: repeat-x;
	padding: 13px;
}
.highlight_box_news{
	display: block;
	background-image: url(../LIBRARY/highlight_box_bg.jpg);
	background-repeat: repeat-x;
	padding: 15px 0 0 0;
	
}
.highlight_box img{
	display:block;	
}
.highlight_box1{
	padding-top:36px;
	display: block;
	background-image: url(../LIBRARY/highlight_box_bg.jpg);
	background-repeat: repeat-x;
	height:230px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 13px;
	margin:0 auto;
}
.tabletext{
	text-align:inherit;
	line-height: 20px;
	font-size: 13px;
}
.para_start{
	font-size:26px;
	font-weight: bold;
	line-height: 24px;
}

.scroller-txt{
	font-size: 12px;
	line-height:16px;
	margin-top: 6px;	
}
.page-link{
	font-size: 11px;
	line-height:14px;
	margin-top: 6px;
	display:inline;	
}
.page-link img{
	display:inline;
	padding-right:3px;
	margin-top: -2px;
}
.dotted-line{
	border-bottom: dotted 1px #CCC;	
}
.news-txt-link {
	padding-bottom:6px;
	padding-top: 6px;
}
.spc-top{
	padding-top:12px;
}
.txt-hd{
	display:block;
	font-size:19px;
	font-weight:300;
	color:#333;
	padding-left: 8px;
	padding-bottom: 18px;
	padding-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 28px;
}
.spc-txt{
	padding-left: 8px;
}

.footer-add{
	font-size: 12px;
	line-height:20px;
	padding-bottom:8px;
}
.color-bl{
	color:#003D8D;
}
.color-grey{
	color:#333;
}
.footer_main{
	width:100%;
	margin-top:0px;
	background-color:#E9E9E9;
	height: 45px;
	margin-left:auto;
	margin-right:auto;
	bottom:0px;
}
.gradient-bg{
	background-image: url(../LIBRARY/highlight_box_bg.jpg);
	background-repeat: repeat-x;
	height: 220px;
	margin-right: 20px;
}
.gradient-bg-common{
	background-image: url(../LIBRARY/highlight_box_bg.jpg);
	background-repeat: repeat-x;
	height: 220px;
	margin-right: 0px;
}
.footer-link{
	padding-left:10px;
}

.footer-link a{
	color:#333;
	background-image: url(../LIBRARY/blueArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	font-size: 12px;
}
.footer-link a:hover{
	color:#0088cc;
	font-size: 12px;
}
.footer-link h5{
	margin:10px 0px 0px 0px;
}
.footer-link-last h5{
	margin:12px 0px 0px 0px;	
}
.footer-add-t{
	padding-top:8px;
	font-size:12px;
	line-height: 20px;
}

.txt-right{
	text-align:right;
}
.other_link{
	font-size: 11px;
	line-height:16px;
}

/*
Back to top button 
*/
@media screen{
#back-top {
	position: fixed;
	bottom: 50px;
	*bottom: 60px;
	right: 10%;
	 z-index: -10px;
}
#back-top a {
	width: 39px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;z-index:-10px;
}
#back-top a:hover {
	background-image: url(../LIBRARY/go-top.png);
	background-repeat: no-repeat;
	background-position: 0px center;z-index:-10px;
}
/* arrow icon (span tag) */
#back-top span {
	width: 39px;
	height: 39px;
	display: block;
	margin-bottom: 0px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	/*background-color: #ddd;*/
	background-image: url(../LIBRARY/go-top.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	z-index:-10px;
}
#back-top a:hover span {
	background-image: url(../LIBRARY/go-top-o.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	cursor:pointer;
	z-index:-10px;
}
.tab-content {
	overflow:auto;
	
}
}
.news-txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.030em;
	padding: 6px;
}
.hr-line{
	border-bottom: solid 1px #ccc;
	
	height:1px;
	display:block;
	position:absolute;
	margin-top:5px;
	margin-bottom: 5px;
}


/* Start Sub Page CSS */
.download a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#003D8D;
	background-image: url(../LIBRARY/skip-pg-btn.png);
	background-repeat: no-repeat;
	width:130px;
	text-align: center;
	padding-left: 13px;
	padding-top: 2px;
	padding-right: 17px;
	padding-bottom: 5px;
	
}
.download a:hover{
	color:#0088cc;
	font-size:12px;
	line-height:14px;
	background-image: url(../LIBRARY/skip-pg-btn-o.png);
	background-repeat: no-repeat;
	width:130px;
	padding-left: 13px;
	padding-top: 2px;
	padding-right: 17px;
	padding-bottom: 5px;
	
}
.download a img{
	padding-left:2px;
	padding-bottom:2px;
}
.audit-download a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#003D8D;
	background-image: url(../LIBRARY/audit-download.png);
	background-repeat: no-repeat;
	width:150px;
	text-align: center;
	padding-left: 13px;
	padding-top: 2px;
	padding-right: 17px;
	padding-bottom: 5px;
	
}
.audit-download a:hover{
	color:#0088cc;
	font-size:12px;
	line-height:14px;
	background-image: url(../LIBRARY/audit-download-o.png);
	background-repeat: no-repeat;
	width:150px;
	padding-left: 13px;
	padding-top: 2px;
	padding-right: 17px;
	padding-bottom: 5px;
	
}
.audit-download a img{
	padding-left:2px;
	padding-bottom:2px;
}
#banner-sub{
	margin-top: 10px;margin-right: auto;margin-bottom: 0px;margin-left: auto;height: 200px;  z-index:4px;
}
.content-sub{
	margin:22px 0 0px 0;

	*margin:22px 0 0px 0;
	padding-bottom: 0px;
	width:auto;
	display:block;
}
.content-sub-hd{
	padding:5px 0 15px 12px; margin: -10px 0px 0px 0px; *margin: -9px 0px 0px 0px; *padding-top: 3px;
	background-color:#F0F0F0; display: block;
}
.content-sub-hd1{
	padding:5px 0 15px 12px; margin: -10px 0px 0px 0px; *margin: -9px 0px 0px 0px; *padding-top: 3px;
	background-color:#003d8d; display: block;
}
.content-sub-hd1 h3{
	color:#f0f0f0;
}
.content-sub-hd-prod{
	padding:5px 0 5px 12px;
	margin: -10px 0px 0px;

*margin: -9px 0px 0px 0px; *padding-top: 3px;
	background-color:#F0F0F0;
	display: block;
}
/*.content-sub-hd h3{
	margin: 0px 0px 0px 0px; 
}*/
#tab-cont h4 {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content-sub-hd h5{
	margin: -20px 0px 0px 0px;
}
.tab-content {
	font-size: 14px;
	line-height:24px;
	padding-right:16px;
}
.tab-content-spc-bottom {
	font-size: 14px;
	line-height:24px;
	padding-right:16px;
	padding-bottom: 10px;
}
.tab-content-sub-hd {
	font-size: 15px;
	line-height:24px;
	padding-right:12px;
	padding-bottom: 10px;
}


.tab-num{
	font-size:14px;
	padding-right:12px;
	line-height: 24px;
}
.side-bar {
	margin-top: 40px;
	*margin-top: 34px;
	margin-right: 4px;
	*margin-right: 0px;
	margin-bottom:15px;
	*margin-bottom:18px;
}
.side-bar li{ width:54px;
	margin: 0px 2px;
	text-align: center; position:relative; display:inline;
	/*background-color: #f0f0f0;*/	}

.side-bar li a{
	width:54px; padding:4px 12px;
	font-size: 12px;
	font-weight: bold;
	line-height:30px;
	color:#003D8d; 
	background-image: url(../LIBRARY/notes-btn.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;}
.side-bar li a:hover{
	width:54px;
	color: #0088cc;
	background-image: url(../LIBRARY/notes-btn-o.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}
.side-bar ul > .active > a{
	width:54px;
	color: #0088cc;
	background-image: url(../LIBRARY/notes-btn-o.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}
.tab-content-justify {
	text-align: justify;
	padding-right: 6px;
}

/* Chairman's Message */
.chairman-txt-hd{
	font-size: 24px;
	line-height:34px;
	padding-right:12px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#003D8d;
}
.chairman-txt-hd-sub{
	font-size: 14px;
	line-height:16px;
	padding-right:12px;
	padding-bottom: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#003D8d;
}
.chairman-txt-big{
	font-size: 80px;
	line-height:86px;
	padding-right:12px;
}

/* Awards Section */

.award-hd-bg{
background-color:#F0F0F0;
padding:2px 10px;
}
.award-hd-bg h5 {
	margin:4px 0px;
}
.award-d-line {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}

.award-txt{
	font-size: 14px;
	line-height:24px;
	padding-right:20px;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 0px;
}

.awards-pag {
	margin-top: 40px;
	*margin-top: 34px;
	margin-right: 4px;
	*margin-right: 0px;
	margin-bottom:15px;
	*margin-bottom:18px;
}
.awards-pag li{ width:70px;
	margin: 0px 2px;
	
	text-align: center; position:relative; display:inline;
	/*background-color: #f0f0f0;*/	}

.awards-pag li a{
	width:70px; padding:6px 16px;
	font-size: 12px;
	font-weight: bold;
	line-height:30px;
	color:#003D8d; 
	background-image: url(../LIBRARY/reachus-btn.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;}
.awards-pag li a:hover{
	width:70px;
	color: #0088cc;
	background-image: url(../LIBRARY/reachus-btn-o.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}
.awards-pag ul > .active > a{
	width:70px;
	color: #0088cc;
	background-image: url(../LIBRARY/reachus-btn-o.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}

/* Board of directors */

.board-txt{
	padding-top: 8px;
	font: 16px;
	line-height:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#003D8d;
}
.board-txt-sub{
	font-size: 12px;
	line-height:16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#003D8d;
}

/* Team of Executive */

.team-txt-old-b-bottomspace{
	font-size:14px;
	line-height:22px;
	color: #333333;
	border-bottom: 1px solid #dddddd;
	padding-bottom:13px;
	padding-top:5px;
}
.team-txt-old-b-bottomspace span{
	font-size:11px;
}


/*  Unclaimed dividend */

.dividend-table-txt{
	font-size: 14px;
	line-height:24px;
	padding-left:16px;
	
}


/*Balance Sheet Table*/
.table-BS{
	font-size:14px;

}
.BS-head{
	background-color:#F0F0F0;
	font: 18px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.BS-head-blank{
	font: 18px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.BS-head-new{
	background-color:#F0F0F0;
	font: 18px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#003D8D;
	padding-right: 6px;
	padding-left: 6px;
}
.BS-subhead{
	color:#003D8D;
	text-transform:uppercase;
	font: 400 18px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}
.table-BS-box{
	background: #F0F0F0;
}
.table-BS-new{
	color:#003D8D;
}
.table-BS-ltr-new{
	color:#003D8D;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 0px solid #999;
	border-left: 1px solid #999;
}
.table-BS-ltr{
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 0px solid #999;
	border-left: 1px solid #999;
}
.table-BS-lbr-new{
	color:#003D8D;
	border-top: 0px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.table-BS-lbr{
	border-top: 0px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.table-BS-new-box{
	color:#003D8D;
	background: #F0F0F0;
	border-top: 0px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}
.table-BS-subtotal{
	border-top: 1px solid #999;
	border-right: 0px solid #999;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	padding-bottom: 12px;
}
.table-BS-subtotal-t{
	/*font-weight: 600;*/
	background: #F0F0F0;
	border-top: 3px solid #FFFFFF;
	
}
.table-BS-total{
	font-weight: 600;
	text-transform: uppercase;
	border-top: 1px solid #999;
	border-bottom: 3px solid #999;
	border-right: 0px solid #999;
	border-left: 0px solid #999;
}
.spc-right{
	padding-right: 10px;
}
#signatories{
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding-left: 6px;
}
.border-name{
	font-weight:bold;
	color: #333333;
	text-align: right;
	border-top: 0px solid #999;
	border-right: 1px solid #999;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	padding-right: 6px;
}
.name{
	font-weight:bold;
	color: #333333;
	padding-left: 8px;
}
.name-designation{
	color: #333333;
	font-weight: normal;
	margin-top: -20px;
	vertical-align: top;
	padding-left: 8px;
}
/* Finacial Reports*/
.table-FIN{
	font-size:14px;
	line-height:22px;
	color:#333
}
.table-FIN-note{
	font-size:13px;
	line-height:20px;
	color:#333;
}
.fin-hd{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	background-color:#F0F0F0;
}
.fin-subhead{
	color:#003D8D;
	text-transform:uppercase;
	font: 400 14px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}
.fin-hd-new{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	background-color:#F0F0F0;
	color:#003d8d;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-right: 6px;
	padding-left: 6px;
}
.fin-txt-new{
	line-height:22px;	
	color:#003d8d;
}
.side-bar-fin {
	margin-top: 20px;
	*margin-top: 24px;
	margin-right: 0px;
	*margin-right: 0px;
	margin-bottom:10px;
	*margin-bottom:18px;
}
.side-bar-fin ul li{ width:140px;
	margin: 0px 2px;
	height: 24px;
	text-align: center; position:relative; display:inline;
	/*padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #f0f0f0;*/	}

.side-bar-fin ul li a{
	width: 140px;
	font-size: 12px;
	font-weight: bold;
	line-height:30px;
	color:#003D8d;
	background-image: url(../LIBRARY/skip-pg-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 13px;
	
}
.side-bar-fin ul li a:hover{
	width:140px;
	color: #0088cc;
	background-image: url(../LIBRARY/skip-pg-btn-o.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.side-bar-fin ul > .active > a{
	width:140px;
	color: #0088cc;
	background-image: url(../LIBRARY/skip-pg-btn-o.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* Notes to Financial*/
.note-table{
	font-size:14px;
	line-height:22px;
}
.note-hd{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	background-color:#F0F0F0;
}
.note-tab-hd{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	/*background-color:#F0F0F0;*/
}
.note-tab-hd-new{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color:#003d8d;
}
.note-hd-new{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	background-color:#F0F0F0;
	color:#003d8d;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-right: 6px;
	padding-left: 6px;
}
.note-hd-old{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	background-color:#F0F0F0;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-right: 6px;
	padding-left: 6px;
}
.note-txt-new{
	line-height:22px;	
	color:#003d8d;
}
.note-txt-new-b{
	line-height:22px;
	
	color:#003d8d;
	border-bottom: 1px solid #999999;
}
.note-txt-old-b{
	line-height:22px;
	color: #333333;
	border-bottom: 1px solid #999999;
}
.note-txt-new-b-tk{color:#003d8d;
	border-bottom: 3px solid #999999;
}
.note-txt-old-b-tk{color: #333333;
	border-bottom: 3px solid #999999;
}
.note-txt-new-b-tk-t{color:#003d8d;
border-top: 1px solid #999999;
	border-bottom: 3px solid #999999;
}
.note-txt-old-b-tk-t{color: #333333;
border-top: 1px solid #999999;
	border-bottom: 3px solid #999999;
}
.note-txt-line-tb{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 0px solid #999;
	border-left: 0px solid #999;
}
.note-txt-new-t{
	line-height:22px;
	
	color:#003d8d;
	border-top: 1px solid #999999;
}
.note-txt-old-t{
	line-height:22px;
	color: #333333;
	border-top: 1px solid #999999;
}
.note-spc-top{
	padding-top: 6px;
}
.line-hr{
	border-bottom: 1px solid #cccccc;
}
/*Production and Sales Table*/
.table-prod{
	/*border: 1px solid #003d8d;*/
}
.table-prod th{
	background-color:#F0F0F0;
	color: #333333;
	font: 16px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #003D8D;
	font-weight: 700;*/
}
.table-prod th span{
	font-size:14px;
	font-weight: normal;
}
.table-prod td{
	font-size:14px;
	line-height: 20px;
}
.table-prod-new{
	color:#003D8D;
}
.table-prod-new-box{
	color:#333333;
	background: #F0F0F0;
	/*border-top: 0px solid #FFF;
	border-right: 3px solid #FFF;
	border-bottom: 0px solid #FFF;
	border-left: 0px solid #FFF;*/
}

.page-head{
	font-size: 20px;
	color:#003D8D;
	font-weight:400;
	text-transform:uppercase;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.page-subhead{
	font-size: 14px;
  	color:#003D8D;
  	font-weight:400;
  	text-transform:uppercase;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.superscript{
	font-size: 9px;
	vertical-align: super;
}
.footnote{
	font-size: 12px;
	font-size: 12px;
	font-size: 13px;
}

/* Notice Popup window */
#note{
	height: 320px;
	width: 378px;
}
#basecolor{
	width: 347px;
	background: #ECECEC url(../LIBRARY/note-logo.gif) no-repeat 0px 0px;
	text-align: center;
	margin: 0px auto;
	z-index: 0;
	height: 100px;
}
#notehead{
	height: 54px;
	z-index: 100;
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #003D8D;
	vertical-align: middle;
	background-image: url(../LIBRARY/notehead-bar.png);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}
.notetext{
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003D8D;
	padding: 25px 44px;
	text-align: center;
	background-color: #EBEBEB;
	background-image: url(../LIBRARY/textbox-bg.jpg);
	background-repeat: no-repeat;
	background-position: 30px 0px;
}

/* Contact Information */

.contact-txt-table-hd{
	font-size: 15px;
	line-height:16px;
	padding-right:12px;
	padding-bottom: 17px;
	padding-top:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#003D8d;
}
/* contact information Locate button style */

.larg-btn-bg {
	background-image: url(../LIBRARY/notes-btn.png);
	background-repeat: no-repeat;
	padding-bottom: 8px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor:pointer;
	padding-top: 0px;
	color: #003d8d;
	outline: none;
	text-decoration: none;
	border: none;
	width:54px;
	background-position: 0px 3px;
	margin-top:6px;	
}
.larg-btn-bg:hover {
	background-image: url(../LIBRARY/notes-btn-o.png);
	background-repeat: no-repeat;
	padding-bottom: 8px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor:pointer;
	padding-top: 0px;
	color: #0088cc;
	outline: none;
	text-decoration: none;
	border: none;
	width:54px;
	background-position: 0px 3px;
	
}

/*.larg-btn-bg a{
	color: #003d8d;
	outline: none;
	text-decoration: none;
	border: none;
}
.larg-btn-bg a:hover{
	color: #0088cc;
	outline: none;
	text-decoration: none;
	border: none;
}
*/

/* Sitemap */

.sitemap-BS-head-new{
	background-color:#F0F0F0;
}
.sitemap-BS-head-new a{
	font: 18px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#003D8D;
	padding-right: 6px;
	padding-left: 6px;
}
.sitemap-BS-head-new a:hover{
	font: 18px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#003D8D;
	padding-right: 6px;
	padding-left: 6px;
}

/* Report of Directors */

.table-report{font-size:14px;
	line-height:22px;
}
.report-hd-new{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	background-color:#F0F0F0;
	color:#003d8d;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-right: 6px;
	padding-left: 6px;
}
.report-hd-old{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	background-color:#F0F0F0;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-right: 6px;
	padding-left: 6px;
}
.report-txt-new{
	line-height:22px;
	
	color:#003d8d;
}
.report-txt-new-b{
	line-height:22px;
	
	color:#003d8d;
	border-bottom: 1px solid #999999;
}
.report-txt-old-b{
	line-height:22px;
	color: #333333;
	border-bottom: 1px solid #999999;
}
.table-report-ltr-new{
	color:#003D8D;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 0px solid #999;
	border-left: 1px solid #999;
}
.table-report-ltr{
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 0px solid #999;
	border-left: 1px solid #999;
}
.table-report-lbr-new{
	color:#003D8D;
	border-top: 0px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.table-report-lbr{
	border-top: 0px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.table-report-lr-new{
	color:#003D8D;
	border-top: 0px solid #999;
	border-right: 1px solid #999;
	border-bottom: 0px solid #999;
	border-left: 1px solid #999;
}
.table-report-lr{
	border-top: 0px solid #999;
	border-right: 1px solid #999;
	border-bottom: 0px solid #999;
	border-left: 1px solid #999;
}
.report-sub-hd {
	font-size: 15px;
	line-height:24px;
	padding-right:12px;
	padding-bottom: 10px;
}
.report-bulet{
	color:#06C;
	font-size:18px;
	line-height:22px;
}
.vh-line{
	border-right: 1px solid #999;
}

.report-tab-hd{
	
	background-color:#F0F0F0;
	font: 16px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
