/* Sitewide default styles */body, html {/* since <HTML> and <BODY> are block elements, define their height as 100% so that any nested blocks can expand vertically 100% as well */	height:100%;	padding:0;	margin:0px;	font-family:Arial, Helvetica, sans-serif;	font-size:12px;}body{	background:url(../images/bodyrep.jpg) repeat-x 0 0;}.shell {/* The outermost <div> setting the site width and positioning */	display:table;	width:785px;	margin:0 auto 0 auto;}.expand {	width:90%;	min-width:790px;}h1, h2, h3, h4, h5, h6, p {	font-family:Arial, Helvetica, sans-serif;	padding:0px;	margin:0px;}h1	{font-size:18px;}h2	{font-size:16px;}h3	{font-size:14px;}h4	{font-size:12px;}h5	{font-size:10px;}h6	{font-size:8px;}a img {	border:0px;}a {	color:#31519E;	text-decoration:none;}a:hover {	color:#000000;	text-decoration:underline;}/* Generic Module-independent formatting */.moduletitle {	font-weight: bold;	font-size: 12px;	color: #000;	padding-bottom: 10px;}.summarytitle {	font-weight: bold;	padding-bottom: 7px;}