* {
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	outline: none;
}
html {
	background: white;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
}
body {
	width:100%;
	align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
div, p, table, td, th, form, input, textarea, select, option, ol, ul, li, h1, h2, h3, h4, h5, h6, pre {
	padding: 0px;
	margin: 0px;
}
img {
border:0px;
}
/* ======== */
ul, ol {
	list-style-position: inside;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a[name] {
	text-decoration: none;
}
/* ======== */
div.error-block {
	border: dotted 1px #cc3333;
	padding: 8px;
	color: #cc3333;
	margin: 12px 0px;
}
/* ======== */
b, strong, .b {
	font-weight: bold;
}
i, em, .i {
	font-style: italic;
}
u, .u {
	text-decoration: underline;
}
/* ======== */
.secret, .secret * {
	display: none;
}
a.block {
	display: block;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px;
	margin: 0px;
}
	a.block * {
		display: none;
	}
/* ======== */