html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	background-color: #3b0001;
	height: 100%;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#holdtable {
	height: 100%;
}
.leftcell {
	background-image: url(img/left_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 25px;
}
.rightcell {
	background-image: url(img/right_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 25px;
}
.base {
	font-size: 9px;
	font-weight: bold;
	background-color: #3f0000;
	height: 89px;
	vertical-align: middle;
	padding-right: 10px;
	color: #a25353;
}
.bottomlinks {
	font-size: 10px;
	font-weight: bold;
	color: #a25353;
}
a.bottomlinks:link {
	color: #a25353;
	text-decoration: underline;
}
a.bottomlinks:visited {
	color: #a25353;
	text-decoration: underline;
}
a.bottomlinks:hover {
	color: #BDBDBD;
	text-decoration: line-through;
}
.navcell {
	background-color: #3F0000;
	padding-right: 10px;
}
.line {
	background-color: #550000;
}
.rightcolumn {
	background-color: #570001;
	padding: 10px;
}
.rightblock {
	border: 2px solid #a25353;
	background-color: #3f0000;
	margin-bottom: 6px;
}
.pad6 {
	padding: 6px;
}
.whiteborder {
	border: 1px solid #FFFFFF;
}
.ambertxt {
	color: #ba5f5f;
}
.readtxt {
	font-size: 9px;
	font-weight: bold;
	color: #FF9900;
}
a.readtxt:link {
	color: #FF9900;
	text-decoration: none;
}
a.readtxt:visited {
	color: #FF9900;
	text-decoration: none;
}
a.readtxt:hover {
	color: #F2F2F2;
	text-decoration: underline;
}

