@charset "ISO-8859-1";

html
{
	height: 100%;
	/*overflow: hidden;*/
}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*overflow: hidden;*/
	background-color: #ffffff;
}

#container
{
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
	/*max-width: 1400px;*/
	margin-left:auto;
	margin-right:auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
}

a:link {
	color: #000000;
}

a:hover {
	color: #8C8C8C;
}
