@charset "utf-8";
/*******************************************************************************
* PROJECT:	www.hutch.uk
* ARTIFACT:	default stylesheet
* AUTHOR:	Peter Hutchinson (peter@hutch.uk)
* CREATED:	07/03/2019
* COPYRIGHT:	(C) HCS Ltd 2019 - All Rights Reserved
*******************************************************************************/

BODY {
	font-family:				Arial, sans-serif;
	font-size:				9pt;
	color:					#000000;
	text-align:				justify;
}

H1 {
	font-size:				18pt;
	color:					#000080;
	font-weight:				normal;
	text-align:				left;
	margin-top:				0px;
	padding-bottom:				5px;
	border-bottom:				5px solid gray;
}

H2 {
	font-size:				12pt;
	color:					#000080;
	font-weight:				normal;
	text-align:				left;
	padding-top:				5px;
	margin-bottom:				5px;
}

H3, H4, H5, H6 {
	font-size:				9pt;
	color:					#000080;
	font-weight:				normal;
	text-align:				left;
	margin-bottom:				0px;
}

P {
	margin-top:				0px;
	margin-bottom:				15px;
}

A:link { 
	color: 					#000080;
}
A:hover {
	color: 					#00D6EF;
}
A:visited { 
	color: 					#008080;
}

UL {
	list-style:				square outside;
	padding-left: 				0px;
	margin-left:				15px;
}

TABLE {
	width:					100%;
	font-family:				Arial, sans-serif;
	font-size:				9pt;
}

TD {
	vertical-align:				top;
}

INPUT {
	border:					1px solid black;
	font-family: 				Arial, sans-serif;
	font-size: 				9pt;
	color: 					#000000;
}

TEXTAREA {
	border:					1px solid black;
	font-family:				Arial, sans-serif;
	font-size:				9pt;
	color:					#000000;
}

SELECT {
	border:					1px solid black;
	font-family:				Arial, sans-serif;
	font-size:				9pt;
	color:					#000000;
}
