div.indeximage
{
	color: rgb(0, 0, 0);

	text-align: center;

	margin-top: 12px;
}


div.column0
{
	color: rgb(0, 0, 0);

	position: absolute;

	top:48px;
	left:0%;

	width: 10%;
}


div.column1
{
	color: rgb(0, 0, 0);

	position: absolute;

	top:48px;
	left:11%;

	width: 44%;
}


div.column2
{
	color: rgb(0, 0, 0);

	position: absolute;

	top:48px;
	left:11%;

	width: 88%;
}




h1
{
	margin-top: 0;

	padding-left: 1em;
	padding-right: 1em;
	font-size: 12pt;
}




input
{
	font-weight: bold;

	margin-top: 0.5em;

	color: rgb(0, 0, 0);
	background-color: rgb(240, 240, 240);

	border-top: 1px solid rgb(255, 255, 255);
	border-left: 1px solid rgb(255, 255, 255);
	border-right: 1px solid rgb(128, 128, 128);
	border-bottom: 1px solid rgb(128, 128, 128);

	width: 100%;
}


input:hover.submit
{
	background-color: rgb(255, 240, 224);
}


input.text
{
	color: rgb(0, 0, 0);
	background-color: rgb(240, 240, 240);

	border-top: 1px solid rgb(128, 128, 128);
	border-left: 1px solid rgb(128, 128, 128);
	border-right: 1px solid rgb(128, 128, 128);
	border-bottom: 1px solid rgb(128, 128, 128);

	width: 100%;
}




textarea
{
	color: rgb(0, 0, 0);
	background-color: rgb(240, 240, 240);

	border-top: 1px solid rgb(128, 128, 128);
	border-left: 1px solid rgb(128, 128, 128);
	border-right: 1px solid rgb(128, 128, 128);
	border-bottom: 1px solid rgb(128, 128, 128);

	width: 100%;
}




div.indexContents
{
	margin-top: 0.5em;
	margin-left: 0.5em;

	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;

	border-bottom: 1px solid rgb(128, 64, 16);

	width: 80%;
	text-align: left;
}

