/* -- default classes -- */
html {

SCROLLBAR-BASE-COLOR: #000000;

}



body {
	margin: 0;
	padding: 0;
	border: 0;

	background-color: #000000;
	color: #ff0000;

	font-family: arial,sans-serif;
	font-size: 100%;

	cursor: default;
}

div,h1 {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 0;
	padding: 0 0 8px 0;
	border: 0;

	font-size: 1.0em;
}


/* -- layout classes -- */


div#pagebox {
	width: 80%;

	margin: 0 auto;
	padding: 16px;

	border-left: 1px solid #696969;
	border-right: 1px solid #696969;

	background-color: #000000;
}


/* -- text classes -- */


h1.title {
	font-weight: bold;
	font-size: 1.5em;
}

h1.linktag {
	padding: 0 0 0 16px;
	font-size: 1.0em;
	font-weight: bold;
}

p.np {
	padding: 0;
}

p.bold {
	font-weight: bold;
}

p.center {
	text-align: center;
}

p.npcenter {
	padding: 0;
	text-align: center;
}

p.enter {
	padding: 32px 0 0 0;
	font-weight: bold;
	text-align: center;
}


/* -- box classes -- */


div.msgbox {
	width: 80%;

	margin: 32px auto;
	padding: 16px 0;

	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
}

div.rule {
	width: 80%;

	margin: 32px auto 0 auto;
	padding: 16px 0 0 0;

	border-top: 1px solid #000000;
}

div.linklist {
	zoom: 1;
	margin: 16px 0;
}

div.linklist p {
	padding: 0 0 0 16px;

	white-space: pre;
	font-family: courier,monospace;
}


/* -- anchor classes -- */


a {
	color: #ff0000;
}

a:link {
	color: #ff0000;
	text-decoration: none;
}

a:visited {
	color: #c00000;
	text-decoration: none;
}

a:hover {
	color: #cccccc;
	text-decoration: underline;
}

a:active {
	color: #eeeeee;
	text-decoration: underline;
}

a:focus {
	color: #ff0000;
	text-decoration: underline;
}



div.linklist a {
	color: #ff0000;
}

div.linklist a:link {
	color: #ff0000;
	text-decoration: none;
}

div.linklist a:visited {
	color: #ff0000;
	text-decoration: none;
}

div.linklist a:visited {
	color: #999999;
	text-decoration: none;
}

div.linklist a:hover {
	color: #eeeeee;
	text-decoration: underline;
}

div.linklist a:active {
	color: #ff0000;
	text-decoration: underline;
}

div.linklist a:focus {
	color: #ff0000;
	text-decoration: underline;
}

