@charset "iso-8859-1";
BODY {
	background-image: url(art/varbkgnd.jpg);
	max-width:1200px;
	margin:auto;
	padding:7px;
}
BODY, P, H1, H2, H3, H4, H5, H6, PRE, TABLE, TR, TH, TD, LI, TEXTAREA, INPUT {
	font-family:Arial, sans-serif;
	color:black;
	font-size:10pt;
}
HR 	{
	width:90%;
	color:#0000cc;
}
HR.spacer 	{
	visibility:hidden;
}
H2, .large {
	font-size:1.5em;
	font-weight:bold;
}
H3, .medium {
	font-size:1.1em;
	font-weight:bold;
}
UL	{
	margin:0.3em;
	margin-left:20px;
}
LI {
	font-size:1.1em;
	font-weight:bold;
	margin:0em;
}
.red {
	color:#ff0000;
}
.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:red;
}
.title	{
	text-align:center;
	margin-top:2em;
	margin-bottom:0.4em;
	margin-right:2%;
	margin-left:2%;
	padding:0.2em;
	color:white;
	background-color:#000099;
	border:thin blue outset;
}
.box {
	border:medium outset blue;
	background-color:#ccccff;
	padding:10px;
	float:left;
}
.sbox {
	border:medium outset white;
}
.pic {
	border:thin inset #ffffcc;
	background-color:silver;
	margin:10px;
}
.gold	{
	border:thick inset gold;
}
.lart {
	float:left;
	margin:1px 10px 10px 10px;
}
.rart {
	float:right;
	margin:1px 10px 10px 10px;
	border:thin white outset;
}
TABLE.contents {
	border:medium outset #0000cc;
	background-color:#9999ff;
}
TD.contents {
	padding:0.5em;
	background-color:#ccccff;
	border:1px solid #9999ff;
}
.hidden {
	visibility:hidden;
}
.blurb	{
	margin:3em,3em,1em,3em;
}
.rblurb	{
	margin-left:40%;
	margin-top:3em;
}
.lblurb	{
	margin-right:40%;
	margin-top:3em;

}
.left	{
	float:left;
	clear:left;
	margin-top:0em;
	margin-bottom:1em;
	margin-left:0em;
	margin-right:1em;
	border:thin #ffffcc outset;
	background-color:#ffffcc;
}
.lnoclear	{
	float:left;
	margin-top:0em;
	margin-bottom:1em;
	margin-left:auto;
	margin-right:auto;
	border:thin #ffffcc outset;
	background-color:#ffffcc;
}
.right	{
	float:right;
	clear:right;
	margin-top:0em;
	margin-bottom:1em;
	margin-left:1em;
	margin-right:0em;
	border:thin #ffffcc outset;
	background-color:#ffffcc;
}
.middle	{
	clear:both;
	margin:0em;
	border:thin #ffffcc outset;
	background-color:#ffffcc;
	width:627px;
}
.caption	{
	font-size:1em;
	font-weight:bold;
	text-align:center;
	margin-top:-0.5em;
	margin-bottom:0.5em;
	white-space:nowrap;
}
.list	{
	float:left;
	width:17em;
	margin-bottom:1em;
}
P.unlist	{
	margin:0em;
}

