BODY
{
	background-color: White;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 20px;
	text-align: center;
}

A
{
	color: Blue;
	text-decoration: none;
}
A:HOVER
{
	color: Dodgerblue;
	text-decoration: underline;
}

HR {
	color: Dodgerblue;
	height: 2px;
}

P
{
	text-indent: 50px;
	text-align: justify;
}

IMG
{
	border: 0;
}


TABLE
{
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
TD
{
	text-align: left;
	vertical-align: top;
}

.bluebar
{
	background-color: Dodgerblue;
	color: White;
}
.para
{
	text-indent: 50px;
	text-align: justify;
}

#bottomnav
{
	text-align: center;
}
#copyright
{
	text-align: center;
}