.text {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #666666;

}

.textwhite {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #FFFFFF;

}

.text2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #003366;

}

.text3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #ACB28E;

}

.header {

	font-family: "Times New Roman", Times, serif;

	font-size: 36px;

	font-weight: normal;

	color: #666D31;

}

.links {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #989C7C;

	text-decoration: underline;

}



.intralinks {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: normal;

	color: #003366;

	text-decoration: underline;

}


.menulinks {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #8498BC;

	text-decoration: underline;

}



A {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #989C7C;

	text-decoration: underline;

}



.copyright {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #666666;

}

.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #090908;
}

.bluehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2A5D94;
}

#ttShadow{
	padding: 4px;
	background-color:#666666;
	height: 10px;
	width: 150px;
	overflow: visible;
	position: absolute;
	visibility: hidden;
	z-index: 995;
	top: 50px;
	right: 50px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;	
}

#toolTip{
	background-color:#8498BC;
	padding: 4px;
	height: 10px;
	width: 150px;
	border: 1px solid #000000;
	overflow: visible;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	top: 50px;
	right: 50px;

}

#toolTipTitle, #toolTipContent,#toolTipCredit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 4px;
}

#toolTipTitle{ font-size: 8pt; font-weight: bold; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;

}
#toolTipContent{ font-size: 8pt; font-weight: normal; }
#toolTipCredit{
	font-size: 7pt;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

