html
{
background: #fff;
}

body,table {
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {height: 1px;}

a {
	text-decoration: none;
	font-weight: bold;
}

th {background-color: #ddd;}

.underline {text-decoration: underline;}
.input {width: 100%;}
.red {color: #990000;}
.green {color: #009900;}
.blue {color: #000099;}


.border {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.border td,
.border th {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.border table td,.border table th {border: none;}


.border2 {
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.border2 td,
.border2 th {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.border2 table td,.border table th {border: none;}
