/* File:	Signatures.css
 * Author:	Angus McIntyre
 * Date:	01.06.1996
 * Updated:	01.05.2001
 *
 * Stylesheet for Signatures section.
 */
/* ----------------------------------------------------------------------
 * 								IMPORTS
 * ---------------------------------------------------------------------- */

/* ====================================================================== 
 * 					BEGIN IMPORT OF '../../Misc.css'
 * ====================================================================== */

/* @import(../../Misc.css); */

/* File:	Misc.css
 * Author:	Angus McIntyre
 * Date:	05.11.96
 * Updated:	05.08.98
 *
 * Stylesheet for Misc section
 */
/* ----------------------------------------------------------------------
 * 								IMPORTS
 * ---------------------------------------------------------------------- */

/* ====================================================================== 
 * 					BEGIN IMPORT OF '../../Base.css'
 * ====================================================================== */

/* @import(../../Base.css); */

/*
 * File:	Base.css
 * Author:	Angus McIntyre <angus@pobox.com>
 * Date:	06.06.99
 * Updated:	06.06.99
 *
 * Basic stylesheet definitions.
 */
/* ----------------------------------------------------------------------
 * 								GENERAL
 * ---------------------------------------------------------------------- */
.indent10 {
	margin-left: 10pt;
	margin-right: 10pt;
}
.indent20 {
	margin-left: 20pt;
	margin-right: 20pt;
}
.indent30 {
	margin-left: 30pt;
	margin-right: 30pt;
}
.indent40 {
	margin-left: 40pt;
	margin-right: 40pt;
}
.indent50 {
	margin-left: 50pt;
	margin-right: 50pt;
}
.sanstext {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
}
.seriftext {
	font-family: "Times", "Bookman", serif;
}
.smallprint { 
	font-family: "Geneva", "Helvetica", "Verdana", "Arial", sans-serif;
	font-size: 9pt;
}
.text { text-align: justify; }
/* ----------------------------------------------------------------------
 * 								HEADERS
 * ---------------------------------------------------------------------- */
H1, H2, H3, H4, H5, H6 { 
	font-family: "Helvetica", "Arial", sans-serif; 
}
H1 { font-size: 20pt; }
H2 { font-size: 16pt; }
H3 { font-size: 14pt; }
H4 { font-size: 12pt; }
H5 { font-size: 10pt; }
/* ----------------------------------------------------------------------
 * 								PARAGRAPH
 * ---------------------------------------------------------------------- */
P.updatetag { 
	font-family: "Geneva", "Helvetica", "Verdana", "Arial", sans-serif;
	font-size: 9pt;
	color: gray;
	text-align: center;
}
P.copyrightmessage {
	font-family: "Geneva", "Helvetica", "Verdana", "Arial", sans-serif;
	font-size: 9pt;
	font-style: italic;
}
P.navigationstrip {
	width: 100%;
	font-size: 9pt;
	font-family: "Geneva", "Helvetica", "Arial", sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin-left: 4pt;
	margin-right: 4pt;
	margin-top: 1pt;
	margin-bottom: 1pt;
	background-color: #DDDDDD;
}
P.navigationstrip A {
	text-decoration: none;
	text-transform: lowercase;
	color: #666666;
}
P.navigationstrip A:hover {
	background-color: #999999;
	color: white;
}
/* ----------------------------------------------------------------------
 * 						CHARACTER MARKUP: BUILT-IN
 * ---------------------------------------------------------------------- */
