body {
	font:8pt verdana;
	color:#666666;
	margin: 0px;
	padding:0;
}

A.smallNav {
	font: 8pt tahoma;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

A.smallNav:hover
{
	text-decoration: underline;
}

A {
	font: 8pt tahoma;
	font-weight: bold;
	color: #26540C;
}

td {
	font:8pt verdana;
	padding:2px;
	color:#666666;
}

td.smallRow
{
	font:8pt verdana;
	font-weight:normal;
	padding: 1px;
	background-color: #EEEEEE;
	color: #333;
	border: 1px solid #A9BF7C;
}


td.orderCell
{
	font:8pt verdana;
	font-weight:bold;
	padding:0px;
	text-transform:uppercase;	
	background-color: #A9BF7C;
	color: #FFF;
	border: 1px solid #A9BF7C;
}

td.orderHeadingCell
{
	background-color: #c1f0be;
	border: 1px solid #A9BF7C;
	font-weight: bold;
	color: #49a244;
}

th {
	font:8pt verdana;
	font-weight:bold;
	padding:5px;
	background:#E8F4D1;
	color:#666666;
	border: 1px solid #A9BF7C;
}

.green {
	background-color:#EEE;
	padding: 0px;
	border: 1px solid #A9BF7C;
}

.white {
	background-color:#fff;
	padding: 0px;
	border: 1px solid #A9BF7C;
}

input {
	background:#E8F4D1;
	border:1px solid #A9BF7C;
	font:8pt verdana;
	color:#26540C;
}

select {
	background:#E8F4D1;
	font:8pt verdana;
	color:#26540C;
}

input.button {
	border:2px solid #A9BF7C;
	background:#26540C;
	font:8pt verdana;
	font-weight:bold;
	color:#CCE29F;
}

input.continue {
	background:#26540C;
	border:1px solid #A9BF7C;
	font:8pt verdana;
	color:#CCE29F;
}

h4 {
	font-family:verdana;
	font-size:14pt;
	color:#26540C;
}

h5 {
	font-family:verdana;
	font-size:12pt;
	color:#26540C;
	margin-top:0;
}

.noItems {
	padding:5px;
	background:#c33;
	color:#fff;
}


.menuElement {

}

.tabBody{
	border:1px solid #A9BF7C; 
	border-top:0px none;
}

.tabSpacer{
	border-bottom:1px solid #A9BF7C; 
	font-size:1pt;
	width:2px;
	padding:0px;
}

.tab{
	border:1px solid #A9BF7C; 
	background-color: #E8F4D1;
	width:80px;
	cursor:hand;
}


.tabOn{
	border:1px solid #A9BF7C; 
	background-color: #FFFFFF;
	border-bottom:0px none;
	width:80px;
	cursor:hand;
}


.boxOut {
	border: 1px solid #A9BF7C;
	padding: 5px;
	background:#EEEEEE;
	margin:2px;
	}

DIV.menu
{
	border: 1px solid #26540c;
	background-color: #337010;
	width: 150px;
	padding: 3px;
	font: 10pt Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	margin: 2px;
	cursor: hand;
}

DIV.menuHover
{
	border: 1px solid #26540c;
	background-color: #418f14;
	width: 150px;
	padding: 3px;
	font: 10pt Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	margin: 2px;
}

A.menu
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10pt;
}