html, body, p, h1, h2 img{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
body {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	background-color: #FDFBE2;
	text-align: center;   /* fix for IE 5.x bug to centre wrapper div in the body */
}
* {
	padding:0;
	margin:0;
} /* fix for Opera positioning bug*/
h1 {
	font-size: 108%;
	font-weight: bold;
	color: #552711;
	text-align: center;
	margin: 10px;
}
h2 {
	font-size: 90%;
	font-weight: bold;
	color: #AB6014;
	text-align: center;
	margin: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: justify;
	margin: 10px;
}
.brightpara {
	color: #AB6014;
	font-weight: bold;
}
p a { 
	color:#000000;
	text-decoration: underline;
}
.mailbox {
	font-size: 100%;
	text-align: center;
	display: block;
	margin-top: 46px;
}
.mailbox a {
	color: #000000;
}

/* a:focus is to show when control is via the tabs rather than the mouse - Firefox, not IE6 */
a:hover, a:focus {
	color: #FF0000;
}

.gold {
	color: #F8A30E;
}
.smaller {
	font-size: 70%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.smallink {
	font-size: 70%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
em {
	font-style: normal;
	color: #AB6014;
}
#closebox {
	font-size: 60%;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 2px;
	border: 1px solid #330000;
	margin: 0px auto 0px auto;
	width: 45px;
	text-align: center;/* to reset wrapper text as required
	                     and to override IE 5.x bug to centre wrapper div in the body */
	/*background-color: #AB6014;*/
	background-color: #C66F17;
	position: relative;
}
#closebox a {
	color: #552711;
	height: 1%;
	text-decoration: none;
}
#closebox a:hover, #closebox a:focus {
	color: #F8A30E;
}
.spacer {
	display: block;
	margin: 0px;
	padding: 0px;
}
.inset {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
}
/*for cont page:*/
.largetext {
	font-size: 120%;
	font-weight: bold;
}
.inlineimage {
	margin-bottom: -4px;
}
