.centre {
	text-align: center;
}

body {
	background-color: #fdfcf2;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 24px;
	margin-right: 29px;
	border: 0px;
	padding: 0px;
	color: #364c64;
	}
.firstword {
	font-size: 14px;
	font-weight: bold;
}


p.navbar {
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-top: 5px;
}

p.navbarleft {
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 5px;
	}

p.navbar3 {
	color: White;
	text-align: center;
	font-weight: bold;
}

p.copywright {
	vertical-align: bottom;
	text-align: center;
	margin: 5px;
	color: #364c64;
}

p.vsmall {
	font-size: 2px;
	line-height: 2px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}


h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	vertical-align: top;
	text-align: left;
	margin-left: 24px;
	margin-top: 18px;
	color: #364c64;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	vertical-align: top;
	text-align: center;
	color: #364c64;
	margin-top: 28px;
	margin-bottom: 18px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	vertical-align: top;
	text-align: right;
	color: #364c64;
	margin-right: 29px;
}
a.link1:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.link1:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.link1:hover {
	color: #DC143C;
	text-decoration: none;
}
a.link1:active {
	color: #DC143C;
	text-decoration: none;
}

a.link2:link {
	color: #4169E1;
	text-decoration: none;
}
a.link2:visited {
	color: #4169E1;
	text-decoration: none;
}
a.link2:hover {
	color: #DC143C;
	text-decoration: none;
}
a.link2:active {
	color: #DC143C;
	text-decoration: none;
}


a.link3:link {
	color: #E6C1EA;
}
a.link3:visited {
	color: #F9F6DB;
}
a.link3:hover {
	color: #E6C1EA;
}
a.link3:active {
	color: #F9F6DB;
}

table {
	border: 0px;
	margin: 0px auto;
	padding: 0px;
	vertical-align: top;	
}

tr {
	border: 0px;
	margin: 0px;
	vertical-align: top;
	padding: 0px;
}
td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	border: 0px;
	padding: 0px;
	color: #364c64;
}
ul {
	margin-bottom: 0px;
	margin-top: 0px;
}
.fsb {
	margin-left: 10px;
	margin-right: 5px;
}
<!--
.cursor{ cursor: pointer; cursor: hand; }
-->