/*   Body Text   */
.txtBody 
{
	font-weight:		normal;
	font-size:			10pt;
	font-family:		Georgia, "Times New Roman";
	text-decoration:	none;
	color:				#000000;
}

.txtBody-Small
{
	font-weight:		normal;
	font-size:			9pt;
	font-family:		Georgia, "Times New Roman";
	line-height:		15pt;
	text-decoration:	none;
	color:				#000000;
}


/*   Header Text   */
.txtHeader 
{
	font-weight:		bold;
	font-size:			12pt;
	font-family:		Georgia, "Times New Roman";
	text-decoration:	none;
	color:				#000000;
}

/*    Sub Header Text   */
.txtSubHeader 
{
	font-weight:		bold;
	font-style:		Italic;
	font-size:			10pt;
	font-family:		Georgia, "Times New Roman";
	text-decoration:	none;
	color:				#FF9900;
}


/*   Navigation Text   */
.txtNavi 
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#01106E;
}

/*   Form Required Text   */
.txtRed 
{
	font-weight:		normal;
	font-size:			10pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#D90000;
}

/*   Spacer Text   */
.txtSpacer 
{
	font-size:			2pt;
	font-family:		Arial;
	color:				#F6F7E0;
}

/*   ---------------------------- Body Link-------------------------   */
a.hrlBody:link
{
	font-weight:		normal;
	font-size:			10pt;
	font-family:		Georgia, "Times New Roman";
	text-decoration:	underline;
	color:				#202F7F;
}
a.hrlBody:active
{
	font-weight:		normal;
	font-size:			10pt;
	font-family:		Georgia, "Times New Roman";
	text-decoration:	underline;
	color:				#FF0000;
}
a.hrlBody:visited
{
	font-weight:		normal;
	font-size:			10pt;
	font-family:		Georgia, "Times New Roman";
	text-decoration:	underline;
	color:				#9DAAD3;
}
a.hrlBody:hover
{
	font-weight:		normal;
	font-size:			10pt;
	font-family:		Georgia, "Times New Roman";
	text-decoration:	none;
	color:				#202F7F;
}


/*   ---------------------------- Navigation Link-------------------------   */
a.hrlNavi:link
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#000000;
}
a.hrlNavi:active
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#000000;
}
a.hrlNavi:visited
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#000000;
}
a.hrlNavi:hover
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#000000;
}



/*   Copyright Text   */
.txtCopyright 
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#FFFFFF;
}


/*   ---------------------------- Copyright + Address Link-------------------------   */
a.hrlCopyright:link
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#FFFFFF;
}
a.hrlCopyright:active
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#FF0000;
}
a.hrlCopyright:visited
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#DDDDDD;
}
a.hrlCopyright:hover
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#FFFFFF;
}