body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:22px;
	background-color:#f1f3ff;
}
a:link {
	color: #0063AD;
}
a:visited {
	color: #0063AD;
}
a:hover {
	color: #0063AD;
}
a:active {
	color: #0063AD;
}
.ub{border-bottom: dotted 1px #333333;}
.ut{border-top: dotted 1px #333333;}
.ul{border-left: dotted 1px #333333;}
.ur{border-right: dotted 1px #333333;}

.smHd{font-size:80%;font-weight:bold;}
.smtxt{font-size:80%;font-weight:normal;}
.modalBackground {
	background-color:Gray;

}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
@media print{
html {height:auto;}
body {height:auto;background-image: none; width:100%;}
div#content {
	position: relative;
	z-index: 3;
	margin-left: 0px;
	margin-right:4px;
	left:-170px;
	top:0px;
	width:auto;
	margin-top: 5px;
	margin-bottom:10px;
}
div#menu {display: none;width:0px;}
}
@media aural{
H1,H2,H3,H4,H5 {cue-before: url("/pop.au"); }
div#menu {speak: none;}
div#header {speak:none;}
}