body {
	background-color: #00699F;
	margin: 0px;
}
.black {
	background-color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #983272;
}

.QuestionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00699F;
	font-weight: bold;
}

.ProductTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF99CC;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.normal:link {
	text-decoration: underline;
	color: #990066;
}
a.normal:visited {
	color: #990066;
	text-decoration: underline;
}
a.normal:hover {
	color: #990066;
	text-decoration: none;
}
a.normal:active {
	color: #990066;
	text-decoration: underline;
}

.field {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990066;
}
a.footer:link {
	text-decoration: none;
	color: #990066;
}
a.footer:visited {
	color: #990066;
	text-decoration: none;
}
a.footer:hover {
	color: #990066;
	text-decoration: underline;
}
a.footer:active {
	color: #990066;
	text-decoration: none;
}
.smallNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.pink {
	background-color: #FFD9EC;
}
.pinkBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFE8F3;
	padding: 8px;
	text-align: center;
}

.CartCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.gray {
	color: #CCCCCC;
	background-color: #CCCCCC;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}
.yellow {
	background-color: #FFFFD5;
}
