a {
    behavior:url("../css/sub.htc");
}
body {
	font-family: Arial;
	font-size: 9pt;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;	
	scrollbar-base-color: #F8F9FC;
	scrollbar-arrow-color: #DDE3EC;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
    border: 0;
	margin: 0;
}
input {
	font-family: Arial;
	font-size: 9pt;
	height: 18px;
}
select {
	font-family: Arial;
	font-size: 9pt;
	height: 18px;
}
textarea {
	font-family: Arial;
	font-size: 9pt;
}
td {
	font-family: Arial;
	font-size: 9pt;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.formattext {
	line-height: 20px;
}
.lrborder {
	background-color:#FFFFFF;
}
.lbrborder {
	background-color:#FFFFFF;
}
.noborder {
    border: 0px;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.green {
	color: #006600;
}
.red {
    color: #FF0000;
}
.blue {
    color: #1B65A6;
}
.orange {
	color: #FF6600;
}