* {
	margin: 0;
	padding: 0;
}

body, th, td {
	background: #FFFFFF url(/images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 130%;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(/images/img16.gif) no-repeat 0px 10px;
}

a:link {
	color: #3490F8;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

a:visited {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #CCCCCC;
}
.error {
	color: #F89934;
}

.savings{
font-size: 200%;
color: #dda400;
}
.help{
	display:none;
	margin-bottom: 2em;
}

