body
{
	position: relative;
	background: white;
	color: #303030;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}

h1, h2, h3, h4, h5
{
   color: #008000;
   font-size: 14pt;
   margin: 0px;
   margin-bottom: 0.25em; 
}

h1
{
	text-align: center;
	margin-bottom: 20px;
}

h2, h3, h4, h5
{
   font-size: 11pt;
   margin-top: 0.5em;
   margin-bottom: 0px;
}

h3, h4, h5
{
   margin-top: 5px;
   font-size: 10pt;
}

img { border: none; }

p { margin-top: 0px; }

a
{
/*	color: #283786;   */
   color: #3333ff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img { display: block; }

#TopContainer
{
	width: 720px;
	position: absolute;
	left: 50%;
	margin-top: 20px;
	margin-left: -360px;
}

#HeaderPanel
{
	position: relative;
	background: url( gfx/header_block.png );
	width: 720px;
	height: 100px;
}

#CentrePanel
{
	background: url( gfx/top_shadow.gif ) top left repeat-x;
	position: relative;
}

#LeftPanel
{
	color: blue;
	width: 11em;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

#ContentPanel
{
	padding-left: 14em;
	padding-top:   20px;
	background: url( gfx/left_shadow.gif ) 11em 20px no-repeat;
}

#FooterPanel
{
	position: relative;
	background: url( gfx/little_shadow.png ) top left repeat-x;
/*
	border: 1px solid #99ca3c;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
*/
	font-size: 8pt;
	padding: 20px;
	margin-bottom: 2em;
}

.LeftLinkContainerOff, .LeftLinkContainerOn
{
	margin-bottom: 10px;
}

.LeftLinkContainerOn
{
	margin-bottom: 5px;
	border: 3px solid #3C52C9;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

.ToolBar
{
   padding: 0.25em;
   background: #eeeeee;
   font-weight: bold;
   margin-bottom: 1em;
}

table.Products
{
   width: 100%;
}

td.ProductDescription
{
   padding: 0.5em;
   text-align: center;
   font-weight: bold;
}

input.admin
{
   width: 25em;
}

input.number
{
   width: 5em;
}

