BODY
{
	margin: 0px;
}

.normalBlack
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
}

.normalBlack a
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

.normalBlack a:hover
{
	text-decoration: underline;
}

.normalWhite
{
	font-family: Arial;
	font-size: 12px;
	color: White;
}

.normalWhite a
{
	font-family: Arial;
	font-size: 12px;
	color: White;
	text-decoration: none;
}

.normalWhite a:hover
{
	text-decoration: underline;
}

.footer
{
	font-family: Arial;
	font-size: 11px;
	color: #DFDCC8;	
}
.footer A
{
	font-family: Arial;
	font-size: 11px;
	color: #DFDCC8;
	text-decoration: none;
}
.footer A:Hover
{
	text-decoration: underline;
}