/*
Overrides for basemod.css
*/
.page_margins {
	background-image: url(/images/bg_exchanges.png);
	background-repeat: repeat-y;
}

#nav {
	background: transparent url(/images/shadow_exchange2.png) repeat-x
		scroll 0 0;
	overflow: hidden;
}

a:link {
	color: #86B212;
	text-decoration: none;
}

a:visited {
	color: #86B212;
	text-decoration: none;
}

a:active {
	color: #86B212;
	text-decoration: underline;
}

a:hover {
	color: #86B212;
	text-decoration: underline;
}

.navhigh {
	background-color: #CFE396
}

.subnav {
	background-color: #CFE396
}

a.subnav:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #86B212;
	text-decoration: none;
}

a.subnav:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a.subnav:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #86B212;
	text-decoration: none;
}

a.subnav:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #86B212;
	text-decoration: underline;
}

td.header {
	background-color: #86B212;
	color: #ffffff;
	line-height: 18px;
}