
/* .body 		-- intended for standard body text	*/
/*.bodyEmp -- intended for body text with emphasis */
/* .bodyList	-- intended for body lists	*/
/* .menuCopy	-- intended for menu item text		*/
/* .menuPrice	-- intended for menu item price	*/
/* .menuHeader	-- intended for menu item header  */



A:link		{	color: 333300;}

A:visited	{	color: 333300;}

A:active	{	color: 333300;}


.body		{font-family: Pastononchi, Times,"Times New Roman", serif;
			font-size: 12px;
			line-height: 140%;
			font-weight: normal;
			font-style: normal;
			color: #000000;}
			
.bodyEmp	{font-family: Pastononchi, Times,"Times New Roman", serif;
			font-size: 12px;
			line-height: 155%;
			font-weight: normal;
			font-style: normal;
			color: #333300;}
			
.bodyList	{font-family: Pastononchi, Times,"Times New Roman", serif;
			font-size: 12px;
			line-height: 100%;
			font-weight: normal;
			font-style: normal;
			color: #000000;}
			
.menuCopy	{font-family: Pastononchi, Times,"Times New Roman", serif;
			font-size: 11px;
			line-height: 140%;
			font-weight: normal;
			font-style: normal;
			color: #333300;}
			
.menuPrice	{font-family: Arial,Helvetica, sans-serif;
			font-size: 12px;
			line-height: 140%;
			font-weight: normal;
			font-style: normal;
			color: #333300;}
			
.menuHeader	{font-family: Arial,Helvetica, sans-serif;
			font-size: 10px;
			line-height: 140%;
			font-weight: normal;
			font-style: normal;
			color: #333300;}
			
.form		{font-family: Pastononchi, Times,"Times New Roman", serif;
			font-size: 11px;
			line-height: 100%;
			font-weight: normal;
			font-style: normal;
			color: #000000;}
			



