@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:"Tahoma";
	color:#757575;
	font-size:12px;
	background-color:#f5f6f7;
	
}
.td{
	line-height:18px;
	}
a:link {
	font-family:"Tahoma";
	font-size:12px;
	color: #757575;
	text-decoration:none;
	}
a:visited {
	font-family:"Tahoma";
	font-size:12px;
	color: #757575;
	text-decoration: none;
	}
a:hover {
	font-family:"Tahoma";
	font-size:12px;
	color: #000000;
	text-decoration:underline;
	}
a.b:link {
	font-family:"Tahoma";
	font-size:12px;
	color: #000000;
	text-decoration: none;
	}
a.b:visited {
	font-family:"Tahoma";
	font-size:12px;
	color: #000000;
	text-decoration: none;
	}
a.b:hover {
	font-family:"Tahoma";
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
	}
.font_lr{
	font-family:"Tahoma";
	font-size:14px;
	color: #161616;
	}
.input{
	border:1px solid #e3e2e2;
	font-size:12px;
	color:#797979;
}
.line{
	border-bottom:1px solid #e5e5e5;
	}
.font{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	}
.mar_top{
	margin-top:14px;
	}
.mar_top2{
	margin-top:10px;
	}
.nop{
	background-position:top left;
	background-repeat:no-repeat;
	}
.par_left{
	padding-left:12px;
	}
