/*************************************************************************
' Function : CSS defintions for the store.
'**************************************************************************/

/* General Tag specifications */
BODY, B, TD, P, INPUT, SELECT  {
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 9pt;
	color: #666666;
	line-height: 18px;
}

h1  {
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 22px;
	color:#666;
}

h2  {
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 14px;
	color: #996633;
}

a:link { 
	color: #996633;
	text-decoration: underline;
	}
a:visited { 
	color: #cc9966;
	text-decoration: underline;
	}
a:hover { 
	color: #669933;
	text-decoration: underline;
	}
a:active { 
	color: #ffffff;
	}

#footer a:link { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
	text-decoration: underline;
	line-height: 18px;
	}
#footer a:visited { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
	text-decoration: underline;
	line-height: 18px;
	}
#footer a:hover	 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
	text-decoration: underline;
	line-height: 18px;
	}
#footer a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
	text-decoration: underline;
	line-height: 18px;
	}