STRONG { 
	font-weight: normal;
	text-decoration: underline;
}
EM {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
/* ----------------------------------------------------------------------
 * 						GENERATED LINKS PAGES
 * ---------------------------------------------------------------------- */
H2.linkssectiontitle {
}
P.linkssectiondescription {
}
P.linkslink, P.linkslinksection {
	font-size: 9pt;
	font-family: "Geneva", "Helvetica", "Arial", sans-serif;
	margin-left: 20pt;
	margin-right: 40pt;
}
P.linkslink A, P.linkslinksection A {
	text-decoration: none;
	font-weight: bold;
}
P.linkslink A:hover, P.linkslinksection A:hover {
	text-decoration: underline;
}
DIV.linkbox {
	width: 90%;
	align: center;
	padding: 6pt;
}
TD.linktablemenuhead {
	width: 125pt;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
}	
TD.linktablemenubody {
	width: 125pt;
	padding: 2pt;
	font-size: 9pt;
	font-family: "Geneva", "Helvetica", "Arial", sans-serif;
}
TD.linktablemenubody A { text-decoration: none; }
TD.linktablemenubody A:hover { text-decoration: underline; }
TD.linktablemenubody A.title { font-weight: bold; }
TD.linktablemenubody A.peer { margin-left: 10pt; }
TD.linktablemenubody A.child { margin-left: 20pt; }
TABLE.linkbuttonbar {
}
TD.linktableborder { background: #333366; }
TD.linktablelisthead {
	background: #CCCCFF;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
}
TD.linktablelistbody { background: #FFFFFF; }
TD.linktablemenuhead { 
	background: #CCCCCC;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12pt;
}
TD.linktablemenubody { background: #EEEEEE; }
A:link { color: #6699CC; }
A:visited { color: #336699; }
A:active { color: #0033FF; }
/* ----------------------------------------------------------------------
 * 							OTHER
 * ---------------------------------------------------------------------- */
HR { color: black; }

/* ====================================================================== 
 * 						END IMPORT OF '../../Base.css'
 * ====================================================================== */

/* ----------------------------------------------------------------------
 * 								HEADERS
 * ---------------------------------------------------------------------- */
H1.title { 
	font-size: 28pt;
	color: #000000;
	margin-bottom: 0pt;
	font-family: "Helvetica", "Arial", sans-serif;
}
H2 { 
	font-size: 16pt;
	margin-top: 4pt;
	margin-bottom: 2pt;
	font-family: "Helvetica", "Arial", sans-serif;
}
/* ----------------------------------------------------------------------
 * 								HEADERS
 * ---------------------------------------------------------------------- */
P, TH, TD {
	font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans-serif;
}
P.sectionlink { 
	font-size: 10pt;
	font-family: "Avant Garde", "Helvetica", "Arial", sans-serif;
}
A:link { color: #6633FF; }
A:visited { color: #221155; }
A:active { color: #3366FF; }
// ----------------------------------------------------------------------
//								INDEX STUFF
// ----------------------------------------------------------------------
H2.indexhead { 
	font-size: 18pt;
	margin-top: 2pt;
	margin-bottom: 2pt;
}
H3.indexhead { 
	font-size: 14pt;
	margin-left: 10pt;
	margin-top: 1pt;
}
H4.indexhead { 
	font-size: 12pt;
	margin-left: 15pt;
	margin-top: 1pt;
}
H5.indexhead {
	font-size: 10pt;
	margin-left: 20pt;
	margin-top: 1pt;
}
P.indexentry { margin-left: 20pt; }
SPAN.indexdescription { 
	font-size: 12pt;
	margin-left: 20pt;
	margin-right: 30pt; 
}
EM {
	font-style: plain;
	text-decoration: underline;
}

/* ====================================================================== 
 * 						END IMPORT OF '../../Misc.css'
 * ====================================================================== */

/* ----------------------------------------------------------------------
 * 								HEADERS
 * ---------------------------------------------------------------------- */
H1.title { 
	font-size: 22pt;
	color: #666666;
	margin-bottom: 0pt;
	text-style: plain;
	font-family: "Palatino", "Times", serif;
}
/* ----------------------------------------------------------------------
 * 								PARAGRAPHS
 * ---------------------------------------------------------------------- */
P.menuchoice { 
	font-size: 18pt;
	font-family: "Bookman", "Times", serif;
	font-weight: bold;
}
P.instruction { 
	font-size: 12pt;
	font-family: "Times", serif;
	margin-left: 10pt;
	margin-right: 10pt;
}
P.quote { 
}
P.quotetitle {
	font-weight: bold;
}
P.quotecredit {
	margin-left: 40pt;
}
P.signaturesource {
	text-align: center;
	margin-right: 30pt;
	margin-left: 30pt;
}	
/* ----------------------------------------------------------------------
 * 								TABLES
 * ---------------------------------------------------------------------- */
TABLE.index { 
	font-size: 12pt;
	font-weight: bold;
	font-family: "Times", serif;
}
/* ----------------------------------------------------------------------
 * 								LISTS
 * ---------------------------------------------------------------------- */
UL.indexlist { 
	margin-left: 20pt;
	list-style-type: none; 
}
LI.authorname { 
	font-size: 12pt;
	font-family: "Helvetica", "Arial", sans-serif;
}
LI.keyword { 
	font-size: 12pt;
	font-family: "Helvetica", "Arial", sans-serif;
}
/* ----------------------------------------------------------------------
 * 							CHARACTER MARKUP
 * ---------------------------------------------------------------------- */
SPAN.signature { 
	font-size: 14pt;
	font-family: "Monaco", "Courier", monospace;
}
/* ----------------------------------------------------------------------
 * 							ANCHORS
 * ---------------------------------------------------------------------- */
A:link { color: #666699; }
A:visited { color: #333366; }
A:active { color: #0000FF; }
/* ----------------------------------------------------------------------
 * 							CONTROLS
 * ---------------------------------------------------------------------- */
.graycontrol {
	color: #333333;
	background-color: #CCCCFF;
	font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif; 
}

