@charset "utf-8";
/*	Copyright Estates IT Limited 2011 -	This style sheet controls the base styles of the pages */
body, a, p, ol, dl, dt, dd, h1, h2, h3, h4, li, select, textarea, input, fieldset, legend {
	font-family: Arial,Helvetica,sans-serif,Tahoma,Georgia,"Century Gothic","Lucida Sans","Franklin Gothic Medium","Trebuchet MS","Copperplate Gothic Light","Square721 BT";
	font-weight: normal;
	font-size: 12px;	
}
html {overflow: scroll;}
body{ background-color: #F5F5F5; color: black; }
p  { line-height: 1.5em; margin: 0 0 8px 0; text-align: justify; }
h1 { font-size: 1.5em; font-weight: bold; text-align: left;	 margin: 0 0 10px 0;}
h2 { font-size: 1.2em; font-weight: bold; text-align: left;  margin: 0 0 5px 0; text-decoration: none;}
h3 { font-size: 1.1em; font-weight: bold; text-align: left;  margin: 2em 0 1em 0; text-decoration: none;}
h4 { font-size: 1em;font-weight: bold;	text-align: left; margin: 1em 0 1em 0; text-decoration: none;}
li { list-style: disc; margin: 0px 0px 5px 20px; line-height: 1em; }
dl { margin: 0 0 10px 0; }
dt { margin: 0 0 5px 0; }
dd { margin: 0 0 5px 20px; line-height: 1.5em; }
a:link, a:visited, a:active { color: black;}
a:hover { color: #432958; }
/*select, option, textarea {	background-color: #F8F8FF;	color: black;}*/


