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

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

H1  {
	COLOR: #003300;
	FONT-SIZE: 14pt;
	FONT-WEIGHT: bold;
	font-family: Arial, Helvetica, sans-serif;
}

H2  {
	COLOR: #003300;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10pt;
}

H2  {
	COLOR: #003300;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10pt;
}


