body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: trebuchet ms, arial, tahoma, verdana, san-serif;
	color: #000000;
	background-color: #FFFFFF;
	}
a {
	text-decoration: none;
	font-weight: normal;
	color:  #17529D;
	outline: none;
	}
a:visited {
	color:  #17529D;
	}
a:active {
	color:  #17529D;
	}
a:hover {
	color: #E82ABC;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}


/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 120%;
	font-weight: bold;
	color:  #E82ABC;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 110%;
	font-weight: bold;
	color:  #17529D;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 100%;
	font-weight: bold;
	color:  #17529D;
	margin-top: 0;
	margin-bottom: 0;
	}

img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.small {
	font-size: 80%;
 	}
.tiny {
	font-size: 80%;
 
	}	
#top {
	margin: 10px 10px 0px 10px;
	padding: 5px;
	border: 0px solid #ccc;
	background: #FFFFFF;
	height: 95px; 
	}
#warning {
	position: absolute;
	top: 80px;
	right: 10px;
	margin: 10px 10px 0px 10px;
	padding: 5px;
	border: 0px solid #ccc;
	background: #FFFFFF;
	text-align: right;
	display: none 
	}
#navi {
	display: none 
	}
#left {
	position: absolute;
	top: 110px;
	left: 0px;
	margin: 10px 20px 10px 10px;
	padding: 5px;
	border: 0px solid #ccc;
	background: white;
	width: 150px;
	display: none
	}
#middle {
	margin: 10px 10px 0px 10px;
	padding: 5px;
	border: 0px solid #ccc;
	background: #FFFFFF;
	top: 110px
	}
#right {
	position: absolute;
	top: 110px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 10px 10px 10px 20px;
	padding: 5px;
	border: 0px solid #ccc;
	background: #FFFFFF;
	width: 180px;
	display: none
	}
#footer{
	margin: 10px 10px 0px 10px;
	padding-top: 5px;
	border-top: 1px solid #17529D;
	background: #FFFFFF;
	text-align: center
	}
#articlefooter{
	margin: 0px 230px 5px 180px;
	padding-top: 5px;
	border-top: 0px solid #17529D;
	background: #FFFFFF;
	display: none
	}
