a:link {
	color: #339;
	text-decoration: none;
}
a:visited {
	color: #66f;
	text-decoration: none;
}
a:active, a:hover {
	color: black;
	text-decoration: underline;
}
body, p, div, input, fieldset {
	font: 12px/1.5em Verdana, sans-serif;
}
body {
	background-image: url(images/bg-gp.jpg)
}
hr {
	color: #333;
}
input[type="radio"] {
	padding-left: 12px;
}
td {
	vertical-align: top;
}
/* container and content */
table#container {
	border: solid 1px #333;
	background-color: #cc9;
	margin: 0 auto;
	margin-top:0;
	padding-top:0;
}
div.content {
	margin: 0 20px;
	background-color: #fff;
	padding: 20px;
}
/* header, footer, navigation and legend */
h2.header {
	color: #630;
	text-align: center;
	word-spacing: .05em;
	letter-spacing: .1em;
}
h2.legend {
	border: solid 1px #999;
	color: #630;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 6px;
	text-align: center;
}
td.footer {
	background-color: #000;
	text-align: center;
}
td.footer h4 {
	color: #eee;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	word-spacing: 2px;
}
h4.nav {
	background-color: #000;
	color:#999;
	text-align: center;
	padding: 2px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0;
}
h4.nav a:active {
	color: #00f;
	text-decoration: none;
}
h4.nav a:link, h4.nav a:visited {
	color: #fff;
	text-decoration: none;
}
h4.nav a:hover {
	color: #ff0;
	text-decoration: none;
}
/* required */
.required {
	padding: 0 0 0 12px;
}
span.required {
	padding: 0 20px 0;
}
/* notice */
#notice {
	border: 1px solid #F00;
	padding:20px;
}
.notice, ol {
	font-style:italic;
	font-size: 10px;
	clear:both;
}
.notice_center {
	font-style: italic;
	font-size: 10px;
	text-align: center;
}
.notice_red {
	font-style: italic;
	font-size: 10px;
	font-weight: normal;
	color: #300;
	padding: 12px;
}
.notice_status {
	font-style: italic;
	font-size: 10px;
	text-align: center;
	background-color: #fff;
	margin: 0 40px 0 30px;
	border: solid 1px #000;
	padding: 3px;
}
/* product */
.product, label.product {
	font-size: 10px;
}
td.product {
	background-color: #fff;
	border: 1px solid #333;
	padding:12px;
	width:302px;
}
span.product_group {
	color: #333;
	font-weight: 700;
}
/* customers & feature */
h2.customers {
	background-color: #000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 6px;
	text-align: center;
}
td.customers {
	border: 1px solid #333;
	padding:12px;
}
td#established {
	background-color: #fcc;
}
td#new_customer {
	background-color: #cfc;
}
h4.feature {
	color: #633;
	letter-spacing: .15em;
	text-align: center;
}
td#features {
	background-color: white;
	margin:6px;
	padding: 6px;
	background-image: url(images/slate.gif);
	text-align: left;
	border: 1px solid #666;
	padding:12px;
}
td#top_notice {
	background-color: #fff;
	margin: 0 40px 0 30px;
	border: solid 1px #000;
	padding: 12px;
}
#container tr .product .notice_status strong {
	text-align: center;
}
