<style>
body
{
	background-color : #D9EEFF;
}

td
{
	font-family:	verdana;
	font-size:		9pt;
	font-weight:	bold;
}

h2
{
	font-family:	verdana;
	font-size:		15pt;
	font-weight:	bold;
}

h3
{
	font-family:	verdana;
	font-size:		10pt;
	font-weight:	bold;
}

input
{
	font-family:	verdana;
	font-size:		9pt;
	font-weight:	normal;
	border:			1px solid #666699;
	padding-left:	4px;
	margin-left:	4px;
	background-color: #EFEFEF;
	cursor:			default;
}
select
{
	font-family:	verdana;
	font-size:		9pt;
	font-weight:	normal;
	border:			1px solid #666699;
	padding-left:	4px;
	margin-left:	4px;
	background-color: #D9EEFF;
	cursor:			default;
}
.num
{
	text-align:		right;
}
</style>
<style media="screen">
.PrintButt
{
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	font-weight:			bold;
	background-color:		#6633CC;
	border:					2px solid #666699;
	width:					80px;
	color: #FFFFFF;
}
</style>
<style media="print">
.PrintButt {display: none}
</style>
