* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	margin: 0;
	padding: 0;
	font: 9pt/12pt Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #fff url('/img/bg.jpg') repeat-x;
}
a:link, a:visited {
	color: #9f2833;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	height: 1px;
	color: #9f2833;
	background: #9f2833;
	margin: 20px 0px;
}
table, img {
	border: none;
}
.main {
	margin: 0px auto;
	width: 900px;
	background-color: #ffffff;
}
.warning {
	text-align: center;
	font-weight: bold;
	padding: 14px;
}
.warning span {
	margin: 15px;
}
.text {
	border-top: 2px solid #9f2833;
	border-left: 1px solid #c3c6c7;
	border-right: 1px solid #c3c6c7;
	border-bottom: 1px solid #c3c6c7;
	padding: 20px 25px;
	margin-bottom: 20px;
}
.text p {
	margin-bottom: 10px;
	text-align: justify;
}
.red {
	color: #9f2833;
}