/* Base Styles */
body {
	margin: 0;
	padding: 40px 5% 5% 5%;
	background-color: #fff;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	}
	
/*typography*/
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	/*hover doesn't work in nn4*/
	}
h1 {
	font-size: 150%;
	font-weight: normal;
	}
h2 {
	font-size: 120%;
	font-weight: normal;
	}
h3 {
	font-size: 100%;
	font-weight: normal;
	}
h4 {
	font-size: 80%;
	font-weight: bold;
	}
h5 {
	font-size: 70%;
	font-weight: bold;
	}
h6 {
	font-size: 64%;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 80%;
	line-height: 120%;
	}
ul li li, ul li li li, ul li li li { font-size: 120%;}
p {
	font-size: 80%;
	line-height: 120%;
	}
pre {
	font-family: monospace;
	font-size: 80%;
	}
strong, b {
	font-weight: bold;
	}
	
/* Media Handling */
.print-no {}
.print-yes {}
.screen-yes {}
.screen-no {}
.handheld-yes {}
.handheld-no {}
.oldbrowser-no {display:none;}
.oldbrowser-yes {display:block;}

.skip, .skip a, .skip a:hover, .skip a:visited { 
  position:absolute; 
  left:0px; 
  top:-500em; 
  width:1px; 
  height:1px; 
  overflow:hidden;
} 
  
.skip a:active, .skip a:focus {
	position:absolute;
	top:0px;
	left:0px;
	width:24em;
	height:1%;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC;
	border: 3px double #990000;
	padding: .3em;
	font-size: 1em;
	z-index:9999;
}

.module-hide h3, .moduletable-hide h3 {
	position:static;
}
.hide {
	position:absolute; 
	left:0px; 
	top:-500em; 
	width:1px; 
	height:1px; 
	overflow:hidden;
}