html 
{
	background-color: #888;
}

body
{
	font-family: sans-serif;
	padding: 0px;
}

div#siteContainer 
{
	width: 100%;
	height: 100%
	margin: 0px auto;
	background-color: #fff;
}


/* ----------------- Site Header -------------------------- */
div#siteHeader {
	position: relative;
	height: 64px;
	
	/*
	background-image: url( ../images/barBack.jpg );
	background-position: top left;
	background-repeat: repeat-x;
	*/
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 20px;

	font-size: 30px;
}
div#siteHeaderRight {
	float: right;
	height: 64px;
	padding-top: 10px;
	padding-left: 20px;
}

img#companyHeader 
{
	
}
img#companyLogo
{
	float: right;
	margin-left: 0px;
	margin-right: 0px;
}


/* ----------------- Site Body ---------------------------- */
div#siteBody 
{
	width: 100%
	position: relative;
	clear: both;
	font-size: 11px;
}


/* ------------ Entry Box ----------------- */
div#entryBox 
{
	font-size: 18px;
	height: 375px;
	/*
	background-color: #0a0;
	width: 400px;
	margin: 20px auto;
	*/
}

table#entryTable
{
	font-size: 24px;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
}

/* ------------ Instructions Box ----------------- */
div#instructions 
{
	position: relative;
	font-size: 14px;
	overflow: scroll;
	width: 60%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	text-align: left;
	/*
	height: 300px;
	margin-left: 50px;
	margin-right: 50px;
	*/
}


/* ---- Data Box ---- */

td.labelCaption { height: 28px; font-size: 17px; width: 58%; font-weight: bold; text-align: left; }
td.dataEntryBox { height: 28px; width: auto; text-align: left; }
td.tableCell { height: 28px; width: 2px; text-align: left; }
td.errorMessage { height: 16px; width: auto; font-weight: bold; text-align: left; vertical-align: top; font-size: 10px; color: #AA0000 }

/* ----------------- Site Footer -------------------------- */
div#siteFooter 
{
	font-size: 10px;
	position: relative;
	clear: both;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: center;
}


LI.kadov-P { 
	font-family: Arial; 
	color: #000000; 
	font-size: 10pt;
}

p.whs1 {
	font-family: Arial; 
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
}

ol.whs2 {
	list-style: decimal;
}

