/*
	Copyright Estates IT Limited 2005
	This style sheet controls the base styles of the pages

	Note the IE5 hacks to give the correct small font size for message text
	Also IE5 hacks for the IE5 box model hack
*/

body {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;

}
p {
	line-height: 16px;
	margin: 0 0 8px 0;
	text-align: justify;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;	
	margin: 5px 0 2px 0;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 0 0 5px 0;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 2em 0 1em 0;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 1em 0 1em 0;
}
img{
	border: 0px;
}


