body {
	font-weight : normal;
	font-size : 11px; 
	font-family : verdana, arial, sans-serif;
	background :url(images/bg.gif);
	background-repeat : no-repeat;
	background-position : top left;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	}

h1
{
font-weight : bold;
font-size : 14px;
margin-top : 0px;
margin-bottom : 10px;
margin-left : 0px;
margin-right : 0px;
}

p{
font-size : 11px;
margin-top : 0px;
margin-bottom : 10px;
margin-left : 0px;
margin-right : 0px;
}

h2{
font-weight : bold;
font-size : 11px;
margin-top : 20px;
margin-bottom : 10px;
margin-left : 0px;
margin-right : 0px;
}

p.small{
font-size : 11px;
margin-top : 15px;
margin-bottom : 0px;
margin-left : 0px;
margin-right : 0px;
}

p.indent{
font-size : 11px;
margin-top : 0px;
margin-bottom : 10px;
margin-left : 10px;
margin-right : 0px;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 80px; /* Width of Menu Items */
	border-bottom: 1px solid #C5D629;
	font-size : 11px;
	}



/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #444;
	background: #fff; /* IE6 Bug */
	padding: 4px;
	border: 1px solid #C5D629;
	border-bottom: 0;
	}

/* Styles for Menu Items */
ul li a.on {
	display: block;
	text-decoration: none;
	color: #444;
	background: #C5D629; /* IE6 Bug */
	padding: 4px;
	border: 1px solid #C5D629;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #0081BD; background: #F9F9F9; } /* Hover Styles */

ul li a.on:hover { color: #444444; background: #C5D629; } /* Hover Styles */


table.body
{
	font-size : 11px;
	border-bottom : 0px;
	border-top : 0px;
	border-left : 0px;
	border-right : 0px
}

td.fix
{
	background-color : #ffffff;
}

}
td.top
{
	background :url(images/top.gif);
	background-repeat : no-repeat;
	background-position : top left;
}
td.bulkcust
{
	background :url(images/bulk.gif);
	background-repeat : no-repeat;
	background-position : top left;
}
td.bottom
{
	background :url(images/.gif);
	background-repeat : no-repeat;
	background-position : right;
}
td.left
{
	background :url(images/left.gif);
	background-repeat : repeat-y;
	background-position : left;
}
td.right
{
	background :url(images/.gif);
	background-repeat : repeat-y;
	background-position : right;
}


a.main{
font-size : 11px;
color : #3A6321;
text-decoration : underline;
}
a.main:active{
color : #444444;
text-decoration : underline;
}
a.main:visited{
color : #3A6321;
text-decoration : underline;
}
a.main:hover{
color : #0081BD;
text-decoration : underline;
}