body {
	background: #ffffff url(images/chip.gif);
	font: normal 12px/14px Verdana;
	color: #000000;
	margin: 0px;
	text-align: center;
}
a:link, a:visited {
	color: #ff6914;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	color: #ff6914;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	padding: 4px 0 2px 0;
}
h2 {
	font-size: 14px;
	text-decoration: underline;
	padding: 15px 0 0 0;
}
h3 {
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
	margin-bottom: 1px;
	margin-top: 16px;
}
h4 {
	color: #ff6914;
	font-size: 13px;
	font-weight: bold;
}
.main {
	background-color: #ffffff;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
.orange-bar {
	border-bottom: 6px solid #ff6914;
}
.orange-bar1 {
	border-top: 3px solid #ff6914;
}
.orange-bar2 {
	border-top: 2px solid #ff6914;
	padding: 10px 0 10px 0;
}
.black-line {
	border-top: 0px solid #000000;
}
.orange-box {
	width: 135px;
	border: 2px solid #ff6914;
	padding: 5px;
	text-align: center;
	font-size: 14px;
}
.orange-box a:link, .orange-box a:visited {
	color: #ff6914;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	font-size: 14px;
}
.orange-box a:active, .orange-box a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	font-size: 14px;
}
.content {
	width: 570px;
	text-align: left;
	padding: 8px 0 10px 0;
}
.bold-head {
	font-size: 12px;
	font-weight: bold;
}
.title {
	font-size: 14px;
	color: #ff6914;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	padding: 4px 0 7px 0;
}
.notice {
	width: 500px;
	padding: 15px;
	border: 1px dotted #ff6914;
}
.alt-notice {
	padding: 15px;
}