/* Common Styles */
/* html tags */
/* relation to IE stylesheet: replace 0.75 em by 1.0em, 1.5 >> 1.75, .55 >> .75, .7 >> .9, 0.6 >> 0.85 */
/* test color for P, UL etc: green. don't forget to change back */
/* known issue: menu styles leave big gaps top and bottom of menu */

BODY {
	background-color: #c0c0c0;
	font-style: normal;
	font-family: Arial,Helvetica,sanserif;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
/* background-color is set to ensure that all pages set their colour properly */

 P, UL, TD, TOL, LI, DT, DD, BLOCKQUOTE, FORM, DIV, SPAN {color: black}

.blogtab {
	font-family: Century Gothic,Tahoma,Verdana,sanserif;
	font-size: 1.0em;
	font-weight: bold;
}
.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: 0.8em;
	font-style: italic;
	text-decoration: overline;
	vertical-align: bottom;
}
.display {margin-top: 6px;
	margin-bottom: 0.25em;
	font-size: 1.0em;
}
.display A:link {
	text-decoration: underline;
}
.display A:visited {
	color: #880088;
	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: 1.75em;
}
.newsdate {
	color: blue;
	font-size: 0.8em;
	font-style: italic;
   }
.newstext {
	font-size: 0.8em;
}
.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: 1.25em;
	vertical-align: top;
}
.small {
	font-size: 0.9em;
}
.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;
}
