/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, main styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

h1 {
	color: #000066;
	font-size: 18px;
	line-height: 22px;
	margin: 10px 0px 10px 0px;
	text-align:left;
}

h2 {
	color: #666666;
	text-align:left;
	padding: 10px 0px;
	font-size: 14px;
	font-weight:bold;
	line-height: 18px;
}
h3 {
	color: #666;
	text-align:left;
	padding: 0px 0px 0px 10px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
h4 {
	color: #666666;
	width:727px;
	text-align:left;
	font-size: 14px;
	font-weight: bold;
}

.family, .howlong, .howmany, .info, .weather, .when, .where {
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 50px;
	margin: 0px;
	padding: 0px 0px 5px 45px;
}

.product {
	background-image:url(../images/rewards/productName_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 35px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 20px;
	}
.product h4 {
	font-size:20px;
	}
		
.family {background-image:url(../images/rewards/h4_family_bg.gif);}
.howlong {background-image:url(../images/rewards/h4_howlong_bg.gif);}
.howmany {background-image:url(../images/rewards/h4_howmany_bg.gif);}
.info {background-image:url(../images/rewards/h4_info_bg.gif);}
.weather {background-image:url(../images/rewards/h4_weather_bg.gif);}
.when {background-image:url(../images/rewards/h4_when_bg.gif);}
.where {background-image:url(../images/rewards/h4_where_bg.gif);}

a, a:link {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:focus {
	color: #003399;
}
a:active {
	color: #003399;
}
.anchor {
	text-align:right;
	padding:0px;
	margin:0px;
}
p {
	text-align: justify;
	font-size:12px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
ul {
	font-size:14px;
	color: #333;
	line-height:16px;
	margin: 10px 0px 30px 60px;
	text-align:left;
}
hr {
	width:90%;
	
}

