*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: white;
	
	font-family: Arial, sans-serif;
	font-size: 11pt;
	line-height: 16.5pt;
	color: black;
	
	margin-left: 40px;
	margin-right: 40px;
}

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

a:hover
{
	color: gray;
}

small
{
	color: gray;
	font-size: 8.25pt;
}

.very_small
{
	color: gray;
	font-size: 8.25pt;
}

small a
{
	color: gray;
}

small a:hover
{
	color: black;
}

#content
{
	position: relative;
	
	height: 100%;
	width: 100%;
}

.centre
{
	text-align: center;
}

#copyright
{
	height: 2em;
}

a.commonlink
{
	color: gray;
}

a.commonlink:hover
{
	color: black;
}