body {
	margin: 0;
	background: white url(../pix/pagebits/redstripe.jpg) 0 0 fixed repeat-y;
}
.home, .popup { background-image: none; }
.popup { margin: 20px; }

p, td, th, form, ul, ol, li, div, h1, h2, h3, h4 {
	color: #333;
	font-family: Verdana, Helvetica, sans-serif;
}
p, td, form, ul, ol, li, div { font-size: 11px }
h1, h2, h3, h4 { font-weight: bold }
h1 { font-size: 28px }
h2 { font-size: 18px }
h3 { font-size: 14px }
h4, th { font-size: 12px }
h3, h4 {
	margin-top: .5em;
	margin-bottom: .5em
}
a { color: #c30 }
a:active { color: #fff }
a:hover { color: #f60 }
a:visited { color: #600 }
small { font-size: 10px }
big { font-size: 12px }
strong {
	font-size: 14px;
	font-weight: bold
}
.nodec { text-decoration: none }
.tiny { font-size: 1px }
.little { font-size: 10px }
.nosee { color: #fffffa }
.red { color: #900; }
img { display: block }

div#toplinks {
	position: absolute;
	display: block;
	top: 24px;
}
div#toplinks a {
	position: absolute;
	height: 24px;
	left: 26px;
	width: 91px;
	background: transparent top left no-repeat;
}
div#toplinks a.here {
	left: 0;
	background: none;
}
div#toplinks a:hover { background-position: 0 -24px; }
div#toplinks a:active { background-position: 0 -48px; }

div#logo {
	position: absolute;
	top: 0;
	left: 117px;
}
div#title {
	position: absolute;
	top: 0;
	left: 187px;
}

div#content {
	position: absolute;
	top: 176px;
	left: 152px;
	padding-right: 117px;
}

div#rightbar {
	position: absolute;
	top: 176px;
	right: 16px;
	width: 85px;
	text-align: right;
}

div#nn4 { display: none; }

.fleft, .fright {
	text-align: center;
	font-size: 10px;
	font-style: italic;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 0;
}
.fleft {
	float: left;
	margin-right: 6px;
/*
	margin-right: 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-right: 0;
*/
}
.fright {
	float: right;
	margin-left: 6px;
}

.lv, .sv { display: inline; }
