	.text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-align: justify;
	}
	.dash {
		background-color: #eeeeee;
		border-bottom: dashed #808080 1px;
		padding-left: 3px;
		padding-right: 3px;
	}
	
     .topleft {
         width: 5px;
         height: 4px;
         background:  url('/map/tab_left_top.jpg') no-repeat;
     }
     .topright {
         width: 5px;
         height: 4px;
         background:  url('/map/tab_right_top.jpg') no-repeat;
     }
     .topmiddle {
         height: 4px;
         background:  url('/map/tab_center_top.jpg') repeat-x;
     }
     .centercolor{
        background-color: #046aac;
        color: white;
      }     
     .bottomleft {
         width: 5px;
         height: 4px;
         background:  url('/map/tab_left_bottom.jpg') no-repeat;
     }
     .bottomright {
         width: 5px;
         height: 4px;
         background:  url('/map/tab_right_bottom.jpg') no-repeat;
     }
     .bottommiddle {
         height: 4px;
         background:  url('/map/tab_center_bottom.jpg') repeat-x;
     }
	 .bline {
		height: 4px;
		background-color: #046aac;
	 }

/***************/
     .topleft1 {
         width: 5px;
         height: 4px;
         background:  url('/map/tab_left_top1.jpg') no-repeat;
     }
     .topright1 {
         width: 5px;
         height: 4px;
         background:  url('/map/tab_right_top1.jpg') no-repeat;
     }
     .topmiddle1 {
         height: 4px;
         background:  url('/map/tab_center_top1.jpg') repeat-x;
     }
	 .middleleft1 {
         width: 5px;
         background:  url('/map/tab_left_middle1.jpg') repeat-y;
	 }
	 .middleright1 {
         width: 5px;
         background:  url('/map/tab_right_middle1.jpg') repeat-y;
	 }

/**************/
	.gradient {
		height: 3px;
		background:  url('/map/gradient.jpg') repeat-x;
	}
