/**
 * Text CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2008 Pamaya Ltd
 * @author Glyn Mooney
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
 
 body {
 	font-family: 					Georgia, "Baskerville Old Face", KacstArt, "Times New Roman", Times, serif;
 	font-size:						13.5px;
	color: #666;
 }
 
 h1, h2, h3, h4, h5, h6 {
 	font-family:					Georgia, "Baskerville Old Face", KacstArt, "Times New Roman", Times, serif;
 	font-weight:					normal;
	line-height: normal;
 }
 
 h1 { font-size:					18px; font-weight: 400;}
 h2 { font-size:					14px;}
 h3 { font-size:					12px;}
 h4, h4.optionName, h5, h6 { font-size:			10px;}
 
 label, legend, address, .larger, .sideBoxContent, input, p {
 	font-size:						13.5px;
	
 }
 
 p, div {
	line-height:					20px; 	
 }
