@import url(http://misc.hersheypa.com/assets/social_bar/social_bar.css);
/* General
---------------------------------------------------------------------*/

body {
	background-color: #DFDFDF;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #103F74;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #897A5A;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	padding-bottom: 0;
}
p {
	margin-top: 1px;
	padding-top: 1px;
}

h1 {
	font-size: 18px;
	color: #822D28;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #990000;
	margin-top: 0;
	padding-top: 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #103F74;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
ul {
	margin-top: 2px;
	padding-top: 2px;
}


/* Layout
---------------------------------------------------------------------*/

.midSection {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 25px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
.footerCell {
	padding: 15px;
}


/* Typography
---------------------------------------------------------------------*/

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.footerNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.footerNav a:link {
	color: #666666;
	text-decoration: underline;
}
.footerNav a:visited {
	color: #666666;
	text-decoration: underline;
}
.footerNav a:hover {
	color: #812C29;
	text-decoration: underline;
}
.smItalic {
	font: italic 10px Verdana, Arial, Helvetica, sans-serif;
}
