﻿html
{
	margin:0;
	text-align:center;
	font-family: arial,times;
	font-size:12pt;
	font-weight:normal;
	color:Black;
}

h1,h2,h3,h4,h5,h6
{
	margin:0;
}

a
{
	font-size:10pt;
	color:blue;
	text-decoration:none;
}

a:hover
{
	color:blue;
	text-decoration:underline;
}

p
{
	margin-top:4px;
	margin-bottom:4px;
	text-align:left;
}

.TextAlignRight
{
	text-align:right;
}

.ClearBoth
{
	clear:both;
}