@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,"Century Gothic","Lucida Sans","Franklin Gothic Medium","Trebuchet MS","Copperplate Gothic Light","Square721 BT";
	font-weight: normal;
	font-size: 12px;
	
}
body{ color: black; background-color: #8b0305;}
p  { line-height: 1.5em; font-size: 12px; margin: 0 0 12px 0; text-align: justify; }
h1 { color: black; font-size: 15px; font-weight: bold; margin: 0px 0px 8px 0px; line-height: 20px }
h2 { color: black; font-size: 13px; font-weight: bold; margin: 10px 0px 8px 0px }
h1 a:link, h1 a:active, h1 a:visited, h1 a:hover { font-size: 24px; font-weight: normal; text-align: left; line-height: 36px; 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; }

a, a:link { color: black; text-decoration: underline; outline: none;}
a:visited { color: black; text-decoration: underline;}
a:hover { color: #432958; text-decoration: underline;}
a:focus { color: black; }
a:active {  color: black; outline: none;}


select, option, textarea {	background-color: #F8F8FF;	color: black;}
