@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.heading {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: normal;
	color: #000;
}
.heading_red {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: normal;
	color: #D6052D;
}
.copyright {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #999;
}
.heading_white {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
}
.body_copy {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.body_copy_small {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.body_copy_red {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	color: #D92227;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
