﻿body
{
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	color: black;
	font-family: Tahoma;
	background-color: white;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
}

a:hover
{
	color: #CC0033;
}

a:active
{
	color: #CC0033;
}

a img
{
	border-style: none;
}

div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

h1
{
	font-weight: bold;
	font-size: 10pt;
}

h2
{
	font-size: 10pt;
}

h3
{
	font-weight: bold;
}

td
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
}

.PageContent
{
	width: 930px;
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

.PageContent a
{
	color: #000000;
	text-decoration: none;
}

.PageContent a:visited
{
	color: #000000;
}

.PageContent a:hover
{
	color: #CC0033;
}

.PageContent a:active
{
	color: #CC0033;
}

