BODY {
	color: #000088;
	background-color: #aaaaaa;
	background-image: url(/layout/space.jpg);
	background-attachment: fixed;
	font-family: Arial,Sans-Serif;
	/* font-family: Comic Sans MS, Verdana, Arial, Helvetica, Sans-Serif; */
	font-size: 10pt;
	margin: 5px; border: 0; padding: 0;

	scrollbar-face-color: rgb(229,200,160);
	}

/* This seems an oddity, but IE (at least) does not take up the BODY tag
 * font-size definition (though it does pick up the family!
 */
TABLE {
        font-size: 10pt;
      }


A:link {
	color: #0000CC;
	background-color: transparent;
	text-decoration: none;
	}
A:visited {
	color: #0000CC;
	background-color: transparent;
	text-decoration: none;
	}
A:hover {
	color: rgb(229,200,160);
	background-color: #000088;
	text-decoration: none;
	}
A:active {
	color: rgb(229,200,160);
	background-color: #880000;
	text-decoration: none;
	}


/* ************************************************************************* */
/* MAIN "BODY" SHAPE                                                         */
/* Why both DIV and TABLE needed? The problem was that IE5.5 won't display   */
/* the margin-left/margin-right auto attribute to centre the table itself,   */
/* the margin-left/margin-right auto attribute to centre the table itself,   */
/* ************************************************************************* */


DIV.center { 
	margin-left: auto; margin-right: auto;
	text-align: center ; /* does blocks too in IE5.5 */
}
TABLE.body { 
	width: 760px; 
	margin-top: 20px; margin-bottom: 10px;
	margin-left: auto; margin-right: auto;
	border: 0;
	padding: 0;	/* Now, we really wanted to use padding:10px here in */
			/* order to create the book edge - unfortunately it  */
			/* won't work in IE5.5 - so extra table line instead!*/
	text-align: left; /* override the "center" used for DIV above */
	color: #fefefe;
	background-color: #000066;
	background-image: url(/layout/blueleather.jpg);
	table-layout: fixed;
	border-spacing: 0;  /* IE5.5 doesn't recognise - neede CELLSPACING */
}


/* ************************************************************************* */
/*                        EDGES                                              */
/* ************************************************************************* */

TD.contentedge {
	color: #c0c0c0;
	background-color: transparent;
	width: 130px;
	height: 10px;
	margin: 0; border: 0; padding: 0;
}
TD.middleedge {
	color: #c0c0c0;
	background-color: transparent;
	height: 10px;
	margin: 0; border: 0; padding: 0;
}
TD.rightedge {
	color: #c0c0c0;
	background-color: transparent;
	width: 10px;
	margin: 0; border: 0; padding: 0;
}
TD.rightcorner {
	color: #c0c0c0;
	background-color: transparent;
	width: 10px;
	height: 10px;
	margin: 0; border: 0; padding: 0;
}

/* ************************************************************************* */
/*                        CONTENTS                                           */
/* ************************************************************************* */

