body {
	margin: 20px;
	background-color:#fff;
	color:#000;
	font-size:12px;
	font-family: Tahoma, Verdana, Arial;
}

h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}

h3 {
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
	margin:10px 0;
}

h3 span.black {
	color:#000;
}

p {
	line-height:1.25em;
	margin:10px 0;
}

p.first {
	margin-top:0;
}

p.last {
	margin-bottom:0;
}

p.only {
	margin:0;
}

p.cntr {
	text-align:center;
}

p span.date {
	font-size:10px;
}

a {
	color: #666;
	text-decoration: underline;
}

a.faq {
	font-weight:bold;
	text-decoration:none;
}

a.faq:hover {
	color: #000;
}

a:active {
	color: #333;
}

a:visited { 
	color: #333;
}

a:hover { 
	color: #333;
}

img {
	border:1px solid #999;
}

img.header {
	border:0;
}

blockquote {
	margin-left:25px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
}

#header {
	display:none;
}

#userbar {
	display:none;
}

#main {
	width: 100%;
}

#menu {
	display:none;
}

#footer {
	display:none;
}

#content div.heading {
	display:none;
}

#content div.content ul {
	list-style-type: square;
}

#content div.content ol {
	list-style-type: decimal;
}

#content div.content div.lostlogin {
	margin:20px auto;
	width:600px;
	text-align:center;
}

#content div.content form {
	width: 450px;
	margin:20px auto;
}

#content div.content form div {
	overflow:hidden;
}

#content div.content form div.rememberme input {
	float:right;
}

#content div.content form div.rememberme label {
	float:right;
	width:auto;
	margin-left:5px;
	margin-top:0;
}

#content div.content ol,
#content div.content ul {
	margin:20px 0;
	margin-left:50px;
}

#content div.content form div.submit {
	text-align:right;
	margin-top:10px;
}

#content div.content form label {
	display:block;
	float:left;
	width:150px;
	margin-top:4px;
	font-size:16px;
}

#content div.content form input.textbox {
	width:294px;
	float:right;
	border:1px inset #999;
	padding:1px 2px;
	margin-bottom:10px;
	font-size:16px;
}

#content div.content div.archivelist {
	margin-left: 25px;
}

#content div.content div.archivelist p {
	margin: 5px 0;
}

#content div.content hr {
	width: 500px;
	border:0;
	color: #000;
	background-color:#000;
	margin:20px auto;
	height:1px;
}