/*   Body Text   */
.txtBody 
{
	font-weight:		normal;
	font-size:			.8em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#333333;
}

/*   Header Text   */
.txtHeader 
{
	font-weight:		bold;
	font-size:			1.2em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#333333;
}


/*   Sub Header Text   */
.txtSubHeader 
{
	font-weight:		normal;
	font-size:		1.2em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:			#333333;
}

.txtSubHeaderSm 
{
	font-weight:		normal;
	font-size:		0.9em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-style:		italic;
	text-decoration:	none;
	color:			#333333;
}

.txtBody-Mid-Blue 
{
	font-weight:		bold;
	font-size:			0.8em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-style:			normal;
	text-decoration:	none;
	color:				#164974;
}

/*   ---------------------------- Navigation Link-------------------------   */
a.hrlNavi:link
{
	font-weight:		bold;
	font-size:			1.0em;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#0000FF;
}
a.hrlNavi:active
{
	font-weight:		bold;
	font-size:			1.0em;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#0000FF;
}
a.hrlNavi:visited
{
	font-weight:		bold;
	font-size:			1.0em;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#0000FF;
}
a.hrlNavi:hover
{
	font-weight:		bold;
	font-size:			1.0em;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#0000FF;
}


/*   ---------------------------- Sub Navigation Link-------------------------   */
a.hrlSubNavi:link
{
	font-weight:		bold;
	font-size:			1.0em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#0000FF;
}
a.hrlSubNavi:active
{
	font-weight:		bold;
	font-size:			1.0em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#0000FF;
}
a.hrlSubNavi:visited
{
	font-weight:		bold;
	font-size:			1.0em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#0000FF;
}
a.hrlSubNavi:hover
{
	font-weight:		bold;
	font-size:			1.0em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#0000FF;
}

/*   ---------------------------- Body Link-------------------------   */
a.hrlBody:link
{
	font-weight:		normal;
	font-size:			0.8em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#0000FF;
}
a.hrlBody:active
{
	font-weight:		normal;
	font-size:			0.8em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#0000FF;
}
a.hrlBody:visited
{
	font-weight:		normal;
	font-size:			0.8em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#0000FF;
}
a.hrlBody:hover
{
	font-weight:		normal;
	font-size:			0.8em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#0000FF;
}

/*   ---------------------------- Body Link Orange-------------------------   */
/* ======= Body Navigation - Orange =================== */
a.lnkBody-Orange:link
{
	font-weight:		bold;
	font-size:			0.8em;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#FA7B43;
}
a.lnkBody-Orange:active
{
	font-weight:		bold;
	font-size:			0.8em;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#FA7B43;
}
a.lnkBody-Orange:visited
{
	font-weight:		bold;
	font-size:			0.8em;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#FA7B43;
}
a.lnkBody-Orange:hover
{
	font-weight:		bold;
	font-size:			0.8em;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#164974;
}