td {
	font-size: 9pt;
}
.product_scroll {
	font-size: 9pt;
	line-height: 10pt;
	text-decoration: none;
}

.banner_bg {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(/images/banner_bg.jpg);
}
body {
	background-color: #999999;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}
td {
	font-size: 9pt;
	line-height: 15pt;
}

        * {
            padding:0; 
            margin:0;
        }
        #navigation, #navigation li ul {
	list-style-type:none;
	z-index: 0;
        }
        #navigation li {
            float:left;
            text-align:center;
            position:relative;
        }
        #navigation li a:link, #navigation li a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:135px;
	height:36px;
	line-height:36px;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	padding-left:10px;
	background-color: #003366;
        }
        #navigation li a:hover {
            color:#fff;
            background:#2687eb;
        }
        #navigation li ul li a:hover {
            color:#fff;
            background:#6b839c; 
        }
        #navigation li ul {
            display:none;
            position:absolute; 
            top:36px;
            left:0;
            margin-top:1px;
            width:135px;
        }
        #navigation li ul li ul {
	display:none;
	position:absolute;
	top:0px;
	left:135px;
	margin-top:0;
	margin-left:1px;
	width:135px;
	overflow: hidden;
	margin-right: 1px;
        }
.STYLE1dd {color: #FF0000}
.STYLE2dd {color: #555555}
.left_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #555555;
	border-right-color: #555555;
	border-bottom-color: #555555;
	border-left-color: #555555;
}
.right_border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #555555;
	border-right-color: #555555;
	border-bottom-color: #555555;
	border-left-color: #555555;
}
.down_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}