body.display {
	margin-top		: 0px;
	margin-left		: 0px;
	margin-bottom	: 0px;
	margin-right	: 0px;
	/*background-color: #f7f7f7;*/
	background-color: #ffffff;
}

body.newdisplay {
  margin-top: 3px;
  margin-left: 31px;
  background-color: #ffffff;
}

body.leftpanel {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  background-color: #f7f7f7;
}

p {
	font-weight		: normal;
	font-size		: 15px;
	line-height		: 18px;
	font-family		: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-weight		: bold;
	font-size		: 15px;
	line-height		: 18px;
	font-family		: Arial, Helvetica, sans-serif;
	margin-top: 18px;
	margin-bottom: 0px;
}

h2 {
	border-right	: black 2px solid;
	border-top		: black 2px solid;
	font-size		: 26px;
	margin			: 0px;
	border-left		: black 2px solid;
	color			: #606060;
	text-indent		: 0px;
	border-bottom	: black 2px solid;
	font-family		: Georgia, Arial, Helvetica, sans-serif;
	background-color: white;
	text-align		: center;
}

h3 {
	border-right	: 0px;
	border-top		: 0px;
	font-size		: 21px;
	margin			: 0px 0px 5px;
	border-left		: 0px;
	color			: black;
	border-bottom	: 0px;
	font-family		: Georgia, Arial, Helvetica, sans-serif;
	text-align		: left;
}

h3.dojo {
	border-right	: 0px;
	border-top		: 0px;
	font-size		: 21px;
	margin			: 0px 0px 5px;
	border-left		: 0px;
	color			: black;
	border-bottom	: 0px;
	font-family		: Georgia, Arial, Helvetica, sans-serif;
	text-align		: left;
}

a {
	color			: #707070;
}
a:visited {
	color			: #707070;
}
a:hover {
	color			: #cc0000;
}

a.details {
	color			: #707070;
}
a.details:visited {
	color			: #707070;
}
a.details:hover {
	color			: #cc0000;
}

a.pages {
	color			: #707070;
}
a.pages:visited {
	color			: #707070;
}
a.pages:hover {
	color			: #cc0000;
}

table.dojo {
	border-bottom	: #000099 0px solid;
	border-left		: #000099 0px solid;
	border-right	: #000099 0px solid;
	border-top		: #000099 0px solid;
	margin			: 0px 0px 0px 0px;
	width			: 630px;
}

table.event {
	border-collapse	: collapse;
	border-bottom	: #000099 0px solid;
	border-left		: #000099 0px solid;
	border-right	: #000099 0px solid;
	border-top		: #000099 0px solid;
	margin			: 0px 0px 0px 0px;
	width			: 531px;
/*	height			: 480px; */
}

table.list {
  /* AEY: added background colour */
  background-color: white;
  
	border-collapse	: collapse;
	border-bottom	: black 1px solid;
	border-left		: black 1px solid;
	border-right	: black 1px solid;
	border-top		: black 1px solid;
	margin-top		: 1px;
	margin-left		: 0px;
	margin-bottom	: 0px;
	margin-right	: 0px;
	padding 		: 0px;
	width			: 150px;
}

table.list td {
	background-color: white;
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	/*text-decoration: none;*/
}

table.logo {
	border-bottom: 0px;
	border-collapse: collapse;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin: 0px 0px 0px 53px;
	width: 160px;
}

/* New - AEY */
tr.spacer {
  height: 7px;
}

td {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	/*text-decoration: none;*/
}

td.padding {
	width: 25px;
}

td.padding1 {
	width: 625px;
}

td.heightpadding {
	height: 25px;
}

td.heightpadding1 {
	height: 1px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	/* AEY: added following items */
	list-style-type: disc;
}

li {
	margin			: 0px;
	/* AEY: added following items */
	margin-left: -20px;
}

li.contacts {
	margin			: 5px;
}

