/*==========================================================================
 Copyright (c) 2007, MTC Software, Inc. and Rastro Graphics.
 All Rights Reserved.
 This file contains proprietary trade secrets of MTC Software, Inc. and 
 Rastro Graphics. No part of this file may be reproduced or 
 transmitted in any form or by any means, electronic or mechanical, 
 including photocopying and recording, for any purpose without the expressed
 written permission of MTC Software, Inc. and Rastro Graphics.
============================================================================
Application		:	Medicine Man Pharmacy Website
File Name		:	medicineman.css
Author			:	Tom Clark
Date Created	:	9-13-06
==========================================================================*/
table.blueborder {
	border: 3px solid #37348B;
}
td.blueborder {
	border: 3px solid #37348B;
}
h2.feature {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size:20px;
	color: #00AC90;
	margin-bottom: 0px;
}
td.feature_text {
	font-family: arial,helvetica,sans-serif; 
	font-size:12px;
	color: #37348B;	
}
td {
	font-family: arial,helvetica,sans-serif; 
	font-size:12px;
	color: #37348B;	
}
a.homemenu {
	font-family: arial,helvetica,sans-serif; 
	font-size:13px;
	color: #37348B;
	text-decoration: none;
}
a.homemenu:hover {
	font-family: arial,helvetica,sans-serif; 
	font-size:13px;
	color: #37348B;
	text-decoration: underline;
}
a.menu {
	font-family: arial,helvetica,sans-serif; 
	font-size:11px;
	color: #37348B;
	text-decoration: none;
}
a.menu:hover {
	font-family: arial,helvetica,sans-serif; 
	font-size:11px;
	color: #37348B;
	text-decoration: underline;
}
a.mapreturn {
	font-family: arial,helvetica,sans-serif; 
	font-size:10px;
	color: #000000;
	text-decoration: none;
}
a.mapreturn:hover {
	font-family: arial,helvetica,sans-serif; 
	font-size:10px;
	color: #000000;
	text-decoration: underline;
}
a.text {
	font-family: arial,helvetica,sans-serif; 
	font-size:12px;
	font-weight: bold;
	color: #37348B;
	text-decoration: underline;
}
a.text:hover {
	font-family: arial,helvetica,sans-serif; 
	font-size:12px;
	font-weight: bold;
	color: #37348B;
	text-decoration: none;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p.menu {
	margin: 15 10 15 10;
}
li {
	padding-bottom:10px;
}
.small {
	font-family: arial,helvetica,sans-serif; 
	font-size:10px;
}
.error {
    color: #FF0000;
}
