/*---	
	
	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: #4192D3;
	}

.shade-2
	{
	background-color: #8DBEE5;
	}

.shade-3
	{
	background-color: #C6DEF2;
	}
	
.dotted-line
{
background-color: #4192D3;
background-image: url(/images/dotted-line.gif);
}

a.read-more
{
font-family: Trebuchet MS, arial, helvetica, sans-serif;
font-size: 12px;
color: #2E81C5;
text-decoration: none;
}

a.read-more:hover
{
font-family: Trebuchet MS, arial, helvetica, sans-serif;
font-size: 12px;
color: #2E81C5;
text-decoration: underline;
}

a.related-links
{
font-family: Trebuchet MS, arial, helvetica, sans-serif;
font-size: 12px;
color: #2E81C5;
text-decoration: none;
}

a.related-links:hover
{
font-family: Trebuchet MS, arial, helvetica, sans-serif;
font-size: 12px;
color: #2E81C5;
text-decoration: underline;
}