* {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #444444;
	text-align: justify;
}
body {
	background: url("../img/body_bg.jpg") repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	min-width: 1200px;
}
img {
	border: 0px;
	padding: 0;
	margin: 0;
	display: block;
}
object, embed {
	border: 0px;
	padding: 0;
	margin: 0;
	display: block;
}
th {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}
h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #ff821e;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #ff821e;
}
h4 {
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
p {
	width: 90%;
	text-align: justify;
}
strong {
	font-weight: bold;
}
input, select, textarea {
	border: 1px solid #ff821e;
	margin-left: 0.5em;
	font-size: 8pt;
	color: #000000;
}
option {
	font-size: 8pt;
	color: #000000;
}
form {
	font-size: 8pt;
	color: #000000;
}
sup, sub {
	font-size: 7pt;
	color: #000000;
}
li {
	width: 90%;
}