	A
	{
		FONT-SIZE: 12pt;
		FONT-FAMILY: arial, geneva, sans-serif;
		TEXT-DECORATION: none;
	}
		A:link
	{
		FONT-SIZE: 12pt;
		FONT-FAMILY: arial, geneva, sans-serif;
		TEXT-DECORATION: none;
		COLOR: #FFFFFF;
	}
		A:visited
	{
		FONT-SIZE: 12pt;
		FONT-FAMILY: arial, geneva, sans-serif;
		TEXT-DECORATION: none;
		COLOR: #FFFFFF;
	}
		A:active
	{
		FONT-SIZE: 12pt;
		FONT-FAMILY: arial, geneva, sans-serif;
		TEXT-DECORATION: none;
		COLOR: #FFFFFF;
	}
		A:hover
	{
		FONT-SIZE: 12pt;
		FONT-FAMILY: arial, geneva, sans-serif;
		TEXT-DECORATION: underline;
		color : #FFFFFF;
	}
	BODY {
		scrollbar-face-color: #1B8A3B;
		scrollbar-shadow-color: #1B8A3B;
		scrollbar-highlight-color: #336699;
		scrollbar-track-color: #CCCCCC;
		scrollbar-arrow-color: #FFCC66;
	}
	.title {color: black; font: bold 10pt Arial}
	.menu {color: #FFCC66; font: bold 8pt Arial}
	.products {color: white; font: bold 9pt Arial}
	.samples {color: white; font: 9pt Arial}
	.bottom {color: #FFCC66; font: bold 8pt Arial}
	.pdName {color: #FFFFFF; font: bold 10pt Arial}
	.pdData {color: #000000; font: 8pt Arial}
	.distName {color: #FFCC66; font: bold 12pt Arial}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    BORDER-RIGHT: blue 1px outset;
    BORDER-TOP: blue 1px outset;
    FLOAT: left;
    BORDER-LEFT: blue 1px outset;
    WIDTH: 140px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: #003366;
    TEXT-ALIGN: center
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 130px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: right;
    BACKGROUND-COLOR: #FFCC66
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid

}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: green 1px ridge;
    BORDER-TOP: green 1px ridge;
    FLOAT: left;
    BORDER-LEFT: green 1px ridge;
    WIDTH: 130px;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px ridge;
    POSITION: relative;
    COLOR: highlighttext;
    BACKGROUND-COLOR: #0066CC;
    CURSOR: hand;
    TEXT-ALIGN: center
}