*
{
	margin: 0;
	padding: 0;
	border: none;
}

html
{
	background-color: white;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}

html, body
{
	width: 100%;
	height: 600px;
}
body
{
	overflow-y: hidden;
	overflow-x: auto;
}

h2
{
	font-weight: bold;
	font-family: Minion Pro, Times New Roman, serif;
	font-size: 16px;
	margin-bottom: 5px;
}

h2 a
{
	color: black;
	text-decoration: none;
}

body.wide #Content
{
	width: 8400px;
	height: 648px;
	position: absolute;
	top: 50%;
	margin-top: -224px;
	z-index: 1;
}

ul, li
{
	list-style: none;
}

ul.Files
{
	margin-top: 10px;
}
ul a
{
	color: #333;
}
ul a:hover
{
	color: black;
}