/* Common */
body
{
	font-family: "Segoe UI", Tahoma, Sans-Serif;
	font-weight: normal;
	font-size: medium;
}

/* Screen */
@media screen
{
	/* Reset */
	body, div, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, 
	input, select, ul, li, table, td, th, hr
	{
		margin: 0;
		padding: 0;
		border: 0;
	}
	body
	{
		font: normal 86% Sans-serif,tahoma,verdana;
		background: #E8EAEF;
		text-align: center;
		padding: 0 0 20px 0;
		color: #575757;
	}

	div.page
	{
		text-align: left;
		width: 90%;
		min-width:800px;
		max-width:1300px;
		background:#fff;
		margin: 20px auto 0 auto;
	}

	div.header
	{
		min-height: 140px;
		position: relative;
	}
	
	div.header, div.body, div.footer
	{
		clear: both;
	}
	
	p
	{
		line-height:200%;
	}
}

/* Portable device */
@media handheld
{
	body
	{
		background:#fff;
		color:#444;
	}
}

/* Printer specific */
@media print
{
	body
	{
		background:#fff;
		color:#444;
	}
}