body, td, th, div, a, p, span, option, select, input
{
	font-family: Arial;
	font-size: 8pt;
}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border-width: 0px;
}

@media screen
{
	th
	{
		background-color: #95a5c7;
	}

	td.even
	{
		background-color: #c3cad7;
	}

	input.even
	{
		background-color: #c3cad7;
	}

	.noscreen
	{
		display: none;
		visibility:  hidden;
		width: 0px;
		height: 0px;
	}

	table.photos
	{
		margin-left: 25px;
	}

	.full_width
	{
		width: 757px;
	}

	tr.photos
	{

	}

	th.photos
	{
		text-align: left;
		background-color: #FFFFFF;
		font-size: 14pt;
	}

	td.photos
	{
		text-align: center;
		width: 300px;
		padding-bottom: 50px;
		padding-right: 40px;
		vertical-align: top;
	}

	div.report_header
	{
		position: absolute;
		left: 105px;
		top: 75px;
		font-size: 16pt;
		font-weight: bold;
	}
}

@media print
{
	.full_width
	{
		width: 100%;
	}

	table.photos
	{
		width: 100%;
	}

	tr.photos
	{

	}

	th.photos
	{
		text-align: left;
		background-color: #FFFFFF;
	}

	td.photos
	{
		text-align: center;
		width: 50%;
		height: 50%;
		padding-bottom: 20px;
		vertical-align: top;
	}

	div.report_header
	{
		font-size: 16pt;
		font-weight: bold;
	}

	.noprint
	{
		display: none;
		visibility:  hidden;
		width: 0px;
		height: 0px;
	}

	a
	{
		text-decoration: none;
		color: #FFFFFF;
	}
}
