/* HTML TAGS *******************************************/body {	background: #ccc;}body, p, div, td, th, input, textarea, h1, h2, h3, h4, h5, h6, ul, li {	font-family: Arial, Helvetica, sans-serif;	color: #000000;	font-size: 9pt;}tr {	vertical-align:top;}a:link, a:active, a:visited {	color: #00c;}a:hover {	color: #c00;}img {	border: 0;}h1 {	font-size: 1.8em;	font-weight: bolder;}h2 {	font-size: 1.4em;}h3 {	font-size: 1.3em;}h4 {	font-size: 1.2em;}h5 {	font-size: 1.1em;}h6 {	font-size: 1em;}/* CLASS *******************************************/div .image {	padding-bottom:6px;}.caption {	font-size: 8pt;}/* ID *******************************************/#skipNavLink {	font-size: 1px; 	color: #ccc;}#wrapper {	width: 800px; 	background: #fff; 	margin: auto; 	border: 1px solid navy;}#menu {	padding: 0 0 20px 20px;}#menu p.hilite{	background: #fafafa;	border-top: 1px solid #ccc;	border-bottom: 1px solid #ccc;	padding: 1em;}#menu p.search{	border-bottom: 1px solid #ccc;	padding: 1em;	padding-bottom:2em;}.hilitebox {	background: #fafafa;	border-top: 1px solid #ccc;	border-bottom: 1px solid #ccc;	padding:10px;	padding-top:0px;}#content {	padding: 0 20px 20px;	vertical-align: top;}#footerLine {	margin: 0;}#copyright {	font-size: 10px; 	line-height: 14px;	background: #fff; 	margin-left: auto;	margin-right: auto; 	width: 475px; 	position: relative; 	top: -7px; 	text-align: center;}table.border{	border-top:1px solid #999;	border-left:1px solid #999;}table.border td{	border-bottom:1px solid #999;	border-right:1px solid #999;}