h1
{
	color:				#003A8C;
	font-size:			1.6em;
	margin-top:			5px;
}


h2
{
	color:				#003A8C;
	font-size:			1.2em;
	margin-top:			5px;
	margin-bottom:		3px;
}

p
{
	color:				#555454;
	font-size:			1.2em;
	font-weight:		bold;
	margin-bottom:		20px;
}


input.wide
{
	width:				400px;
}

input.short
{
	width:				80px;
}


select
{
	border:					solid 1px #9D9C9C;
}

span.space
{
	margin-right:		20px;
}


td.bodyColumn table
{
	margin-bottom:		10px;
}

input[disabled]
{
	background-color:	#D9D9D9;
}

