@charset "utf-8";
BODY {
	background-image: url(gifs/backgnd.gif);
	max-width:1200px;
	padding:7px;
	margin:auto;
}
BODY, P, H1, H2, H3, H4, H5, H6, TABLE, TR, TH, TD, LI, TEXTAREA, INPUT {
	font-family:Arial, sans-serif;
	color:black;
	font-size:10pt;
}
.bold	{
	font-weight:bold;
}
.italic {
	font-style:italic;
	font-weight:bold;
}
.ul {
	text-decoration:underline;
}

.red {
	color:#ff0000;
}
.green {
	color:#00ff00;
}
.blue {
	color:#0000ff;
}
.yellow {
	color:#ffff00;
}
.magenta {
	color:#ff00ff;
}
.cyan {
	color:#00ffff;
}
.white {
	color:#ffffff;
}
H1, .xlarge {
	font-size:2em;
	font-weight:bold;
}
H2, .large {
	font-size:1.5em;
	font-weight:bold;
}
H3, .medium {
	font-size:1.1em;
	font-weight:bold;
}
H4, .normal {
 	font-size:1em;
	font-weight:bold;
}
H5, .small {
	font-size:0.8em;
	font-weight:normal;
}
H6, .xsmall {font-size:0.6em;
	font-weight:normal;
}
.caption	{
	font-size:1em;
	font-weight:bold;
	margin-top:0px;
	text-align:center;
}
HR.spacer {
	visibility:hidden;
}
HR.short {
	width:80%;
	text-align:center;
	margin-top:1px;
	margin-bottom:1px;
	clear:both;
	color:#C80064;
}
TD.contents {
	font-size:1.1em;
	font-weight: bold;
	padding:5px;
}
.none	{
	list-style-type:none;
}
.right {
	text-align:right;
}
.centre {
	text-align:center;
}
a:link, a:visited, a:active {
	color:blue;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:blue;
}
a:link.button, a:visited.button, a:active.button {
	color:white;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size:0.8em;
	border:medium outset #0000ff;
	background-color:#000099;
	padding:0.1em 0.3em;
	text-decoration:none;
}
a:hover.button {
	color:#00ffff;
}
.banner {
	border:medium outset #ff0099;
	color:white;
	background-color:#C80064;
	text-align:center;
	padding:0.3em;
}
.box {
	border: medium ridge #C80064;
	font-size:1.1em;
	font-weight: bold;
	width:500px;
	padding:1em;
}
.pic {
	border:thick inset white;
	background-color:black;
}
.lpic {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	border:thick inset white;
	background-color:black;
}
.rpic {
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	border:thick inset white;
	background-color:black;
}

.logo {
	margin:1em;
	margin-top:0.2em;
	float:left;
	border: thick inset white;
}
DIV.right {
	float:right;
	margin-left:1em;
	margin-bottom:2em;
	margin-right:10px;
}
DIV.left {
	float:left;
	margin-right:1em;
	margin-bottom:2em;
	margin-left:10px;
}
DIV.ltext	{
	float:left;
}
DIV.rtext	{
	float:right;
}

