@charset "utf-8";
/* CSS Document */

html
{
	height:100%;
	width:100%;
}


body
{
	border:0px;
	margin:0px;
	padding:0px;
	background:#FFF;
	text-align:center;
	color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	height:100%;
	width:100%;
}

a
{
	text-decoration:none;
	border:0px;
	color:#000;
}

a img
{
	text-decoration:none;
	border:0px;
}

h1
{
	font-size:8pt;
	font-weight:bold;
}

h2
{
	font-size:8pt;
	font-weight:bold;
	display:inline;
}

h2 a
{
	font-size:8pt;
	font-weight:bold;
	color:#000;
}

h2 .menulink
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	font-weight:bold;
	color:#000;
}

input
{
	font-size:8pt;
}

table
{
	border-collapse:collapse;
	margin:auto;
}
