/*--------------------------------------------------------------------------------

#   Application:   Agile Shopping Cart -- Cold Fusion Edition

#	Version    :   5.0

#   Author     :   Eastland Data Systems

#

#

#                         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 {margin: 10 10 10 20; color: #000000; font-family: Arial; font-size: 9pt;}

td {font-family: Arial; font-size: 9pt; color: #006F0D}

input {font-family: Arial; font-size: 9pt; color: #006F0D}

select {font-family: Arial; font-size: 9pt; color: #006F0D}

textarea {font-family: Arial; font-size: 9pt; color: #006F0D}

submit {font-family: Arial; font-size: 9pt; color: #006F0D}

.error {font-family: Arial; font-size: 9pt; color: #980000;} 

.emphasis {font-family: Arial; font-size: 12pt; color: #006F0D;} 



/* Link Fonts  */

/*

a:link {color:#980000; font-family: Arial; font-size: 8pt; text-decoration: none } 

a:visited {color:#980000; font-family: Arial; font-size: 8pt; text-decoration: none } 

a:active {color:#ff0000; font-family: Arial; font-size: 8pt; text-decoration: none } 

a:hover {color:#ff0000; font-family: Arial; font-size: 8pt; text-decoration: none }



*/

