/* Start of CMSMS style sheet 'biz' */
body {
	background-color: #00264B;
        margin-top: 30px;
}
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: 169px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6785A9;
	font-size: 12px;
	}
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
	#button li {
		border-bottom: 0px solid #6785A9;
		}
	#button li a {
		display: block;
		padding: 7px 10px 7px 10px;
		background-color: #6785A9;
		color: #fff;
		text-decoration: none;
		width: 120px;
		}
	html>body #button li a {
		width: auto;
		}
	#button li a:hover {
		background-color: #8DA2BD;
		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: #FFFFFF;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* End of 'biz' */

