/*
.article {font-weight:bold;}
.blue {background-color:#0000ff;color:white;text-decoration:none;}
.center {text-align:center;}
.error {text-align:center;color:red;}
.gray {background-color:#999999;color:white;text-decoration:none;}
.head1 {font-size:14pt;color:blue;font-weight:bold;}
.inset {border-style:inset;}
.links {text-align:center;}
.middleDiv {
	position:absolute;
	background-color:#ffffff;
	border-width:0;
	border-color:#ffffff;
	padding:0%;
	visibility:hidden;
	text-align:left;
	font-size:normal;
	}
.orange {background-color:#ff9900;color:white;text-decoration:none;}
.purple {background-color:#cc00cc;color:white;text-decoration:none;}
.red {background-color:#ff0000;color:white;text-decoration:none;}
.right {text-align:right;}
.sideColumn {
	position:absolute;
	background-color:#ffffcc;
	border-width:0;
	border-color:#ffcc33;
	padding:0%;
	visibility:visible;
	text-align:center;
	font-size:x-small;
	}
.standardbutton {
	text-align:center;
	vertical-align:middle;
	padding:3px,7px,3px,7px;
	height:20px;
	text-decoration:none;
	color:black;
	background:#cccccc;
	border-top:2px solid lightgrey;
	border-right:2px solid gray;
	border-bottom:2px solid gray;
	border-left:2px solid lightgrey;
	}
.toplink {font-weight: bold;text-decoration:none;}
*/