.productTitle
	{
		font-size: 12pt; 
		letter-spacing: 2pt; 
		color: #FFFFFF; 
		font-weight: bold; 
		background-color: #3E4B2F;
	}
	
	.productDesc
	{
		text-align:justify;
	 	font-size: 10pt; 
	 	background-color: #7D975E;
	 	color:#3E4B2F;
	 	vertical-align:top;
	 	padding:10px;
	}
	
	.priceCell
	{
		font-size: 10pt; 
		background-color: #D4E2C3;
		height:100%;
	}
	
	.productBottom
	{
	    border-top:3px solid #3E4B2F;
	}
	
	.welcome
	{
		font-family:Garamond, serif;
		font-size:12pt;
		border:1px dotted #7D975E;
		background-color:#D4E2C3;
		color: #3E4B2F;
		text-align:justify;
		padding:5 15 15 15;
	}
	
	BODY
	{
		font-family: Verdana; 
		font-size:10pt;
		margin-top:0px;
	}
	
	TD
	{
		font-family: Verdana;
		font-size:10pt;
	}
	
	.rightColumn
	{
		background-color: #ffffff;
	}