/* CSS1 Style Sheet by John Mayes for Enquire Within */
BODY {
	background: /*url(images/Gray Textured.gif) #D8CE62;*/#FFFFC4;
	color: #000;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 10pt;
}
A { color: #FF0000 }
A:active { color: #009900; }
A:visited { font-weight: normal; color: #009900 }
A:hover { color: #990099 }
p {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:10pt;
	font-style: normal;
	text-align: justify;
}

h1 {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:24pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: red;
}

h2 {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:14pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: green;
}

h3 {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:12pt;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: red;
}

h4 {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:10pt;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: black;
}

h5 {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:8pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.1em;
	color: black;
}
hr{
	color: black;
	height: 3px;
}

.explanation {
	margin-left:5%;
	margin-right:5%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	border: double green;
	text-align: center;
}

.indent {
	margin-left:8%;
	margin-right:8%;
}
.indent1 {
	margin-left:4%;
}
.centre {
	font-size:12pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.greenctr {
	font-size:12pt;
	font-style: normal;
	font-weight: bold;
	color: green;
	text-align: center;
}

.largegreenctr {
	font-size:14pt;
	font-style: normal;
	font-weight: bold;
	color: green;
	text-align: center;
}

ol {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 10pt;
   list-style: decimal outside
}

ul {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 10pt;
	list-style: disc
}

/*.tdmenu to be phased out in favour of menu_top*/
.tdmenu {
	width: 155px;
	background-color: #FFFF00;
}

/* menu_top defines layout for left hand menu column */
.menu-top {
	background-color:#D8CE62;
	/*color: #330099;*/
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 10pt;
	WIDTH: 155px;
	vertical-align: top;
	padding-left: 3px;
}
/* menu_bottom defines layout for left hand menu column */
.menu-bottom {
	background-color: #D8CE62;
	/*color: #330099;*/
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 8pt;
	WIDTH: 155px;
	vertical-align: bottom;
	padding-left: 3px;
}
/* content defines layout for right hand content column heading */
.content {
/*	background-color:#D8CE62;*/
	color: #000000;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 10pt;
	WIDTH: 500px;
	vertical-align: top;
}
/* content-detail defines layout for right hand content column detail */
.content-detail {
/*	background-color:#D8CE62;*/
	color: #000000;
/*	background="images/Gray Textured.gif"*/
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 10pt;
	WIDTH: 500px;
	vertical-align: top;
	padding-left: 10px;
}

.menu {
	background-color:#D8CE62;
	font-family: "Comic Sans MS", "Arial", sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	WIDTH: 100px;
}

.intro {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:18pt;
	text-align: center;
	color: green;
	margin: 20px;
}
.footer {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:8pt;
	color: #000000;
	text-align: left;
}
.section table {
	background-color:#FFFFCC;
}

td{
	font-size: 10pt;
	padding: 0.3em 0.3em;
}

tr{
	vertical-align: top;
}
.spaced-list{
	line-height: 2.5
}
