/* CSS - Style by Gareth West */
/* Copyright (C) 2006

/* Main Style Info */
body
{
	background-color: #eaeaea;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
html,body
{
	margin:0;
	padding:0;
	height:100%;
	border:none;
}
/* Hyperlink */
a
{
	font-size: 12px;
	color: #60645f;
	text-decoration: underline;
}
a:visited
{
	color: #60645f;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration:underline;
}
a:active
{
	color:#60645f;
	text-decoration: none;
}
/* Special Hyperlink (used for the menu options in the left windwo) */
a.special
{
	font-size: 12px;
	color: #686a65;
	text-decoration: none;
}
.special:visited
{
	color: #686a65;
	text-decoration: none;
}
.special:hover
{
	color: #FFFFFF;
	background: #686a65;
	text-decoration:none;
}
.special:active
{
	color:#686a65;
	text-decoration: none;
}


/* Title Text */
.title_text
{
	color:#000000;
	font-size: 20px;
	font-weight: bold;
}

/* Sub Title Text */
.subtitle_text
{
	color:#000000;
	font-size: 16px;
	font-weight: bold;
}

/* Alt. Title Text */
.white_title
{
	color: #FFFFFF;
	font-size: 20px;

}
/* Alt. Sub Title Text */
.white_sub
{
	color: #FFFFFF;
	font-size: 12px;

}

.header_text
{
	color:#8A8C89;
}
/* Top Coloured Cel */
.coloured_cel
{
	
	background-color: #686a65;
}
/* Cel Colour 1 */
.shad_cel_col1
{
	background-color: #3f4438;
}
/* Cel Colour 2 */
.shad_cel_col2
{
	background-color: #000000;
	font-size:2px;
}

/* Alert Text */
.alert_text
{
	font-style: italic;
	color: #ff3333;
}

/* The sub link button table */
.sublink_borders
{
	border-width: thin;
	border-style: dotted;
	border-color: Silver;
}

p.border 
{
	border-style: groove double;
	width:50%;
	text-align: center;
}

