* {
	box-sizing : border-box;
}

html {
	margin : 0;
	padding : 0;
}

body {

	margin : 0;
	padding : 0;
}




div {
	margin-top : 0;
	margin-bottom : 0;
	padding : 0;
}

table {
	margin : 0;
	empty-cells: show;
}



form {
	margin : 0;
	padding : 0;
}
.txt {
	font-size: 12px;
	line-height: 15px;
}

.txt2 {
	font-size: 12px;
	line-height: 25px;
}

.txt3{
    font-size:16px;
	line-height: 20px;
    font-weight:bold}
}

.txt4 {
	font-size: 14px;
	line-height: 18px;
}

.img {
	background-repeat : repeat-y;
	background-image: url(images/common/shadow.gif);
}

.img2 {
	background-repeat : repeat-y;
	background-image: url(images/common/bg.gif);
}
