.background {
	background-attachment: fixed;
	background-color: #C59823;
	background-repeat: repeat-x;
	background-position: right center;
}
.wholebackground {
	background-image: url(../images/background.jpg);
}
.yellowtext {
	font-size: 10pt;
	font-weight: normal;
	color: #F0E66D;
}
.tableheading {
	font-weight: bold;
	color: #FFFF66;
}
.Redtext {
	font-size: 18pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
}
.ctrlayer {
	overflow: auto;
	position: fixed;
	height: 450px;
	width: 607px;
	left: auto;
	top: 200px;
	right: auto;
	bottom: auto;
}
.update {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #990000;
	text-decoration: underline;
}
