@charset "utf-8";
/* CSS Document */
input {
	cursor: default;
	font-family: "Tahoma";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
textarea {
	cursor: default;
	font-family: "Tahoma";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight:bold;
}
#d1 {
	width:100%;
	border-bottom:1px #666666 solid;
	padding-top:5px;
	padding-bottom:5px;
}
#d2 {
	width:350px;
	border-bottom:1px #666666 solid;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
}
#copy {
	width:350px;
	padding:2px;
	border-top:1px #666666 solid;
}
.css {
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
	word-break: break-all;
}
.opbgcolor {
	background-color: #f7f7f7;
}
.tables {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size: 12px;
	line-height: 150%;
}


