body {
	background-color: #000000;
}

body, table, p {
	margin: 0;
	padding: 0;
}

table {
	border: none;
	empty-cells: show;
	border-spacing: 0;
	border-collapse: collapse;
	caption-side: top;
	table-layout: auto;
}

body, table, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.3;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	text-indent: 0;
	white-space: normal;
	word-spacing: normal;
}

td, th {
	padding: 0;
	border: none;
	vertical-align: top;
	text-align: left;
}

thead, tbody, tfoot {
	border: none;
}


ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;	
	list-style-position: outside
}

ul li {
	margin: 0 0 0 25px;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ol li {
	margin: 0 0 0 25px;
	padding: 0 0 0 10px;
}

ol li ol {
	margin: 0;
	padding: 0;
	list-style-type: lower-alpha;
}

ol li ol li {
	margin: 0 0 0 25px;
	padding: 0 0 0 10px;
}

img {
	margin: 0;
	border: none;
	outline-style: none;
}

a,
a:link,
a:visited {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

a:active, a:hover {
	text-decoration: none;
}

a:focus {
	outline-style: none;
}

h1,
h1 a,
h1 a:link,
h1 a:visited,
h2,
h2 a,
h2 a:link,
h2 a:visited,
h3,
h3 a,
h3 a:link,
h3 a:visited {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

h1,
h1 a,
h1 a:link,
h1 a:visited {
	font-size: 17px;
	color: #ffffff;
	font-style: normal;
}

h2,
h2 a,
h2 a:link,
h2 a:visited {
	font-size: 15px;
	color: #97989a;
	font-style: italic;
}

h3,
h3 a,
h3 a:link,
h3 a:visited {
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
}

h1 a:active,
h1 a:hover,
h2 a:active,
h2 a:hover,
h3 a:active,
h3 a:hover {
	text-decoration: underline;
}

hr {
	color: #3e3e3e;
	background-color: #3e3e3e;
	height: 1px;
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input.form,
textarea.form {
	margin: 0;
	padding: 4px 4px 4px 4px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

	text-decoration: none;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	text-transform: none;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	background-color: #ffffff;
	border: 1px solid #b1b2b4;
}

select.form {
	margin: 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;

	text-decoration: none;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

input.size-l,
textarea.size-l {
	width: 390px;
}

textarea.size-l {
	height: 120px;
}

