body{
 margin:0px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:9pt;
 text-decoration:none;
 color:#000000;
}
.header_link{
	 color:#011820;
	 text-decoration:none;
	 font-weight:bold;
}
.search{
	font-size:11pt;
	color:#FFFFFF;
	padding-left:10px;


}
.header_img1	{
	background-image:url(../image/header_img1.gif);
	width:200px;
	height:52px;
	background-repeat:repeat-x;
		}
.img12	{
	background-image:url(../image/img12.jpg);
	width:270px;
	background-repeat:repeat-y;
	margin-left:8px;
	margin-top:10px;
}	
.btn121	{
	background-image:url(../image/btn121.png);
	width:80px;
	height:29px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	border:0px;
	font-weight:bold;
	font-size:7.8pt;
}
.box1001{
	width:242px;
	height:650px;
	margin-left:10px;
	margin-top:5px;
	border:#000000 1px solid;
	background-color:#FFFFFF;	
}
.col_fst{
	color:#011820;
	text-decoration:none;
	font-weight:bold;
	font-size:8.8pt;
	}
#col_sec A{
	color:#115595;
	font-weight:bold;
	text-decoration:none;
	font-size:8.8pt;
}	
#col_sec A:hover{
	color:#FF6600;
	font-weight:bold;
	text-decoration:underline;
	font-size:8.8pt;
}	
.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}
