body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 0;
	padding: 0;
	background: #ffd2c2;
}
a {
	color: #f00024;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: url(kustom.cur);
}
ul {
	list-style: circle;
	margin: 4px;
	padding: 4px;
}
.red {
	color: f00024;
}

.upper_right {
	background: transparent url(images/red-midright.gif) bottom right;
	width: 205px;
	vertical-align: top;
	font-size: 10px;
}

.bdrtop {
	border-top: #F00024 solid 1px;
}
.bdrbtm {
	border-bottom: #F00024 solid 1px;
}
.bdrrightDOT {
	border-right: #F00024 dotted 1px;
}
.img {
	border: #444444 solid 1px;
	padding: 2px;
	margin: 3px;
}