td {
	font-family: Boopee, Verdana;
	font-style: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CE2118;
}
.line {
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
.grid {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.butbg {
	background-image: url(images/button_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.butbg2 {
	background-image: url(images/button_bg2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.bgleft {
	background-image: url(images/border_left2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bgright {
	background-image: url(images/border.gif);
	background-repeat: repeat-y;
	background-position: right;
}
