body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
; background-color: #000000
}

a:link {
	color: #6699CC;
	font : bold 16px Garamond;
	;	text-decoration: none;
}
a:visited {
	color: #6699CC;
	font : bold 16px Garamond;
; text-decoration: none
}
a:hover {
	color: #6699CC;
	font : bold 16px Garamond;
; text-decoration: underline
}

a:active {
	color: #000000;
	font : bold 16px Garamond;
; text-decoration: underline
}
.footer {
	font-family: Garamond;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

/* Text Styles - PGN */
.TextBody
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
}
.TextBold
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
.TextBoldUL
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}
.TextSmall
{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.TextLink
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#0b7ef0;
}
a.TextLink:link
{
    text-decoration:underline;
    color:#0b7ef0;
}
a.TextLink:visited
{
    text-decoration:underline;
    color:#0b7ef0;
}
a.TextLink:hover
{
    text-decoration:none;
    color:#0b7ef0;
}
a.TextLink:active
{
    text-decoration:none;
    color:#0b7ef0;
}