.SpecTableHead {
	font-size: 150%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
.SpecTableFieldName {
	text-align: right;
}

#indexMenuNew {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.pricingItem {
	text-align: right;
}
BODY {
	margin: 5px 0 0 0;
	background-color: black;
	color: white;
	font-family: sans-serif;
	line-height: 150%;
}
#PageContentContainerA {
	text-align: center;
	padding: 10px;
	background-color: rgb(1,66,124);
}
#PageContentContainerB {
	margin: auto;
	text-align: left;
	width: 750px;
	background-color: inherit;
}
#footer {
	font-size: 80%;
}
A {
	font-weight: bold;
}
A:link {
	color: Coral;
}
A:visited {
	color: Tomato;
}
A:hover {
	color: Yellow;
}
A:active {
	color: snow;
}
