	body
	{
		background-image: none;
		background-color: #ffffff;
		font-family: Arial;
		font-size: 7pt;
		margin: 0px;
	}
	p
	{
		margin: 0px;
	}
	a
	{
		color: #000000;
		text-decoration: none;
	}
	a:hover
	{
		text-decoration: underline;
	}
	a img {
		border: 0px;
		vertical-align: middle;
	}
	th
	{
		background-color: #027daa;
		font-size: 7pt;
		font-weight: bold;
		color: #ffffff;
		padding: 5px;
		text-align: left;
	}
	td
	{
		font-size: 7pt;
		color: #000000;
	}
	form {
		margin: 0px;
	}
	input
	{
		font-size: 7pt;
		font-family: Arial;
	}
	textarea
	{
		font-size: 7pt;
		font-family: Arial;
	}
	select
	{
		font-size: 7pt;
		font-family: Arial;
	}
	h1
	{
		color: #FF6600;
		text-align: left;
		font-weight: bold;
		font-size: 11pt;
	}
	h2 {
		font-size: 7pt;
		font-weight: bold;
		text-decoration: none;
		margin: 0px;
        color: #000000;
	}
	h3 {
		font-size: 7pt;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.textWhite a, .textWhite
	{
		color: #ffffff;
	}
	

.hideOnPrint
{
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

.backPrint
{
	width: 16cm;
	height: 25cm;
	position: absolute;
	z-index: 1;
}
.contentPrint
{
	position: absolute;
	z-index: 2;
}

