/* CSS Document */
body {
	 background-color:#101b31;
 	 margin-left:0px;
	 margin-top:0px;
	 margin-right: px;
	 margin-bottom:0px;
}
/*---------------------------------------Background---------------------------------------*/
.bigbj {
     background-image:url(images/big_bj.gif);
	 background-repeat:no-repeat;
	 background-color:#ddeaf8;
	 background-position:top;
}
.dotsbj {
     height:19px;
     background-image:url(images/dots.gif);
	 background-repeat:repeat-x;
	 background-position:top;
}
/*---------------------------------------Font---------------------------------------*/
.renning_font {
      color:#1c254d;
     font-family:Tahoma;
      font-size:11px;
      font-style:normal;
	  text-align:justify;	 
      font-weight: normal;
      text-transform: normal;
      letter-spacing: normal;
      line-height:21px;
}
.headding_font {
      color:#122586;
      font-family:"Trebuchet MS";
      font-size:22px;
      font-style:normal;
	  text-align:justify;	 
      font-weight:bold;
      text-transform: normal;
      letter-spacing: normal;
      line-height:20px;
}


.headding_font2 {
      color:#bd1f26;
      font-family:"Trebuchet MS";
      font-size:16px;
      font-style:normal;
	  text-align:justify;	 
      font-weight:bold;
      text-transform: normal;
      letter-spacing: normal;
      line-height:20px;
}


.bold_font {
      color:#0e3681;
      font-family:Arial, Helvetica, sans-serif;
      font-size:11px;
      font-style:normal;
	  text-align:justify;	 
      font-weight:bold;
      text-transform: normal;
      letter-spacing: normal;
      line-height:20px;
}
.arial_font {
      color:#f3f6fb;
      font-family:Arial, Helvetica, sans-serif;
      font-size:11px;
      font-style:normal;
	  text-align:justify;	 
      font-weight:normal;
      text-transform: normal;
      letter-spacing: normal;
      line-height:14px;
}
/*---------------------------------------border---------------------------------------*/
.box{  
       width:256px;
       height:25px;
       background-color:#eef7f3;
	   border-top:#d8efe5 solid 1px ;
	   border-bottom:#d8efe5 solid 1px ;
	   border-left:none;
	   border-right:none;
	   color:#205e41;
       font-family:Arial, Helvetica, sans-serif;
	   line-height:23px;
       font-size: 11px;
}

.box1{  
       width:256px;
       height:25px;
       background-color:#e9f5ff;
	   border-top:#afd1ed solid 1px ;
	   border-bottom:#afd1ed solid 1px ;
	   border-left:#afd1ed solid 1px ;
	   border-right:#afd1ed solid 1px ;
	   color:#205e41;
       font-family:Arial, Helvetica, sans-serif;
       font-size: 11px;
}

.box2{  
       width:256px;
       height:100px;
       background-color:#e9f5ff;
	   border-top:#afd1ed solid 1px ;
	   border-bottom:#afd1ed solid 1px ;
	   border-left:#afd1ed solid 1px ;
	   border-right:#afd1ed solid 1px ;
	   color:#205e41;
       font-family:Arial, Helvetica, sans-serif;
       font-size: 11px;
}