html {display:table;}

html, body {height:100%; width:100%;}

body
	{
	font-family: "Arial", "Helvetica";
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	text-indent: 10px;
	text-align:left; display:table-cell; vertical-align:middle;
	scrollbar-arrow-color: #ff0000;
	scrollbar-base-color: #f0f0f0;
	scrollbar-face-color: #e0e0e0;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #f0f0f0
	}



A:link
	{
	text-decoration: none;
	font-weight: bold;
	color: #0000AA;
	}


A:visited
	{
	text-decoration: none;
	font-weight: bold;
	color: #0000AA;
	}


A:hover
	{
	text-decoration: none;
	font-weight: bold;
	color: #DF9F00;
	}

A:active
	{
	text-decoration: none;
	font-weight: bold;
	color: #DF9F00;
	}

h1
	{
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	}