@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #262B2E;
	text-decoration: none;
	font-variant: normal;
	background-color: #262B2E;
}
a {
	text-decoration: underline;
	color: #40657A;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
}
h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #262B2E;
	padding-left: 116px;
	padding-top: 14px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-left: 30px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	padding-bottom: 15px;
	background-image: url(../img/h2-background.gif);
	background-repeat: no-repeat;
	background-position: 30px 28px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-left: 30px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	padding-bottom: 15px;
	background-image: url(../img/h2-background.gif);
	background-repeat: no-repeat;
	background-position: 30px 458px;
	padding-top: 430px;
}
img {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

strong {
	font-weight: normal;
	color: #262B2E;
}
object {
	margin-left: 10px;
	outline:none;
}
