@charset "UTF-8";

html {
	height: 100%;
	margin-bottom: 1px;
}
form {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	text-align: justify;
}
h1 {
	font-size: 1.5em;
}
a:link {
	color: #36424a;
	text-decoration: none;
}
a:visited {
	color: #36424a;
	text-decoration: none;
}
a:hover {
	color: #36424a;
	text-decoration: underline;
}
a:active {
	color: #36424a;
	text-decoration: none;
}li {
	margin-left: -20px;
	list-style-image: url(images/check.gif);
	text-align: left;
}
.price {
	color: #d3222a;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
}
.infoBox {
	background-color: #f5f5f5;
	border: 1px;
	border-style: solid;
	border-color: #a5acb0;
}
.textStyle1 {
	color: #003399;
}
.textStyle2 {
	color: #666666;
}
.textStyle3 {
	color: #ff0000;
}
.textStyle4 {
	color: #ffffff;
}