﻿/* Delicartessen colours: 
	magenta:#660033;
	purple:#CC99CC;
	grey:#5B6C78;
*/
/* --------------------------------------------------------- 
						Tag selectors
------------------------------------------------------------*/
BODY
{
	BACKGROUND-COLOR: #EEEEEE;
	FONT-FAMILY: "Century Gothic";
	FONT-SIZE: 0.8em;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	line-height: 20px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	COLOR: #5B6C78;
	font-family:  "Century Gothic";
	font-style:normal;
	font-size:14px;
}
H1	{	
	font-size:	2em;
	font-weight:	700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-size:	1.75em;
	font-weight:	700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-size:	1.75em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-size:	1.58em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
H4 A:hover
{
    COLOR: #5B6C78;
}
		
H5, DT	{
	font-size:	11pt;
	font-weight:	700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#854B57;
	list-style:circle;
	list-style-position:outside;
	padding-bottom: 22px;
	}	
		
H6	{	
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
TABLE
{
	/*width: 100%;*/
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
	
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

TD
{
	font-size: 8pt;
	vertical-align: top;
}
A	{	
	text-decoration:	none;
	color:	#5B6C78;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:#660033;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 
{
	border:0px;
	margin:0px;
	padding:0px;
}
fieldset
{
	border:0;
}
