td
	{
	font-family: arial,sans-serif;
	font-size: 13px;
	letter-spacing: .5px;
	color: 000000;
	line-height: 15px;
	}
	

h2
	{
	font-family: arial,sans-serif;
	font-size: 18px;
	letter-spacing: .5px;
	font-weight: bold;
	color: 003333;
	margin-bottom: 0px;
	}
h3
	{
	font-family: arial,sans-serif;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: bold;
	color: 003333;
	margin-bottom: 0px;
	}
/* bodyText uses letter-spacing and is indented 60 pixels. Default for body copy. */
.bodyText 
	{
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 24px;
	text-indent: 60px;
	margin-top: 6px;
	text-align: justify;
	}
/* bodyText2 is the same as bodyText, but without the indentation. It is used quite widely. */
.bodyText2 
	{
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 24px;
	text-indent: 0px;
	margin-top: 6px;
	text-align: left;
	}
/* bodyText3 is the same as bodyText2, but without the line-height and margin-top. */
.bodyText3 
	{
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;
	}
/* bodyNolead is pretty self-explainatory */
.bodyNolead 
	{
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	}
/* sectionHead is used in the section headers of the Club Herbal home page. */
.sectionHead
	{
	font-family: arial,sans-serif;
	font-size: 12px;
	color: 003333;
	}
/* prodhead is used in Beauty Garden product descriptions */
.prodhead
	{
	font-family: trebuchet ms,verdana,arial,sans-serif;
	font-size: 18px;
	color: #003333;
	}
/* disclaimer is used in the footer only */
.disclaimer 
	{
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 18px;
	}
/* disclaimer2 is used in the footer only. this one has no letterspacing */
.disclaimer2 
	{
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	}
A:hover 
	{
	color: #DC6558;
	background-color: #FFFFFF;
	text-decoration: none;
	} 
A		
	{
	text-decoration: underline;
	color: #DC6558;

	}
BODY	
	{
	margin-left: 0px;
	margin-top: 0px;
	}
/* used to style form buttons */
.button 
	{
	background-color:#DC6558;
	cursor:hand;
	font-family:verdana,arial,sans-serif;
	font-size:8pt;
	font-weight:bold
	}

#schedule
	{
	font-family: arial,sans-serif;
	font-size: 13px;
	letter-spacing: .5px;
	color: 000000;

	}
#schedule td
	{
	padding: 4px 0px; 

	}