/*[variables]
colors
{
	@00: #A5ABFF;
}
*/
BODY
{
	background-color: #090000;
	margin-top: 0;
}
*
{
	font-family: "Trebuchet MS";
	letter-spacing: 1px;
	line-height: 1.7;
	color: #F10D0D;
}
H1
{
	background: no-repeat;
	margin: 0px;
	width: 219px;
	height: 114px;
}
H1, H2, H3
{
	color: #A5ABFF;/*[e]@00*/
	letter-spacing: -2px;
}

H6 {color: #090000;}

PRE
{
	font-family: monospace;
	color: #A5ABFF;/*[e]@00*/
}
INS
{
	border: 1px solid #494949;
	background-color: #1F1F1F;
	padding: 0 6px 2px 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	white-space: nowrap;
}
#Pages
{
	padding: 0px;
	margin: 0px;
}
.Page
{
	list-style-type: none;
	margin: 0px;
	display: none;
}
#NextLink, #PrevLink
{
	color: #9B9BFF;
	float: left;
	background-image: url(nav.png);
	height: 28px;
	margin: 35px 0px;
}
#PrevLink
{
	width: 82px;
}
#PrevLink:Hover
{
	background-position: 0% 100%;
}
#NextLink
{
	width: 61px;
	background-position: -82px 0px;
}
#NextLink:Hover
{
	background-position: 100% 100%;
}
#Wrapper
{
	border: 1px solid #343657;
	background-color: #1B1B35;
}
#Wrapper BLOCKQUOTE
{
	border: 1px solid #3E416B;
	background-color: #2C2E51;
}
#Wrapper P
{
	text-align: center;
	border: 1px dotted black;
	margin: 20px;
	/*[ph]0*/
}
@media print
{
	#Wrapper P
	{
		/*[id]0*/display: none;
	}
}
