.bkg {
	background-color: #7c7c7c;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: 00275D;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: 4E4E4E;
	line-height: 16px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4e4e4e;
	line-height: 16px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00275d;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #a9233e;
	text-decoration: underline;
}
.contentbkg {
	background-color: #FFFFFF;
	background-image: url(images/content-bkg.jpg);
	background-repeat: no-repeat;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: 00275d;
	text-decoration: none;
}
li {
	list-style-image: url(images/bullet.gif);
}
.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: AA253C;
}
