html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #434343;
}

a {
	color: #ef6025;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ef6025;
	font-size: 2.2em;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #121f2b;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ef6025;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #121f2b;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

#menu, .footer, .htmltooltip {
	display: none;
}

blockquote {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #121f2b;
}

.smaller {
	font-size: 0.8em;
}

.larger {
	font-size: 1.4em;
}

.white {
	position: relative;
	float: left;
	padding: 10px;
	width: 960px;
	background-color: #ffffff;
}

hr {
	width: 100%;
	position: relative;
	float: left;
	color: #ffffff;
	background-color: #ffffff;
	border-top: 1px dotted #cccccc;
	margin: 15px 0px 25px 0px;
}

table.prices tr td, table.pricesfull tr td {
	color: #ffffff;
}

table.prices tr td:first-child {
	color: #434343;
}
