body
{
	font-family: calibri, helvetica, sans-serif;
	background: #0f2a56;
	color: white;
}
a
{
	color: #0091c9;
}
a:hover
{
	text-decoration: none;
}
th
{
	min-width: 120px;
	text-align: right;
	font-weight: normal;
	border-right: dotted 1px #0091c9;
}
td,
th
{
	padding: 5px;
	margin: 0px;
}
fieldset,
table
{
	margin: 1em auto;
}
textarea
{
	width: 100%;
	height: 100px;
}
h2
{
	text-decoration: underline;
}
/*
input.text
{
	background: url('../gfx/inputbg.gif');
}
*/
.submit
{
	width: 80px;
	height: 28px;
}
#final
{
	text-align: right;
	border-top: dotted 1px #0091c9;
	padding-top: 1em;
}

.date_display
{
	background: white;
	color: black;
	width: 100px;
	margin: 2px;
	padding: 0 3px;
	cursor: pointer;
}

small.sidenote:before
{
	content: '- ';
}

small.sidenote
{
	display: block;
	float: right;
	width: 60px;
}

@media print
{
	body
	{
		font-family: Verdana, Helvetica, sans-serif;
		background: white;
		color: black;
	}
	a
	{
		color: blue;
	}
	th
	{
		border-color: #eaeaea;
	}
}
