/* www.business-fundamentals.com */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eee9db;
}

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #163857;
}

.copyright {
	color:#163857;
	font-size: 11px;
	/*letter-spacing: 1px;*/
	padding-left: 20px;
}

a:link.bottomNav, a:visited.bottomNav, a:active.bottomNav {
	color: #163857;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
}

a:hover.bottomNav {
	color: #163857;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: underline;
}

a:link.topNav, a:visited.topNav, a:active.topNav {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	line-height: 12px;
}

a:hover.topNav {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
	line-height: 12px;
}

p.topNav { 
    color: #FFFFFF;
	font-size: 10px;
	margin-top: 8px; 
	margin-bottom: 8px;
} 

.bottomNavDivide {
	color: #163857;
	font-size: 11px;
	letter-spacing: 1px;
}

.navFade {
	background-image: url(img/navFade.gif);
	background-repeat: repeat-x;		
}

.tileTop {
	background-image: url(img/tileTop.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.picBg {
	background-image: url(img/picBg.gif);
	background-repeat:no-repeat
}

.pageLeftFade {
	background-image: url(img/pageLeftFade.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.pageRightFade {
	background-image: url(img/pageRightFade.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.marginLeft {
	margin-left: 20px;
}
