/*--------------------------------------------------------------------------------
#   Application	:   CGI Shopping Cart (Style Sheet)
#	Version		:	6.0
#	Date		:	June 12, 2004
#   Author  	:	Eastland Data Systems
# 					11672 Fairmont Place
#					Ijamsville, MD 21854
#					(301) 865-0177
#					http://www.eastland.com
#
#
#                         COPYRIGHT NOTICE
#
#   The contents of this file is protected under the United States
#   copyright laws, and is confidential and proprietary to Eastland Data Systems.
#   Its use or disclosure in whole or in part without the expressed written 
#   permission of Eastland Data Systems is prohibited.
#
#   (c) Copyright Eastland Data Systems.  All rights reserved.
#
----------------------------------------------------------------------------------*/
 
/* Normal Fonts */
BODY {background: white; font-family: Verdana, Times; font-size: 8pt; color: #000098;}
TD {font-family: Verdana, Times; font-size: 8pt; color: #000098}
INPUT {font-family: Verdana, Times; font-size: 8pt; color: #000098}
SELECT {font-family: Verdana, Times; font-size: 8pt; color: #000098}
TEXTAREA {font-family: Verdana, Times; font-size: 8pt; color: #000098}
SUBMIT {font-family: Verdana, Times; font-size: 8pt; color: #000098}

/* Normal Link Fonts */
A:link {font-family: Verdana, Times; color:#980000; font-size: 8pt; text-decoration: none } 
A:visited {font-family: Verdana, Times; color:#980000; font-size: 8pt; text-decoration: none } 
A:active {font-family: Verdana, Times; color:#ffcc00; font-size: 8pt; text-decoration: none } 
A:hover {font-family: Verdana, Times; color:#ffcc00; font-size: 8pt; text-decoration: none } 

