/* CSS Document */

/* Default */
body { margin: 0px;
       padding: 0px;
	   background-color: #f4f8fb;
	   line-height: 100%;
	   text-align: center;
	   /*background:url(../Images/bg_img.jpg) repeat-y;*/
	      	
	  }
	  
tr { text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	}

input { font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 11px;
        color:#195b8d;
		width: 85px;
		height: 10px;		
	  }	
	  
.left_bg {
	background-image: url(../Images/left_bg.gif);
	background-repeat:repeat-y;
	}
	
.right_bg
{
	background-image: url(../Images/right_bg.gif);
	background-repeat:repeat-y;
	}
	  
.container{ 
             background-color:#FFFFFF; 
			 padding: 0px; 
			 margin: 0px;
			 text-align: center
		}

a{text-decoration: none; color: #195b8d;}
a:hover{text-decoration: underline;}

/* Background */
/* Home Page */
.bg1{background: url(../Images/orange_line.gif) repeat-x; background-position: bottom;}
.bg2{background: url(../Images/dotted_line.jpg) repeat-x; background-position: center;}
.bg3{background: url(../Images/tbl_bg_c.gif) repeat-x;}
.bg4{background-color: #cccdd2;}
.bg5{background: url(../Images/footer_img_c.jpg) repeat;}
.bg7{background: url(../Images/tbl_bg_brdr.gif) repeat-x; background-position: bottom;}
.bg8{background: url(../Images/tbl_bg_brdr.gif) repeat-y; background-position: left;}
.bg9{background: url(../Images/tbl_bg_brdr.gif) repeat-y; background-position: right;}

/* Inner Page */
.bg6{background: url(../Images/Top_banner_c.gif) repeat-x;}

.bg_GrayLight{background-color: #F6F7FB; padding: 2px;}
.s1{color: #1a5b8e; border-bottom:1px solid #d3d3d3; font-weight:bold; display:block;text-transform: uppercase;}

/* Font */
.fb{font-weight: bold;}
.fi{font-style: italic;}
.fu{text-decoration: underline;}
.f1{line-height: 18px;}
.f2{font-size: 12px;}
.f3{color: #636363;}
.f4{font-size: 14px;}
.f5{font-size: 9px;}
.f6{font-size: 11px; line-height: normal;}



/* Links */
.leftlinktitle{width:120px !important; display:block; color:#FFFFFF; font-weight: bold; background-color:#0D4774; line-height:13px; border-bottom:#999999 1px dotted; text-decoration:none; padding:5px 0px 3px 10px}
.leftlink{width:120px !important; display:block; color:#333333; background-color:#F7F7F7; line-height:13px; border-bottom:#999999 1px dotted; text-decoration:none; padding:5px 0px 3px 10px ;}
.leftlink:hover{text-decoration:none; color:#006699; background-color:#E9E9E9;}

/* added to highlight which page is opened */
.leftlinkbg{width: 120px !important; display: block; color: #006699; background-color: #E9E9E9; line-height: 13px; border-bottom: #999999 1px dotted; padding: 5px 0px 3px 10px;}
.leftlinkbg:hover{text-decoration: none;}

.link1 { padding-right: 3px;	 
	   }
.link2 { background:url(../Images/bullet1.gif) no-repeat; padding-left: 14px; padding-top: 1px; }
.link3 { display: block 1xp solid; 
         width: 130px; 
		 background-color: #edf5fd; 
		 text-align: center; 
		 padding: 5px;}
.link3:hover { background-color: #e5eef5;}

/* class added for Press Release */
.list_link4
  {  margin: 0px;
     padding-top: -3px;
	 padding-left: 0px;
  }
.list_link4 ul
  {  margin: 0px;
     padding: 0px;
  }
.list_link4 li
  {  margin: 0px;
     padding-left: 14px; padding-bottom: -5px;
	 list-style: none;
     background: url(../Images/bullet1.gif) no-repeat;
  }

/* Padding */
.padb3{padding-bottom: 3px;}
.padb5{padding-bottom: 5px;}
.padb10{padding-bottom: 10px;}

.padlr18{padding-left: 18px; padding-right: 18px;}

.padl22{padding-left: 22px;}
.padl12{padding-left: 12px;}
.padl5{padding-left: 5px;}


.padr16{padding-right: 16px;}
.padr12{padding-right: 12px;}
.padr10{padding-right: 10px;}

.padt12{padding-top: 6px;}

.brdr
{
border-width: 1px; 
border-color:#000066; 
border-style: solid;
}

.ul {margin: 0px; padding: 0px;}
ul li{margin: 0px; padding: 0px; line-height: 15px;}

.tdheight{height: 240px;}