a:link.footer
{
	color: white;
	background-color:red;
	font-weight: bold;
	font-size: 10pt;
}
a:visited.footer
{
	color: white;
	background-color:red;
	font-weight: bold;
	font-size: 10pt;	
}
a:active.footer
{
	color: red;
	background-color:white;
	font-weight: bold;
	font-size: 10pt;
}
a:hover.footer
{
	color: red;
	background-color:white;
	font-weight: bold;
	font-size: 10pt;
}

body
{
	font-family: Arial, sans-serif;
}
table
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
p
{
	font-family: Arial, sans-serif;
}

.red
{
	color: red;
}
.boldRed
{
	color: red;
	font-weight: bold;
}
.boldRed12
{
	color:red;
	font-weight: bold;
	font-size: 12pt;
}
.boldRed14Centered
{
	color:red;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}
.redBorder
{
	border-color: red;
	border-width: 3;
	border-style: dotted;
}
.Heading
{
	color:red;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}


.labelLeft
{
	font-weight: bold;
	text-align: left;
}
.labelRight
{
	font-weight: bold;
	text-align: right;	
}
.labelCenter
{
	font-weight: bold;
	text-align: center;
}

.labelLeftRed
{
	font-weight: bold;
	text-align: left;
	color: red;	
}
.labelRightRed
{
	font-weight: bold;
	text-align: right;
	color: red;	
}
.labelCenterRed
{
	font-weight: bold;
	text-align: center;
	color: red;	
}

.SmallNote
{
	color: red;
	font-size: 8pt;
}

.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
