@import url(cbrd.css);

/* Insert header image */

#header div.header {
		height: 44px;
		width: 191px;
		margin: 0 0 0.3em 0;
		background-image: url(../img/logo/futures.gif);
		}

/* Background graphic */

div#page {
		background: #FFF url(../img/bg/futures.gif) no-repeat top right;
		}

/* Colour for sidebar in this section */

#sidebar div.rightbox, #content div.boxoutright, #content div.boxout, a.button, .pagenav a {
		background: #ECB64A;
		}

#sidebar h4, #content div.boxoutright h4, #content div.boxout h4 {
		color: #963;
		}

#content div.quote, div.pullquote {
		border-color: #ECB64A;
		}

a.button:hover, .pagenav a:hover {
		background: #963;
		}


/* Styles for Futures pages */
ul.futures li.red {
		list-style-image: url(../futures/img/red.gif); }

ul.futures li.amber {
		list-style-image: url(../futures/img/amber.gif);
		}

ul.futures li.green {
		list-style-image: url(../futures/img/green.gif);
		}

div.futures ul {
		margin-left: 145px;
		}


/* Links in this section */

a:link { text-decoration: none; color: #963; }
a:active { text-decoration: none; color: #ECB64A; }
a:visited { text-decoration: none; color: #963; }
a:hover { text-decoration: underline; color: #ECB64A; }
