body
{
	padding: 0;
	margin: 0;
	font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

a:link, 
a:visited
{
	color: Black;
	font-weight: bold;
}

#Watermark
{
	display: none;
}

#Header
{
	position: relative;
	border-bottom: black 2px solid;
}

#Header img
{
	display: none;
}

#Header h1
{
	font-size: 20pt;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0.25em;
}

#Content h1
{
	padding: 0 0 0 0;
	margin: 0.45em 0px -0.4em 0px;
	line-height: normal;
	font-weight: bold;
	font-size: 16pt;
	text-align: left;
}

#Content h2
{
	padding: 0 0 0 0;
	margin: 0.45em 0px -0.4em 0px;
	line-height: normal;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
}

#Content h3
{
	padding: 0 0 0 0;
	margin: 0.45em 0 -0.4em 0;
	line-height: normal;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}

#Content p
{
	font-size: 11pt;
	line-height: 1.3em;
	margin: 0.7em 0 0.7em 0;
	text-align: justify;
}

#Content ol
{
	list-style-type: decimal;
	font-size: 11pt;
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: justify;
}

#Content ul
{
	list-style-type: square;
	margin-top: 0.5em;
	font-size: 11pt;
	line-height: 1.5em;
	text-align: justify;
}

#Content ul ul
{
	list-style-type: disc;
	list-style-image: none;
	font-size: 11pt;
}

#TopText
{
	display: none;
}

#Footer
{
	clear: both;
	font-size: 9pt;
	padding: 0.5em 0 0 0;
	margin: 0 0 2em 0;
	text-align: right;
	border-top: black 2px solid;
}

#Designer
{
	float: left;
	position: relative;
	text-align: left;
}

#Designer a:link,
#Designer a:visited
{
	font-weight: bold;
	color: RoyalBlue;
}

#DesignerLogo
{
	float: left;
	padding: 0 3px 0 3px;
	margin: 0;
}

#DesignerLogo img
{
	border: none;
}

#PageTOC
{
	display: none;
}

.BackToTop
{
	display: none;
}

#Navigation
{
	display: none;
}

.HidePrint
{
	display: none;
}