/* Start of CMSMS style sheet 'biznorth' */
body {
	background-color: #007AAA;
}
A:link    {color: #336699; text-decoration: underline; }
A:active  {color: #336699; text-decoration: underline; }
A:visited {color: #336699; text-decoration: underline; }
A:hover   {color: #CC0000; text-decoration: none; }

#button {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #434343;
	color: #333;
	font-size: 12px;
	}
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
	#button li {
		border-bottom: 1px solid #434343;
		}
	#button li a {
		display: block;
		padding: 0.5em 0.5em 0.5em 0.5em;
		background-color: #535353;
		color: #fff;
		text-decoration: none;
		width: 170px;
		}
	html>body #button li a {
		width: auto;
		}
	#button li a:hover {
		background-color: #797979;
		color: #fff;
		}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4f84c5;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* End of 'biznorth' */

