/* test colour for P, UL etc is red */

/* Changes 5.5 ... */
/* added style gothicmid, changed caption style */

BODY {
	background-color: azure;
	font-style: normal;
	font-family: Arial,Helvetica,sanserif;
	font-size: 100%;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
/* bgcolor is set to ensure that all pages set their colour properly */

 P, UL, TD, TOL, LI, DT, DD, BLOCKQUOTE, FORM, DIV, SPAN {color: black}

.ismenu {
	font-family: Arial,sanserif;
	margin: 0 2px 0 0;
	padding: 2px 6px 2px 6px;
	font-size-adjust: 0.65;
}
.ismenu li {
	display: block;
	background: #5970B2;
	z-index: 30;
	float: left;
	list-style: none;
	color: white;
	font-weight: normal;
	text-align: center;
	text-decoration: none
}
.ismenu A:link {
	display: block;
	color: white;
	text-decoration: none;
}
.ismenu A:visited {
	display: block;
	color: white;
	text-decoration: underline;
}
.ismenu A:hover {
	display: block;
	font-weight: normal;
	background: #49A3FF;
	color: azure;
}
.dropmenu {
	position: absolute;
	z-index: 30;
	display: block;
	border: 1px solid #5970B2;
	margin: 3px 2px 0 0;
	padding: 4px 3px 4px 3px;
	width: auto;
	font-size-adjust: 0.55;
	text-align: left;
	background: #EAEBD8;
	text-decoration: none
}
.dropmenu A:link {
	color: #5970B2;
}
.dropmenu A:visited {
	color: #5970B2
}
.dropmenu A:hover {
	color: black
}

.blogtab {
	font-family: Century Gothic,Tahoma,Verdana,sanserif;
	font-size-adjust: 0.55;
	font-weight: bold;
	vertical-align: top;
}
.blogtab A:link {
	color: white;
	text-decoration: underline;
}
.blogtab A:visited {
	color: #ffffc0;
	text-decoration: underline;
}
.blogtab A:hover {
	font-weight: normal;
	font-style: italic;
}

.caption {
	font-size-adjust: 0.35;
	margin-top: 1em;
	font-style: italic;
	text-decoration: overline;
	vertical-align: bottom;
}
.display {	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size-adjust: 0.55;
}
.display A:link {
	text-decoration: underline;
}
.display A:visited {
	color: #cc3300;
	text-decoration: underline;
}
.display A:hover {
	text-decoration : none;
	font-weight: normal;
	font-style: italic;
}

.gothic {
	font-family: Century Gothic,Tahoma,Verdana,sanserif;
	color: black;
	font-size-adjust: 1.2;
}
.gothicmid {
	font-family: Century Gothic,Tahoma,Verdana,sanserif;
	color: black;
	font-size-adjust: 0.9;
}

.newsdate {
	color: blue;
	font-size-adjust: 0.45;
	font-style: italic;
   }
.newstext {
	font-size-adjust: 0.45;
}
.newstext A:link {
	text-decoration: underline;
}
.newstext A:visited {
	color: #880088;
	text-decoration: underline;
}
.newstext A:hover {
	text-decoration : none;
	font-weight: normal;
	font-style: italic;
}

.paneldisplay {
	margin-top: 0px;
	margin-bottom: 0.4em;
	font-size-adjust: 0.65;
	vertical-align: top;
}
.small {
	font-size-adjust: 0.48;
}
.small A:link {
	text-decoration: underline;
}
.small A:visited {
	color: #880088;
	text-decoration: underline;
}
.small A:hover {
	text-decoration : none;
	font-weight: normal;
	font-style: italic;
}

.hr {	width: 100%;
	height: 1px;
	font-size: 1px;
	background-color: blue;
	margin-top: 1px;
	margin-bottom: 1px;
}
