/*---	
	
	Copyright (c) 2004 Taylor & Francis Group.
	XHTML CSS Selectors 	
	
	****** Revision:		1.0
	****** Date:			08/03/04
	****** Author:			Phil Wright

	This Cascading Style Sheet defines FONT selector declarations.

	*******************************************
	
			1. DEFUALT SETTINGS
			2. HEADER SETTINGS
			3. BREADCRUMB SETTINGS
			4. LEFT NAV LINKS

	*******************************************
	
---*/


/* --- DEFAULT SETTINGS --- */

p.default, ul, li, ol, blockquote, .defaulttext
	{
	font-family :  Arial, Helvetica, sans-serif;
	font-size :10pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	}
	
a.default, .defaultlink
	{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : #336699;
	text-decoration:none;
	}

a.default:hover
	{
	font-family :  Arial, Helvetica, sans-serif;
	font-size :10pt;
	font-style : normal;
	font-weight : normal;
	color : #336699;
	text-decoration:underline;
	} 

/* --- HEADER LINKS --- */

a.toprightnav
	{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #336699;
	text-decoration: none;
	}
	
a.toprightnav:hover
	{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #336699;
	text-decoration: underline;
	}

/* --- BREADCRUMB ---*/

.breadlink
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #336699;
	text-decoration:none;
	}

.breadlink:hover
	{ 
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #336699;
	text-decoration:underline;
	}

.breadtext
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #333333;
	}

/* --- LEFT NAV LINKS --- */

.leftnavlink
	{
	font-family:  arial,helvetica,sans-serif;
	font-size:8pt;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	text-indent:3px;
	}

.leftnavlink:hover
	{
	font-family:  arial,helvetica,sans-serif;
	font-size:8pt;
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
	text-indent:3px;
	}
