body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../calendar/images/quotebg.jpg) no-repeat fixed top;
	margin: 0;
}
.left {
	float: left;
}
.right {
	float: right;
	margin-right: 60%;
}
.clear {
	clear: both;
	padding: 15px 0px 10px;
}
.captcha {
	width: 350px;
	height: 150px;
	margin: 0px auto;
	position: static;
}
.sendreset {
	width: 400px;
	height: 50px;
	clear: both;
	margin: 0 auto;
	position: static;
}
.collapse {
	position: fixed;
	visibility: hidden;
	border: 1px solid Black;
	margin: 10px;
	padding: 5px;
}
.expand {
	position: relative;
	visibility: visible;
	border: 1px solid Black;
	margin: 10px;
	padding: 5px;
}
ol li {
	margin-bottom: 10px;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}
.new {
	color: red;
	font-weight: bold;
	background: yellow;
}
sup {
	font-weight: bold;
	color: maroon;
}
.bold {
	font-weight: bold;
}
.underbold {
	font-weight: bolder;
	text-decoration: underline;
}