/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
   


BODY {
	background: #ffffff;
	margin: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 11px;
	color: #993366;


}

A {
	color: #669300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

A:hover {
	color: #334A00;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

FORM {
	margin: 0px;
	padding: 0px;
	display: inline;
}
img {
	margin: 2px;
	padding: 0px;
	border: 0px none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #993366;
	text-decoration: none;
}
.contentsTopics
{
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: oblique;
	font-weight: normal;
	color: #C44D80;
	text-decoration: none;
	height: auto;
	width: auto;
	display: block;
	padding-top: 7px;
	padding-bottom: 3px;
	background-position: 0% 0%;
	line-height: normal;
	padding-left: 2px;
	margin: 2px 0px 3px;
}
.smallText
{
	text-align: center;
	display: block;
	padding: 4px;
}


