@charset "utf-8";
body {
	margin: 0px;
	background-image: url(graphics/body_bg.gif);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
}
h1 {
	color: #02189D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 span {
	color: #E2F3FA;
}
#bodyXBg {
	background-image: url(graphics/body_bgx.gif);
	background-repeat: repeat-x;
	background-position: 700px 0;
}
#content {
	background-image: url(graphics/content_bg.gif);
	background-repeat: no-repeat;
}
.highlighter {
	background: #FFFFDF;
}
#orderButton {
	color: #02189D;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
}
.heading {
	color: #110077;
	font: bold;
}

a:link {
	color: #02189D;
}
a:visited {
	color: #4A569D;
}
a:hover {
	color: #C52B25;
}
a:active {
	color: #C52B25;
}
.money {
	color: #006600;
	font: bold;
}