body {
	margin: 0px 30px;
	padding: 4px 4px 4px 4px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
    background-color: #FFF;
	font-size: 11px;
	font-weight: 500;
	}
a {
	text-decoration: none;
	font-weight: 400;
	color:  #00F;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	color: #FFFFCC;
    background-color: inherit;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
    font-weight: 500;
    text-indent: 0px;
	line-height: 1.4em;
	margin-top: 1.4em;
	margin-bottom: .8em; 
	}

blockquote {
	font-size:.9em;
}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. */

h1 {
	color: #444;
    background-color: inherit;
	font-family: rockwell, serif;
	font-size: 3em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0;
	text-align:right;
	}
h2 {
	color: #444;
    background-color: inherit;
	font-family: rockwell, serif;
	font-size: 2em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0;
	}
h3 {
	color: #444;
    background-color: inherit;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	color: #444;
    background-color: inherit;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	color: #444;
    background-color: inherit;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	font-weight: 500;
	margin-top: 10pt;
	margin-bottom: 0;
	}
h6 {
	color: #000000;
    background-color: inherit;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	font-weight: 400;
	margin-top: 12pt;
	margin-bottom: 0;
	}

.subhead {
	text-align:right;
	margin:0;
	}

img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.sig {
	font-weight:800;
	text-align:right;
}
.tiny {
	color: #ccc;
    background-color: inherit;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
#top {
	margin: 20px 20px 0px 20px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #666;
	height: 100px; /* ie5win fudge begins */
	height: 70px;
	}
html>body #top {
	height: 70px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 120px;
	left: 0px;
	margin: 20px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #666;
	width: 150px; /* ie5win fudge begins */
	width: 120px;
	}
html>body #left {
	width: 120px; /* ie5win fudge ends */
	}
#content {
	margin: 1em 5em;
	padding: 1em 2em;
	border: 1px solid #000;
	}
#right {
	position: absolute;
	top: 120px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 20px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #666;
	width: 150px; /* ie5win fudge begins */
	width: 120px;
	}
html>body #right {
	width: 120px; /* ie5win fudge ends */
	}
pre {
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
li {
	color: #FFFFCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	font-weight: 500;
	line-height: 1.4em;
	margin: .8em 0;
	}