  body{

			 margin:0px auto;
			 padding:0px;
			 text-align:center;	
			 background: #FFFFFF;
			 background-attachment: fixed;
			 font-family: "MS Sans Serif", "Microsoft Sans Serif"; 
			 font-size: 10px;
			 color: #666666;
			 scrollbar-face-color: #6AC8FF;
			 scrollbar-highlight-color: #FFFFFF;
			 scrollbar-shadow-color:#CDEDFF;
			 scrollbar-3dlight-color:#CDEDFF;
			 scrollbar-arrow-color:#FFFFFF;
			 scrollbar-track-color:#FFFFFF;
			 scrollbar-darkshadow-color:#B3DFF8;
			

		}

		div,td,th{

			 font-size: 10px;
			 color: #666666;
			 font-family: "MS Sans Serif", "Microsoft Sans Serif"; 

		}

		a:link {
			 color: #235376;
			 text-decoration: none;
		 }
		a:hover {
			 color: #ff9900;
			 text-decoration: underline;
		 }
		a:visited {
			  color: #235376;
			  text-decoration: none;
		 }

		input { 
			  border :1px solid #FFFFFF;
			  font-size: 10pt;


			  
		 }

		 .color_button{

              border-width :1px;
			  border-style:solid ;
			  border-color: #CDEDFF #80B4DF #80B4DF #CDEDFF;
			  background-color: #6AC8FF;
			  color: #FFFFFF;



		 }
		  .color_button2{

              border-width :1px;
			  border-style:solid ;
			  border-color: #ffb2cd #de4c83 #de4c83 #ffb2cd;
			  background-color: #6AC8FF;
			  color: #FFFFFF;



		 }

		.radio {
			 background: transparent; 
			 text-decoration: none
		}

		textarea{
			 border :1px solid #FFFFFF;
			 background: #FFFFFF;
		 }
		select{ 
			font-size: 10px; 
			width:120px;
			border: 1px solid #FFFFFF;
			background: #FFFFFF;

		}


			#clear{

				clear: both;
				line-height:0px;
				height: 0px;


			}

			#main{
				margin:0px auto;
				width: 780px;

			}


			#left_column{ /* sum margin+border = 156 px*/

			   width:150px;
			   float:left;
			   text-align:left;
			   margin:0px 3px 0px 1px;
			  
			}


			 #right_column{

			   width:624px;
			   float:left;
			  
			}


			#left_main{  

				width:468px;
				float:left;
				
			}

			#right_main{  /*156+border box2px+margin*/

				width:150px;
				float:left;
			    text-align:left;
			    margin:0px 1px 0px 3px;

			}


			#box{

				width:150px;
				background:#E3F5FF;
				border:1px solid #0081BA;
				margin-bottom:4px;
				overflow:hidden;


			}

			#box div{

				margin:4px 0px 4px 0px;
				overflow:hidden;


			}

			#box #boxwhite{

				margin:4px 4px 4px 4px;
				background:#FFFFFF;
				overflow:hidden;

			}


			#box_blue{

				width:150px;
				background:#6AC8FF;
				border:1px solid #0081BA;
				text-align:center;
				margin:4px 0px 4px 0px;
				overflow:hidden;

			}

			#box_banner{

				width:150px;
				background:#A4E3FF;
				border:1px solid #0081BA;
				text-align:center;
				margin:4px 0px 4px 0px;
				overflow:hidden;

			}


			#box_banner div{

				margin:7px 0px 7px 0px;

			}
		

			.row_login{

                 background:#6AC8FF;
				 width:140px;
				 margin-bottom:3px;
				 text-align:left;
				 overflow:hidden;


			}

			#line{
                 background:#1FACFF;
				 width:780px;
				 height:4px;
				 margin-bottom:5px;
				 margin-top:5px;
			}

			.textbox_color{

                  border: 1px solid #B6D8F1;

			}

			.font_login{

                    color:#167184;
					font-weight:bold;
			}

			#line_update{

					border-top:3px solid #65C9FF;
					border-bottom:3px solid #65C9FF;
					margin-top:8px;

			}

