.div_lable
		 {
 				font-size : 18px;
 				font : bold;
 				font-family : Arial, Helvetica, sans-serif;
		 }

		.bord_td
			{
				border-top-style:none;
				border-bottom-style:none;
				padding-left:15px; 
				border-right-color:#333399; 
				border-right-style:solid; 
				border-right-width:2px; 
				border-left-color:#333399; 
				border-left-style:solid; 
				border-left-width:2px; 
			}

		.but
			{
				background-color:#D2D9FB; 
				border-color:Navy; 
				border-width:1px; 
				border-style:solid; 
				cursor:hand; 
				font-weight:bold; 
				font-family:Arial, Helvetica, sans-serif;	
				font-size:12px;
			}
		.tabs
			{
				height:30px;
				font-weight : bold;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 12px;
				font-style : normal;
				padding-left:10px;
				cursor:hand;
				border-color:#333399; 
				border-style:solid; 
				border-width:2px;
				color:#000000;
				
			}

		.input
			{
				border-width : 1px;
				border-color : Black;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 12px;
				font-style : normal;
				cursor : default;
				width : 180px;
			}
		.text_area
			 {
			 	border-width : 1px;
				width : 570px;
				height : 40px;
				border-color : Black;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 12px;
				font-style : normal;
				cursor : default;
				overflow-y : visible;
			}
		.label
			{
				font-family : Arial, Helvetica, sans-serif;
				font-size : 12px;
				font-style : normal;
			}
		 .non_checked
			{
				font-family : Arial, Helvetica, sans-serif;
				font-size : 12px;
				font-style : normal;
				color : #666666;
			}		
		.label_bold
			{
				font-weight : bold;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 11px;
				font-style : normal;
			}
		.label_red_bold
			{
				font-weight : bold;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 12px;
				font-style : normal;
				color: Red;
			}
		.label_small_9
			{
				font-weight : bold;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 9px;
				font-style : normal;
			}				
		.label_small
			{
				font-family : Arial, Helvetica, sans-serif;
				font-size : 11px;
				font-style : normal;
			}					
		.button 
			{
				background-color:#D2D9FB; 
				border-color:Navy; 
				border-width:1px; 
				border-style:solid; 
				cursor:hand; 
				font-weight:bold; 
				font-family:Arial, Helvetica, sans-serif; 
				font-size:12px;
				width : 100px;
			}
		.button2 
			{
				background-color:#D2D9FB; 
				border-color:Navy; 
				border-width:1px; 
				border-style:solid; 
				cursor:hand; 
				font-weight:bold; 
				font-family:Arial, Helvetica, sans-serif; 
				font-size:12px;
				width : 200px;
			}
		 .drop_down 
			{
				border-width : 1px;
				border-color : Black;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 12px;
				font-style : normal;
				cursor:hand;
				width : 180px;
			}
