.blueBg{
	background-color: #D4DCE4;
}
.darkblueBg{
	background-color: #B1C1CF;
}
.darktanBg{
	background-color: #E2E6DD;
}
.tanBg{
	background-color: #f4f4ef;
}
.orangeText{
	color: #CC6700;
	background-color: transparent;
}
.orangeBold{
	color: #CC6700;
	font-weight: bold;
}
.blueText{
	color: #137DA4;
	background-color: transparent;
}
.darkblueText{
	color: #55718B;
	background-color: transparent;
}
.small{
	font-size: 7pt;
}
.dotBorder{
	border-width: thin;
	border-color: #B0C4DE;
	border-style: dotted;
}