/********************************************************/
/* 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			: 3366FF;
	text-decoration	: underline;
	font-weight		: bold;
}

A:hover
{
	font-family		: arial, sans-serif; 
	font-size  		: 10pt;
	color			: FF0000;
	text-decoration	: underline;
	font-weight		: bold;
}


TD
{
	font-family		: arial, sans-serif; 
	font-size  		: 10pt;
	color			: 000000;
}

.sImage
{
	border-top		: 1px solid #FF0E0F;
	border-right	: 1px solid #FF0E0F;
	border-left		: 1px solid #FF0E0F;
	border-bottom	: 1px solid #FF0E0F;
}
	
.SubmitButton
{
	cursor		: pointer;
	cursor		: hand;
}

.mainHeading
{
	color			: #000000;
	font-size		: 10pt;
	font-weight		: 900;
	padding			: 2px;
	text-transform	: uppercase;
	border-top		: 1px solid #D72428;
	border-bottom	: 1px solid #D72428;
}

/* SITE MAP STYLES */

.sitemapText, .sitemapText a, .sitemapText a:hover
{
	font-family		: verdana,Arial, sans-serif;
	font-size		: 8pt;
	color			: #000000;
	text-decoration	: none;
	line-height		: 18px;
	font-weight		: normal;
}


.sitemapHeaderText, .sitemapHeaderText a,.sitemapHeaderText a:hover
{
	font-family		: verdana,Arial, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	text-decoration	: none;
	font-weight		: bold;
	line-height		: 18px;
	padding-top		: 5px;
}

.small-link
{
	font-family		: arial, sans-serif; 
	font-size 		: 7pt;
	color			: 000000;
	text-decoration	: underline;
	font-weight		: bold;
}

.small-link:hover
{
	font-family		: arial, sans-serif; 
	font-size  		: 7pt;
	color			: CC3399;
	text-decoration	: underline;
	font-weight		: bold;
}