a:link {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma;
}
a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #065947;
	font-family: Tahoma;

}
a:hover {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}
a:active {
	font-size: 11px;
	font-weight: bold;
	color: #065947;
	font-family: Tahoma;
}
/*-------------------------------------------
		Navigation & Content Styles  
*/
.copy {
	font-family: Tahoma;
	font-size: 11px;
	color: #6B8AA1;
}
.copyTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #265979;
}

/*-------------------------------------------
		News Block Styles  

.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FCA51C;
	font-weight: bold;
}
.newsCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}*/
/*-------------------------------------------
		MISC Other Styles  
*/
.headerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	background-color: #CCCCCC;
}
.Disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/*-------------------------------------------
		Specific to AdvisorCARE Only  
*/
.percentText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.percentBarBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	height: 10px;
	line-height: 10px;
}
/*-------------------------------------------
		Brand Color Settings  
*/
.mainColor1 { color: #000000; }
.mainColor2 { color: #065947; }

/*-------------------------------------------
		Existing Tag Settings
  -- DEPRECATED, BUT STILL NEEDED -- 
*/
.rowHeaderBGColor { background-color: #065947; }
.rowHeaderTxtColor { color: #FFFFFF; }
.rowContentBGColor1 { background-color: #FFFFFF; }
.rowContentBGColor2 { background-color: #cecece; }
.rowContentTxtColor { color: #000000; }
.itemBorder { border: 1px solid #333366; }
.rowHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.rowContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

