
	*
	{
		margin : 0%;
		padding : 0%;
	}
	
	h1, h2, h3, h4, h5, h6, p, a, input, textarea
	{
		font-size : 8pt;
		font-weight : normal;
		font-family : verdana, helvetica, arial;
		
		color : #000;
	}
	
	h1
	{
		font-size : 11pt;
		font-weight : bold;
	}
	
	h2
	{
		font-size : 9pt;
		font-weight : bold;
	}
	
	h3
	{
		font-size : 8pt;
		font-weight : bold;
	}
	
	p.error
	{
		color : #f00;
	}
	
	span.highlight
	{
		color : #f00;
		font-weight : bold;
	}
	
	span.basket
	{
		padding-left : 20px;
		background : url( '/media/images/basket.gif' ) no-repeat center left;
	}
	
	img
	{ 
		border : none;
	}
	
	form
	{
		margin : 0%;
		padding : 0%;
	}
	
	p.bold
	{
		font-weight : bold;
	}
	
	p a
	{
		/* color : #000; */
	}
	
	a
	{
		text-decoration : none;
	}
	
	a.external 
	{
		padding-right : 16px;
		background : url( '/media/images/external.gif' ) no-repeat center right;
	}
	
	a:hover
	{
		text-decoration : none;
	}
	
	ul
	{
		list-style : none;
	}
	
	li {}
	
	li p
	{
		font-weight : bold;
	}
	
	li p a
	{
		font-weight : normal; 
	}
	
	li p.bold a
	{
		font-weight : bold;
	}
	
	.clear
	{
		clear : both;
	}
	
	
