#tkLogo
	{
	position:absolute;
	top: 40px;
	left: 300px;
	background:#FFFFFF;
	padding: 0px;
	z-index: 10;
	}


#circleBarcodeImage
	{
	position:absolute;
	top: 20px;
	left:20px;
	background:#FFFFFF;
	padding: 0px;
	z-index: 100;
	}

#thisPage
	{
	position:absolute;
	top: 135px;
	left: 300px;
	background:#FFFFFF;
	}

#qrImage
	{
	position:absolute;
	top: 100px;
	left:600px;
	background:#FFFFFF;
	padding: 0px;
	}

.tag
	{
	background: #CC6633;
	color: #FFFFFF;
	font-weight: normal;
	padding: 3px;
	}

#leftTopBlock
	{
	}

#menu
	{
	position:absolute;
	top: 240px;
	left: 20px;
	width: 700px;
	background:#000000;
	padding: 5px;
	text-align:left;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.menuText 
	{
	color: #ffffff;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 2px;
	}

#mainContent
	{
	position:absolute;
	top: 290px;
	left: 20px;
	width: 700px;
	padding: 10px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 2px;
	}

#footer
	{
	position: relative;
	top: 20px;
	border-top: 1px solid #000000;
	padding-top: 10px;
	width: 700px;
	text-align:center;
	font-size: 11px;
	}

.menuRuleBelow 
	{
	display: block;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 3px;
	}

	body {
		margin: 10px 10px 10px 10px;
		padding: 0px;
		/* font-family: Verdana, Arial, Helvetica, sans-serif; */
		font-family: Courier;
		font-size: 12px;
		text-align:center;
		}
/* Margin below text elements */
	p, h1, h3, h4 
	{
		margin: 0px 0px 10px 0px;
	}

	h2 
	{
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		margin: 0px 0px 10px 0px;
	}

	li
	{
		margin-top: 10px;
	}
	
	table {
		margin: 3px;
		padding: 3px;
		border: 0;
		}
	tr {
		background: #ffffff;
		}
	.whiterow {
		background: #ffffff;
		}
	th {
		background: #000000;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		padding: 1px 5px 1px 5px;
		}
	td {
		vertical-align: center;
		background: #ffffff;
		padding: 1px 5px 1px 5px;
		/*font-size: 12px;*/
		word-break: break-all;
		}

	 a:link {
		color: #FF6600;
		/*font-family: Courier;
		font-size: 13px;*/
		font-weight: bold;
		text-decoration: none; 
		}
		
	 a:visited {
		color: #CC6633;
		/*font-family: Courier;
		font-size: 13px;*/
		font-weight: bold;
		text-decoration: none; 
		}
		
	 a:hover {
		color: #222222;
		/*font-family: Courier;
		font-size: 13px;*/
		font-weight: bold;
		text-decoration: none; 
		}

	 a.menu:link {
		color: #FF6600;
		font-size: 14px;
		/*font-weight: bold;*/
		text-decoration: none; /* */
		}
	 a.menu:visited {
		color: #CC6633;
		font-size: 14px;
		/*font-weight: bold;*/
		text-decoration: none; /* */
		}
	 a.menu:hover {
		color: #888888;
		font-size: 14px;
		/*font-weight: bold;*/
		text-decoration: none; /* */
		}