TD.contentmain {
	color: #c0c0c0;
	background-color: transparent;
	width: 130px;
	vertical-align: top;
	text-align: center;
	margin: 0; border: 0; 
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

TD.contentfooter {
	color: #c0c0c0;
	background-color: transparent;
	width: 130px;
	vertical-align: bottom;
	text-align: center;
	margin: 0; border: 0; padding: 0;
}

P.contentmembers {
	color: rgb(229,200,160); 
	background-color: transparent;
	margin-left: auto; margin-right: auto;
	width: 110px;
	font-size: 8pt;
	/* font-weight: bold; */
}

P.pagelogo {
	margin-left: auto; margin-right: auto; /* = centre */
	margin-top: 0; margin-bottom: 0;
	border: 0; padding-top: 0; padding-bottom: 5px;
	text-align: center;
	width: 120px; 
}
IMG.pagelogo { 
	width: 120px; height: 71px; 
	margin: 0; border: 0; padding: 0;
	}

P.memberid {
	color: #ffcc33;
	margin-top: 2px; margin-bottom: 6px; 
	margin-left: auto; margin-right: auto; /* = centre */
	padding-top: 3px; padding-bottom: 20px;
	text-align: center;
	width: 110px;
	font-family: Arial,Sans-Serif; 
	font-size: 8pt;
}

P.contentpage {
	color: #ffcc33;
	margin-top: 2px; margin-bottom: 6px; 
	margin-left: auto; margin-right: auto; /* = centre */
	padding-top: 3px; padding-bottom: 3px;
	border-color: #cc9933; 
	border-style: solid;
	border-width: 1px;
	text-align: center;
	width: 110px;
	font-family: Arial,Sans-Serif; 
	font-size: 10pt;
}

P.contentextra {
	color: #ffcccc;
	margin-top: 2px; margin-bottom: 6px; 
	margin-left: auto; margin-right: auto; /* = centre */
	padding-top: 3px; padding-bottom: 3px;
	border-color: #cc9933; 
	border-style: solid;
	border-width: 1px;
	text-align: center;
	width: 110px;
	font-family: Arial,Sans-Serif; 
	font-size: 8pt;
}

P.contentpagegap {
	margin: 0; border: 0; padding: 0;
	height: 20px;
}

P.contentrssnote {
	font-family: Arial,Sans-Serif; 
	font-size: 8pt;
	color: #ffcccc;
	margin-top: 2px; margin-bottom: 6px; 
	margin-left: auto; margin-right: auto; /* = centre */
	width: 106px;
	border-color: #cc9933; 
	border-width: 3px;
	border-style: double;
}

SPAN.contentheader {
	color: #ffff33;
	text-decoration: underline;
	font-family: Arial,Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
}

SPAN.contentsubheader {
	color: #ffff33;
	text-decoration: underline;
	font-family: Arial,Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}

A.contentpage:link {
        color: #ffcc33;
        text-decoration: none;
}
A.contentpage:visited {
        color: #ffcc33;
        text-decoration: none;
}
A.contentpage:hover {
        color: #ffff33;
	background-color: transparent;
        text-decoration: none;
}
A.contentpage:active {
        color: #ffff33;
	background-color: transparent;
        text-decoration: none;
}

A.currentcontentpage:link {
        color: #ffcc33;
	font-weight: bold;
        text-decoration: none;
}
A.currentcontentpage:visited {
        color: #ffcc33;
	font-weight: bold;
        text-decoration: none;
}
A.currentcontentpage:hover {
        color: #ffcc33;
	background-color: transparent;
        text-decoration: none;
}
A.currentcontentpage:active {
        color: #ffcc33;
	background-color: transparent;
        text-decoration: none;
}

/* ************************************************************************* */
/*                        BOTTOM EDGE                                        */
/* ************************************************************************* */




/* ************************************************************************* */
/*                        MAIN PAGE                                          */
/* ************************************************************************* */

TD.paper {
	color: #000088;
	background-image: url(/layout/burntpaper.jpg); 
	/* background-image: url(/layout/page.gif); */
	background-color: rgb(229,200,160); 
	margin: 0; border: 0;
	padding-left: 10px; /* was 25px for edging */
        padding-top: 5px; padding-right: 5px; padding-bottom: 5px;
	vertical-align: top;
	text-align: left;
}


.pagetitle {
	font-weight: bold; font-size: 25pt;
	line-height: 25pt;
	margin: 0; border: 0; padding: 0;
	}
.pageupdated {
	font-weight: bold; font-size: 8pt;
	margin: 0; border: 0; padding: 0;
	}


/*
TABLE.pagetable {
	margin: 0; border: 0; padding: 0;
	width: 100%;
	}
TR.pagetable {
	vertical-align: top;
	}
TD.sidebarcontent {
	margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 2px; 
	border: 0; padding: 0;
	vertical-align: top;
	width: 102px;
	}
TD.pagecontent {
	margin: 0; border: 0;
	padding: 6px;
	vertical-align: top;
	background-color: #000000;
	}
*/



/* ************************************************************************* */

.pagecontenttitle { 
	margin: 0; border: 0; padding: 0; 
	font-weight: bold; font-size: 16pt; 
	}
.pagecontentsubtitle { 
	margin: 0; border: 0; padding: 0; 
	font-style: italic; font-size: 8pt; 
	}
DIV.pagecontentarticle {
	font-size: 10pt;
	}

SPAN.text {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt
	}

/* ************************************************************************ */

FONT.plus2 { font-size: 20pt }
FONT.plus1 { font-size: 19pt }
FONT.normal { font-size: 10pt }
FONT.minus1 { font-size: 8pt }


/* ************************************************************************ */



TABLE.linklist {
	width: 100%;
	}
TD.linklistleft {
	width: 50%;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
	}
TD.linklistright {
	width: 50%;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 10px;
	}
P.linktitle {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
	}
P.linkitem {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	font-size: 10pt;
	font-weight: bold;
	}
P.linkinfo {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0px;
	font-size: 10pt;
	}


.dwasprice { color: #008000; background-color: transparent; }
.linkavail { color: #00fe00; background-color: transparent; font-weight: bold; }


/*
TABLE.infolist { width: 80% }
SPAN.infoheader { background-color: #808080; width: 100% } 
SPAN.infotitle { font-size: 12pt; font-weight: bold }
SPAN.infodate { font-size: 12pt; font-style: italic }
SPAN.infosection { float: right; font-size: 10pt }
SPAN.infotext { font-size: 10pt }
*/

.pagecontentinfobar {  /* P or SPAN! */
	/* background-color: #808080; */
	color: rgb(229,200,160);
	background-color: #000066;
	font-size: 12pt; 
	font-weight: bold; width: 100%;
	/* padding-left: 5px;  */
	}
SPAN.pagecontentinfodate { font-style: italic; font-weight: normal }
SPAN.pagecontentinfoarea { }
SPAN.pagecontentinfosection { font-size: 10pt }

DIV.pagecontentinfosection TABLE {
	margin: 20px;
	border-width: 1px; border-color:#fefefe; border-style: solid;
}
DIV.pagecontentinfosection TD {
	border-width: 1px; border-style: solid; border-color: #fefefe;
	padding: 5px;
	vertical-align: top;
	background-color: rgb(229,200,160);
	font-size: 8pt
}
A.pagecontentinfolink {
	font-variant: small-caps;
	letter-spacing: -0.5pt;
}



/*
A.pagecontentinfolink:hover {
	font-variant: small-caps;
	letter-spacing: -0.5pt;
}
*/



/* ******************************************************************* */


/* Standard look to some items */

.editorial { font-size: 8pt; color: #008000 }

.editorial A:link {
	color: #00A000;
	background-color: transparent;
	text-decoration: none;
	}
.editorial A:visited {
	color: #00A00C;
	background-color: transparent;
	text-decoration: none;
	}
.editorial A:hover {
	color: #00FF00;
	background-color: transparent;
	text-decoration: underline;
	}
.editorial A:active {
	color: #00FF00;
	background-color: transparent;
	text-decoration: none;
	}

DIV.editorial, DIV.editorsnote {
        margin-top: 20px;
	/* margin-left: -20px; /* needs to hang back to "page" edge */
        border-style: solid; border-color: #CC9933; border-width: 2px;
	font-style: italic;
	font-size: 8pt; 
	padding-top: 0; padding-bottom: 0;
        padding-left: 10px; padding-right: 10px;
        color: #000088;
	text-align: center;
	background-color: rgb(229,200,160);
        }

DIV.reportedby {
	width: 100%;
	text-align: right;
	font-style: italic;
	font-size: 8pt;
	color: #00A000;
	background-color: transparent;
	text-decoration: none;
}

A.spoiler:link {
	color: #FEFE00;
	background-color: #A00000;
	font-size: 8pt;
	text-decoration: none;
}
A.spoiler:visited {
	color: #FEFE00;
	background-color: #A00000;
	font-size: 8pt;
	text-decoration: none;
}
A.spoiler:hover {
	color: #FEFE00;
	background-color: #FE0000;
	font-size: 8pt;
	text-decoration: none;
}
A.spoiler:active {
	color: #FEFE00;
	background-color: #FE0000;
	font-size: 8pt;
	text-decoration: none;
}


.interviewee { font-weight: bold; }
.story { color: #880000; }
