/*   Body Text   */
.txtBody 
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Georgia, "Times New Roman";
	text-decoration:	none;
	color:				#000000;
}

/*   Side Bar Green Text   */
.txtSideBarGreen 
{
	font-weight:		bold;
	font-size:			8pt;
	font-family:		"Times New Roman";
	text-decoration:	none;
	line-height:		8pt;
	color:				#03323C;
}


/*   Side Bar White Text   */
.txtSideBarWhite
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial;
	text-decoration:	none;
	line-height:		8pt;
	color:				#FFFFFF;
}

/*   Side Bar Spacer Text   */
.txtSpacer 
{
	font-size:			4pt;
}


/*   Home Header Text   */
.txtHomeHeader 
{
	font-weight:		bold;
	font-size:			11pt;
	font-family:		Georgia, "Times New Roman";
	font-style:			italic;
	text-decoration:	none;
	line-height:		12pt;
	color:				#376687;
}

/*   Home Header 2 Text   */
.txtHomeHeader2 
{
	font-weight:		bold;
	font-size:			14pt;
	font-family:		Georgia, "Times New Roman";
	font-style:			normal;
	text-decoration:	none;
	line-height:		12pt;
	letter-spacing:		1px;
	color:				#003357;
}


/*   Header Text   */
.txtHeader
{
	font-weight:		bold;
	font-size:			10pt;
	font-family:		Georgia, "Times New Roman";
	font-style:			normal;
	text-decoration:	none;
	color:				#003357;
}


/*   Sub-Header Text   */
.txtSubHeader 
{
	font-weight:		bold;
	font-size:			8pt;
	font-family:		Georgia, "Times New Roman";
	font-style:			normal;
	text-decoration:	none;
	color:				#376687;
}


/*   Form Required Text   */
.txtRed 
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Georgia, "Times New Roman";
	text-decoration:	none;
	color:				#D90000;
}


/*   Copyright Text   */
.txtCopyright 
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		arial;
	text-decoration:	none;
	color:				#03323C;
}


/*   ---------------------------- Body Link-------------------------   */
a.hrlBody:link
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Georgia, "Times New Roman";
	text-decoration:	underline;
	color:				#376687;
}
a.hrlBody:active
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Georgia, "Times New Roman";
	text-decoration:	underline;
	color:				#0000FF;
}
a.hrlBody:visited
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Georgia, "Times New Roman";
	text-decoration:	underline;
	color:				#03323C;
}
a.hrlBody:hover
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Georgia, "Times New Roman";
	text-decoration:	none;
	color:				#376687;
}

/*   ---------------------------- Side Bar Link-------------------------   */
a.hrlSideBar:link
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		"Times New Roman";
	text-decoration:	underline;
	color:				#FFFFFF;
}
a.hrlSideBar:active
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		"Times New Roman";
	text-decoration:	underline;
	color:				#FFFFFF;
}
a.hrlSideBar:visited
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		"Times New Roman";
	text-decoration:	underline;
	color:				#FFFFFF;
}
a.hrlSideBar:hover
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		"Times New Roman";
	text-decoration:	none;
	color:				#FFFFFF;
}


/*   ---------------------------- Bottom Navigation Link-------------------------   */
a.hrlBtmNavi:link
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial;
	text-decoration:	underline;
	color:				#FFFFFF;
}
a.hrlBtmNavi:active
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial;
	text-decoration:	underline;
	color:				#FFFFFF;
}
a.hrlBtmNavi:visited
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial;
	text-decoration:	underline;
	color:				#FFFFFF;
}
a.hrlBtmNavi:hover
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial;
	text-decoration:	none;
	color:				#FF9D00;
}

