<style>
	BODY {
		font-family: Arial,Verdana;
		font-size: 12px;
		color: white;
	}
	A {
		font-family: Arial,Verdana;
		font-size: 12px;
		text-decoration:none;
		color: #A64A1F
	}
	A:hover {
		text-decoration:none;
		color:#DCB69B
	}
	.content {
		font-family: Arial,Verdana;
		font-size: 12px;
		color: black;
	}
	A.content {
		text-decoration:underline;
		color: #A64A1F
	}
	A.tickercontent {
		text-decoration:underline;
		color: #A64A1F;
		font-weight:700;
		color:#CABD2E
	}
	A.content:hover {
		color: #37003C;
	}
	.text {
		font-family: Arial,Verdana;
		font-size: 12px;
		color: white;
	}
	.bigtext {
		font-family: Arial,Verdana;
		font-size: 18px;
		color: white;
	}
	.bigcontent {
		font-family: Arial,Verdana;
		font-size: 18px;
		color: black;
	}
	.footertext {
		font-family: Arial,Verdana;
		font-size: 10px;
		color: white;
	}
	A.text {
		font-family: Arial,Verdana;
		font-size: 12px;
		color:#DCB69B
	}
	A.text:hover {
		text-decoration:none;
		color:#A64A1F
	}
	A.bigtext {
		font-family: Arial,Verdana;
		font-size: 18px;
		color:#DCB69B
	}
	A.bigtext:hover {
		text-decoration:underline;
		color:#A64A1F
	}
	A.navbar {
		text-decoration:none;
		font-family: Arial,Verdana;
		font-size: 18px;
		color:#DCB69B
	}
	A.navbar:hover {
		text-decoration:none;
		color:#FFFFFF
	}
	A.footertext {
		font-family: Arial,Verdana;
		font-size: 10px;
		color: white;
	}
	A.footertext:hover {
		text-decoration:underline;
	}
	
	A.homeNav {
		padding: 2px;
		font-family: Arial,Verdana;
		font-size: 14px;
		line-height: 25px;
		font-weight: 700;
		border: 1px outset #CABD2E;
	}
	A.homeNav:hover {
		border: 1px inset #CABD2E;
		color: #A64A1F
	}
	
	#navBar {
		font-size: 12px;
		color: white;
	}
	#content {
		overflow:auto;
		margin:0px 40px 10px 10px;
		background-color:#F3F1EE
	}
	#measureStick {
		background-color:#37003C;
		height:90%;
		width:700;
		background-image:url(/images/jldotcombgstripe.gif);
		background-position:right;
		background-repeat:repeat-y;
		align	: center;
	}
	#content {
		background-color:#F2F2F2;
		align	: left;
		border :1px solid #BBBBBB;
		border-top:0;
		padding-top:5px;
		padding-right:5px
	}
	#subnav {
		margin-top:5px;
		margin-bottom:5px;
		padding-left:15px;
		background-color:#F2F2F2;
		align	: left;
		border-bottom:2px inset silver
	}
	.mainTabOff {
		background-repeat	: repeat-x;
		background-position : top;
		background-image	: url('/rbsl/tabStrip/images/TabOffBg.gif');
		height				: 28;
		cursor				: default;
	}
	.mainTabDisabled	{
		background-repeat	: repeat-x;
		background-position : top;
		background-image	: url('/rbsl/tabStrip/images/TabOffBg.gif');
		height				: 28;
		font-family			: Arial;
		font-size			: 11px;
		font-weight			: bold;
		color				: #cccccc;
		cursor				: default;
	}
	.mainTabOn {
		background-repeat	: repeat-x;
		background-position : top;
		background-image	: url('/rbsl/tabStrip/images/TabOnBg.gif');
		height				: 28;
		border-bottom		: 0px;
		cursor				: default;
	}
	.mainTabText	{
		font-family			: Arial;
		font-size			: 11px;
		font-weight			: bold;
		color				: #373E5C;
	}
	.mainTabTextHover {
		font-size			: 11px;
		text-decoration		: none;
		font-family			: Arial;
		color				: #A64A1F;
		font-weight			: bold;
		filter				: glow(color=white,strength=1)
	}
	
	.flyerYellow {
		background-color	: #CABD2E;
		color				: #FFFFFF;
	}
	.flyerRed {
		background-color	: #9C5252;
		color				: #FFFFFF;
	}
	.flyerBlue {
		background-color	: #514C8D;
		color				: #FFFFFF;
	}
	.flyerBoldYellow {
		color				: #CABD2E;
		font-weight			: 700;
	}
</style>