/*---	
	
	Copyright (c) 2004 Taylor & Francis Group.
	XHTML CSS Selectors 	
	
	****** Revision:		1.0
	****** Date:			08/03/04
	****** Author:			Phil Wright

	*******************************************
	
			1. BASE COLOURS

			
			
	*******************************************
	
---*/


.shade-1
	{
	background-color: #CC0033;
	}

.shade-2
	{
	background-color: #E06685;
	}

.shade-3
	{
	background-color: #F0B2C1;
	}
	
	.shade-4
	{
	background-color: #FCEFF2;
	}
		
	.dotted-line
{
background-color: #CC0033;
background-image: url(/images/dotted-line.gif);
}

a.read-more
{
font-family: Trebuchet MS, arial, helvetica, sans-serif;
font-size: 12px;
color: #CC0033;
text-decoration: none;
}

a.read-more:hover
{
font-family: Trebuchet MS, arial, helvetica, sans-serif;
font-size: 12px;
color: #CC0033;
text-decoration: underline;
}

a.related-links
{
font-family: Trebuchet MS, arial, helvetica, sans-serif;
font-size: 12px;
color: #CC0033;
text-decoration: none;
}

a.related-links:hover
{
font-family: Trebuchet MS, arial, helvetica, sans-serif;
font-size: 12px;
color: #CC0033;
text-decoration: underline;
}

h2
{
font-family: Trebuchet MS, arial, helvetica, sans-serif;
font-size: 18px;
color: #E06685;
font-weight: normal;
}
