/*--------------------------------------------------------------------------------
#   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 {background: white; margin: 0 0 0 0; color: #000000; font-family: Verdana; font-size: 8pt;}
td {font-family: Verdana; font-size: 8pt; color: #000000}
input {font-family: Verdana; font-size: 8pt; color: #000000}
select {font-family: Verdana; font-size: 8pt; color: #000000}
textarea {font-family: Verdana; font-size: 8pt; color: #000000}
submit {font-family: Verdana; font-size: 8pt; color: #000000}
.error {font-family: Verdana; font-size: 8pt; color: #980000;} 
.emphasis {font-family: Verdana; font-size: 8pt; color: #980000;} 

/* Link Fonts  */
a:link {color:#980000; font-family: Verdana; font-size: 8pt; text-decoration: none } 
a:visited {color:#980000; font-family: Verdana; font-size: 8pt; text-decoration: none } 
a:active {color:#ff0000; font-family: Verdana; font-size: 8pt; text-decoration: none } 
a:hover {color:#ff0000; font-family: Verdana; font-size: 8pt; text-decoration: none }

.mav_side_index_fonts {
	font-family:Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color:#022E57;
}