body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#DDF1F7;
}
a:link {
	color:#0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#0033CC;
}
a:hover {
	text-decoration:underline;
	color: #CC3A71;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-style:italic;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	font-size: 16px;
	color: #D33A73;
}
h2 {
	font-size: 14px;
	color: #D33A73;
}
h3 {
	font-size: 12px;
	color: #000066;
}

.price {
	font-size: 15px;
	color: #D33A73;
	font-weight: bold;
}

input.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#303f66;
}
.grey9pt {
	font-size: 9px;
	color: #999999;
}
.grey9ptdark {
	font-size: 9px;
	color: #666666;
}
.grey10ptdark {
	font-size: 10px;
	color:#666666;
}
.link11pt {
	font-size: 11px;
	color:#303F66;
}
.link11pt:link {
	text-decoration: none;
}
.link11pt:visited {
	text-decoration: none;
	color: #303F66;
}
.link11pt:hover {
	text-decoration: none;
	font-weight:600;
	color: #CC3A71;
}
.link11pt:active {
	text-decoration: none;
	color: #FF0000;
}
.greylink11pt {
	font-size: 11px;
	color:#666666;
	text-decoration: underline;
}
.greylink11pt:link {
	color:#666666;
	text-decoration: underline;
}
.greylink11pt:visited {
	color:#666666;
	text-decoration: underline;
}
.greylink11pt:hover {
	color: #CA3970;
	text-decoration: underline;
}
.greylink11pt:active {
	color: #FF0000;
	text-decoration: underline;
}