* {
	margin: 0;
	padding: 0;
    text-decoration: none;
}
body {
	background: #ffffff ;
	font-family: tahoma;
	font-size: 70%;
    color:#140407;
    text-decoration: none;
	
}
a:hover,a:active,a:focus{
	text-decoration:underline;
    color:#4B4BFA;
}
a{
    color:#4B4BFA;
}
table {
    font-family: tahoma;
    font-size: 12px;
    text-align:justify;
}
input {
    background:#ffffff;
    border:1px solid;
    border-color:#C0C0C0;
	font-family: tahoma;
	font-size: 95%;

}
#h_txt { 
    width:570px;
    font-family: tahoma;
    font-size: 14px;
    color:#666769;
    text-align:justify;
    margin-left:10px;
}
#i_txt { 
    width:800px;
    font-family: tahoma;
    font-size: 12px;
    color:#666769;
    text-align:justify;
}