/* CSS Document */

body,p,div,span,th,td{
	/*background:#afd3f4;*/
	font-family:arial,helvetica;
	font-size:14px;
	color:#000040;

}


.link_bar_button{
	background:#FFCC33;
	border:#DDAE22 solid 1px;
	color:#000000;
	font-weight:bold;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
}



a:link, a:visited{
	color:#000088;
}

a:active{
	color:#0033CC;
}

a.normalTextLink{
	color:#000000;
	text-decoration:none;
}

a.normalTextLink:hover{
	text-decoration:underline;
}	



a.whiteLink:link, a.whiteLink:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.whiteLink:hover{
	text-decoration:underline;
}



a.blueLink:link, a.blueLink:visited{
	color:#000088;
	text-decoration:none;
}

a.blueLink:hover{
	text-decoration:underline;
}


a.blackLink:link, a.blackLink:visited{
	color:#000000;
	text-decoration:none;
}

a.blackLink:hover{
	text-decoration:underline;
}


.txtSmall{
	font-size:12px;
}


.txtSmallDisabled{
	font-size:12px;
	color:#666666;
}




.tdPurpleTitle{
	background:#ad4989;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}


.tdPurpleBorder{
	border:#ad4989 solid 1px;
}

.tdPurpleBottom{
	border-bottom:#ad4989 solid 1px;
}


.tdBlueTitle{
	background:#001c58;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}


.tdBlueBorder{
	border:#001c58 solid 1px;
}

.tdBlueBottom{
	border-bottom:#001c58 solid 1px;
}


.tdBlueFade{
	background-image:url('http://www.financial180group.com/images/blue_fade_side.gif');
	background-repeat:repeat-y;
	padding-left:15px;
	font-weight:bold;
}


.sectionLegend{
	font-size:22px;
	color:#000088;
}

.sectionLegendBody{
	background:#EEEEEE;
}


.pageTitle{
	color:#006210;
	font-size:24px;
	font-weight:bold;
}


.dropmenudiv{
	background:#FFCC33;
	border:0px;
	color:#000000;
	padding:5px;
	margin-right:15px;
	position:absolute;
	visibility:hidden;
	z-index:1;
}

.dropmenucontent{
	position:absolute;
	visibility:hidden;
	padding-bottom:10px;
	overflow:visible;
	background:#000000;
	z-index:2;
}
.style1 {
	color: #FF0000;
	font-size: large;
	}