html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0px;
	padding: 0px;
}
img, fieldset {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	color: #666;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
	display:block;
}
/* list */
ul {
	padding: 0;
	list-style:none;
}
ol {
	padding: 0;
}
li {
	margin: 0 0 0 0;
	padding: 0;
}
/* headings */


p + p {
	text-indent:0px!important;
	margin:0px;
}
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 display: none;
}
body {
	background:#000000;
	margin:0 auto;
}
.Clear {
	padding:0px;
	margin:0px;
	clear:both;
}
.Wrapper {
	margin:0 auto;
	width:800px;
}
.Header{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.InnerPages
{
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	width:50%;
	margin:auto;
	padding:10px;
}
.InnerPages table 
{
	margin-left:60px;
	
}
.InnerPages h2
{
	color:#fff;
	font-size:18px;
}
.InnerPages table td
{
	line-height:17px;
	
}