/* CSS Document */

body, html
{
	padding:0;
	margin:0;
}

body
{
	text-align:center;
}

img
{
	display:inline;
	margin:0;
	padding:0;
	border:none;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.page
{
	margin:0 auto;
	text-align:left;
}

.status
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.nostyle
{
	list-style:none;
	margin:0;
	padding:0;
}
	
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.space{
	height:10px;
	line-height:10px;
}