/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   Date        :   9.01.2001
'   Author      :   InterWeb Technologies
'   Description :   Dynamic Table of Products (Style Sheet)
'   Licensed to :
'
'                         COPYRIGHT NOTICE
'
'   The contents of this file is protected under the United States
'   copyright laws as an unpublished work, and is confidential and
'   proprietary to InterWeb Technologies.  Its use or disclosure in
'   whole or in part without the expressed written permission of
'   InterWeb Technologies is expressely prohibited.
'
'   (c) Copyright 2001 by InterWeb Technologies.  All rights reserved.
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

UL{
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

UL UL {
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

UL UL UL {
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

UL UL UL UL {
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}