/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}


.Close
{
	clear: both;
}

ul, ol
{
	margin-left: 15px;
}

a img
{
	border: none 0;
}


/*
 print
*/
body{
	background-image: none;
	background-color: #fff;
}

	div#Wrapper{
		margin: 0;
		width: auto;
		height: auto;
	}

	div#Header,
	div#MenuBar,
	div#Left,
	div#Right,
	div#FooterSpace,
	div#Footer,
	a.PrintPage,
	.ContentBottom{
		display: none;
	}
	
	div#Content{
		padding: 0;
		width: auto;
		float: none;
	}