/*	------------------------------------------------------------------------
	Styles used in www.crossline.org.uk
	------------------------------------------------------------------------
*/

	/* Basic tag styles */
body	{	margin-top:	0px;	}

a, p, li, h1, h2, dt, dd, th, td
	{
		font-family:	arial, sans-serif;
		color:		navy;
	}

h1	{
		font-size:		14pt;
		text-align:		center;
	}

h2	{	font-size:		12pt;	}

a, p, li, dt, dd, td, th
	{
		font-size:		10pt;
		text-align:		justify;
	}

dt, th
	{	font-weight:	bold;	}

hr	{	height:		1px;	}

	/* Styles to display the word 'crossline' in the Crossline logo colours */
.cross
	{
		color:		red;
		font-weight:	bold;
	}

.line	{
		color:		black;
		font-weight:	bold;
	}

	/*	Style for the indicator for the National Christian Helpline	*/
.NCH	{
		border:		3px solid green; 
		color:		green;
		font-family:	arial, sans-serif; 
		font-size:		12px; 
		font-style:		italic; 
		font-weight:	bold; 
	}	

	/* Styles for items in the index of pages */
.Index	{
		background-color:	#3030FF;
		color:			yellow;
		font-weight:		bold;
		text-align:		center;
		text-decoration:	none;
	}

a.Index:hover
	{	color:			green;	}


	/* Text under main logo */
.wereheretolisten
	{
		font-style:		italic;
		margin-top:		0px;
		text-align:		center;
	}

	/* Styles for the information sections (pseudo-pages) */
.Page	{
		display:		none;
		height:			360;
		width:			100%; 
		text-align:		center; 
	}

.DecisionPage
	{	display:		none;	}

	/* Styles for the address information for non-Crossline organisations */
.Address
	{
		border:			1px solid #e0e0ff;
		width:			100%;	
	}

.AddressType
	{
		left:			20px;
		position:		relative;
		width:			88px;
	}

	/* Style for the page footer */
.footer	{
		color:			black;
		font-size:		12pt;
		font-weight:		bold;
		margin-top:		6pt;
		text-align:		center;
		width:			100%;
	}

.charityno
	{
		color:			black;
		font-size:		8pt;
		font-weight:		normal;
	}

	/* Miscellaneous */
.center	{	text-align:		center;	}

.right	{	text-align:		right;	}

.quote	{
		color:			black;
		font-style:		italic;
		font-weight:		bold;
		text-align:		center;
	}

.blockborder
	{
		border:			solid	gray	1px;
		display:		block; 
	}

.plain	{	font-weight:		normal;	}
