/********************************************************/
/* Standard Style Sheet for Richard Burns 2002			*/
/* Copyright 2002 by MSOnet				 				*/
/* By Andrew Dixon 										*/
/* 					 									*/
/* File Created on 14/01/2002							*/
/* Last Edited on 14/01/2002							*/
/********************************************************/

/* Tag Styles */


A
{
	font-family		: arial, sans-serif; 
	font-size 		: 10pt;
	color			: EE6609;
	text-decoration	: underline;
	font-weight		: bold;
}

A:hover
{
	font-family		: arial, sans-serif; 
	font-size  		: 10pt;
	color			: B14800;
	text-decoration	: underline;
	font-weight		: bold;
}

BODY
{
	scrollbar-3dlight-color		: #000000;
	scrollbar-arrow-color		: #000000;
	scrollbar-darkshadow-color	: #FFFFFF;
	scrollbar-face-color		: #BDC3C6;
	scrollbar-highlight-color	: #FFFFFF;
	scrollbar-shadow-color		: #000000;
	scrollbar-track-color		: #EFEFEF;
}

TD
{
	font-family		: arial, sans-serif; 
	font-size  		: 10pt;
	color			: 4D4D4D;
}

/* Classes Style*/

.mainHeading
{
	background-color: #FFFFFF;
	color			: #63659C;
	font-size		: 10pt;
	font-weight		: 900;
	padding			: 2px;
	text-transform	: uppercase;
	border-top		: 1px solid #D72428;
	border-bottom	: 1px solid #D72428;
}
	
.SubmitButton
{
	cursor		: pointer;
	cursor		: hand;
}

/* SITE MAP STYLES */

.sitemapText, .sitemapText a
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
}


.sitemapHeaderText, .sitemapHeaderText a
{
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

.smallText
{
	color			: #000000;
	font-size		: 8pt;
	font-weight		: 900;
}


.smallText-link
{
	color			: #EE6609;
	font-size		: 8pt;
	font-weight		: 900;
}

.smallText-link:hover
{
	color			: #B14800;
	font-size		: 8pt;
	font-weight		: 900;
}

.news_item_heading
{
	background-color: #ECECEC;
	color			: #000000;
	font-size		: 10pt;
	font-weight		: bold;
	padding			: 1px;
	border-top		: 1px solid #000000;
	border-bottom	: 1px solid #000000;
}

.news_item_sub_heading
{
	background-color: #CECECE;
	color			: #000000;
	font-size		: 10pt;
	font-weight		: bold;
	padding			: 1px;
	border-top		: 1px solid #000000;
	border-bottom	: 1px solid #000000;
}

.event_list_heading
{
	background-color: #FFFFFF;
	color			: #OB3F8B;
	font-size		: 10pt;
	padding			: 1px;
	border-bottom	: 1px solid #000000;
}