@charset "iso-8859-1";
BODY {
	background-image: url(art/backgnd.gif);
}
BODY, DIV, P, H1, H2, H3, H4, H5, H6, PRE, TABLE, TR, TH, TD, LI, TEXTAREA, INPUT {
	font-family:Times Roman, serif;
	font-size:12pt;
}
P	{
	margin-top:0.5em;
	margin-bottom:0.5em;
}
H1, H2, H3	{
	text-align:center;
	font-weight:bold;
	margin-bottom:0;
}
H4, H5, H6	{
	font-weight:bold;
	font-style:italic;
	margin-bottom:0;
}
H1, H4	{
	font-size:1.8em;
}
H2, H5	{
	font-size:1.4em;
}
H3, H6, .medium {
	font-size:1.1em;
}
HR.spacer	{
	width:80%;
	height:1px;
	visibility:hidden;
	clear:both;
}
TABLE {
	border:none;
}
TABLE.bordered	{
	border:medium silver ridge;
}
TH, TD	{
	border:none;
	padding:0.5em;
	vertical-align:top;
	font-weight:bold;
}
TH	{
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
	background-color:black;
	color:gold;
}
TD.gallery	{
	vertical-align:middle;
	text-align:center;
}
.contents	{
	border:medium silver inset;
}
UL, LI	{
	margin-top:0px;
}
DIV.left	{
	float:left;
	width:auto;
	margin-right:1em;
	margin-bottom:1em;
	padding:0.5em;
}
DIV.right	{
	float:right;
	width:auto;
	margin-left:1em;
	margin-bottom:1em;
	padding:0.5em;
}
DIV.middle	{
	text-align:center;
	width:600px;
	margin-bottom:1em;
	padding:0.5em;
}
DIV.twoup	{
	float:left;
	width:49%;
	text-align:center;
}
DIV.threeup	{
	float:left;
	width:33%;
	text-align:center;
}
.caption	{
	text-align:center;
	font-weight:bold;
	color:black;
	background-color:transparent;
}
.centre	{
	text-align:center;
}
.right	{
	text-align:right;
}
.inline	{
	display:inline;
}
.noborder	{
	border:none;
}
.bold	{
	font-size:1.1em;
	font-weight:bold;
}
.banner	{
	margin:0.5em;
	background-color:#000099;
	color:yellow;
	border:medium outset blue;
	text-align:center;
	padding:0.2em;
}
.pic	{
	margin:0px;
	border:medium inset gold;
}
.cpic	{
	border:medium inset gold;
	margin-top:2em;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}	
.lpic	{
	margin:0.5em;
	margin-left:0px;
	margin-right:1em;
	border:thin black ridge;
	float:left;
	clear:left;
}
.rpic	{
	margin:0.5em;
	margin-left:1em;
	margin-right:0px;
	border:thin black ridge;
	float:right;
	clear:right;
}
.logo {
	margin-top:-0.2em;
	margin-left:-0.2em;
	margin-right:7px;
	margin-bottom:7px;
	border:medium inset blue;
	float:left;
}
.subhead	{
	text-align:center;
	font-weight:bold;
}
.blue	{
	color:blue;
}
.grey	{
	color:#666666;
}
.red	{
	color:red;
}
A:link, A:visited, A:active {
	color:blue;
	text-decoration:none;
}
a:hover {
	color:red;
}
