﻿body, td, th, .bod, font, p, h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
	font: 11px/15px arial, geneva, verdana, sans-serif;
	color: #333333;
	font-weight: normal;
}

.scrolling
{
	float:left;
	width:998px;
	border:solid 1px #BCE591;
	background-color:#BCE591;
	height:25px;
	color:white;
	font-weight:bold;
	font-size:14px;
	margin:-2px 0 0 0;
}


a:link, a:active, a:visited {
	text-decoration: none;
	color: #0099ff;
}

a:hover {
	text-decoration: underline;
}

a.txt-dark {
	color: #333 !Important;
	text-decoration: none !Important;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* FOOTER */

#footer {
	background-color: #D4EBBB;
	width: 1000px;
	border:0;	
	height:420px;
}

.footernobg {
	background: none !Important;
}


a.footer-logo {
	float: right;
	background: transparent url('/_img/generic/boku_footerlogo.gif') no-repeat top left;
	width: 65px;
	height: 16px;
}

.footernobg a.footer-logo {
	background: transparent url('/_img/generic/boku_footerlogo_nobg.gif') no-repeat top left;
}

#footer-nav {
	
	width:100%;	
}

#footer-nav .fivegrid {
	width: 980px;
	margin: 0 auto;
	padding: 25px 0 20px 0;
}

#footer-nav .fivegrid .gridbox {
	float: left;
	width: 135px;
	margin-right: 25px;
	display: inline;
}

.gridbox.first-grid {
	margin-left: 20px;
}

#footer-nav .fivegrid .gridbox h4 {
	text-transform: uppercase;
	color: #333333;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 0px;
}

#footer-nav .fivegrid .gridbox li {
	padding: 4px 0;
	line-height: 14px;
	font-weight: bold;
	font-size:10px;
}

#footer-nav .fivegrid .gridbox a {
	color: #333333;
}

#footer-copy {
	margin: 0 auto;
	width: 925px;
	padding: 15px 0 20px 0;
	height: 16px;
	line-height: 16px;
}

#footer-copy a {
	color: #333 !Important;
}










