body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
}
tr, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.insertTable {
	background-color: #E9E9E9;
	border: 1px dotted #999999;
	border-collapse: collapse;
}
.trList td{
	border: 1px dotted #999999;
}
.tdTitle, legend{
	font-size: 16px;
}
.trHead td{
	border: 1px dotted #666666;
	background: #CCCCCC;
	font-weight: bold
}
.trTit td{
	border: none;
	background: #CCCCCC;
	font-weight: bold
}
hr {
	border: none;
	height: 0px;
	border-bottom: 1px dotted #666666;
}
.code {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	text-align: center;
}
div.box{
	font-size: 9px;
	line-height: 100%;
	font-style: italic;
	width:100% !important;
	width /**/:100%;
    height:50px !important;
	height /**/: 50px;
    overflow:auto;
	padding: 4px;
    border:1px solid #CCCCCC;
    background:#FFFFFF;
	padding:2px;
}
div.box strong{
	font-style: normal;
}
legend{
	color: #FF6600;
	font-weight: bold;
}
a:link {
	font-size: 15px;
	line-height: normal;
	color: red;
	text-decoration: underline;
}

a:visited {
	font-size: 15px;
	line-height: normal;
	color: red;
	text-decoration: underline;
}

a:hover {
	font-size: 15px;
	line-height: normal;
	color: red;
	text-decoration: underline;
}

a:active {
	font-size: 15px;
	line-height: normal;
	color: red;
	text-decoration: underline;
}