body {
	background-color: #ffffff;
	color: #0000ff;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}
p {
	text-align: center;
}
form {
	padding: 0;
	margin: 0;
}
a:link {
	color: #0000ff;
}
a:visited {
	color: #cccccc;
}
a:active {
	color: #cccccc;
}
a:hover {
	color: #ffffff;
    background-color: #0000ff;
}
table.center {
	margin-left: auto;
	margin-right: auto;
}
#superior_container {
	margin: 0 auto;
}
#order_container {
	text-align: center;
	margin-top: .25em;
}
#errors_container {
	text-align: center;
	margin-top: .5em;
}
#error_title {
	color: #ff0033;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: .5em;
}
.error_msg {
	color: #ff0033;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
}
.bullet {
	padding-left: .4em;
	padding-right: .7em;
	padding-top: 2px;
	vertical-align: top;
	color: #FF0033;
	padding-left: .25em;
	padding-right: 1em;
}
#step {
	text-align: center;
	font-size: 12px;
	color: #0000ff;
	font-weight: normal;
	padding: .5em 0 1em 0;
}
.component_image {
	border: 1px solid #000000;
}
.component_title {
	font-size: 12px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.order_button {
	text-align: center;
	padding: .25em 0 1em 0;
}
.section {
	background-color: #ddddff;
	margin-top: 1em;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.section_title {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 3em;
	white-space: nowrap;
}
.order_label {
	font-size: 11px;
	white-space: nowrap;
}
.price {
	text-align: right;
}
#timestamp {
	text-align: center;
	font-size: 12px;
}
.label {
	text-align: right;
	width: 30%;
}
.value {
	text-align: left;
	width: 70%;
}
.odd {
}
.even {
	background-color: #ccccff;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}
.nowrap {
	white-space: nowrap;
}
