/* Default stylesheet used for WWWord */

/* === GLOBAL SETTINGS === */

body					/* applies to the document background */
{
	background-color:		white;
	font-size:			10pt;
	font-family:			"Verdana", "Arial", "Helvetica", sans-serif;
}

p					/* applies to all paragraphs */
{
	font-size:			10pt;
	font-family:			"Verdana", "Arial", "Helvetica", sans-serif;
}

table					/* applies to all tables */
{
	font-size:			10pt;
	font-family:			"Verdana", "Arial", "Helvetica", sans-serif;
}

td					/* applies to all table cells */
{
	font-size:			10pt;
	font-family:			"Verdana", "Arial", "Helvetica", sans-serif;
}

ol					/* applies to all ordered lists */
{
	font-size:			10pt;
	font-family:			"Verdana", "Arial", "Helvetica", sans-serif;
}

ul					/* applies to all unordered lists */
{
	font-size:			10pt;
	font-family:			"Verdana", "Arial", "Helvetica", sans-serif;
}

li					/* applies to all list items */
{
	font-size:			10pt;
	font-family:			"Verdana", "Arial", "Helvetica", sans-serif;
}

h1, h2, h3, h4, h5, h6			/* applies to all headings */
{
	color:				navy;
	font-family:			"Verdana", "Arial", "Helvetica", sans-serif;
}

h1
{
	font-size:			18pt;
}

h2
{
	font-size:			16pt;
}

h3
{
	font-size:			14pt;
}

h4
{
	font-size:			12pt;
}

h5
{
	font-size:			10pt;
}

h6
{
	font-size:			8pt;
}

a:active
{
	color:				#000080;
}

a:link{
	color:				#2F2E70;
	font-weight:			bold;
}

a:hover
{
	color:				red;
}


/* === SPECIAL-PURPOSE WWWord SETTINGS === */

span.WWWordError			/* used for error messages */
{
	color:				red;
	font-weight:			bold;
}

a.WWWordFootnoteReference		/* used for footnote reference links */
{
	vertical-align:			super;
}

a.WWWordFootnote			/* used for footnote reference links */
{
	vertical-align:			super;
}

p.WWWordFootnote			/* used for footnote paragraphs */
{
	color:				gray;
}

hr.WWWordFootnote			/* used for the line between the main content and the footnotes */
{
}

p.WWWordAncestry			/* used for ancestry (upward) links */
{
}

a.WWWordAncestry			/* used for ancestry (upward) links */
{
}


table.WWWordNavigation			/* used for the navigation table */
{
}

tr.WWWordNavigation			/* used within the navigation table */
{
}

td.WWWordNavigation			/* used within the navigation table */
{
}


a.WWWordPrevious, a.WWWordUp, a.WWWordNext		/* used for links in the navigation table */
{
}

img.WWWordPrevious, img.WWWordUp, img.WWWordNext	/* used for icons in the navigation table */
{
}


h1.WWWordName				/* used for document name heading */
{
}


ul.WWWordTOC				/* used for lists of TOC (downward) links */
{
}

li.WWWordTOC				/* used for items in TOC lists */
{
}

a.WWWordTOC				/* used for TOC links */
{
}


ul.WWWordInternalTOC			/* used for lists of internal TOC links */
{
}

li.WWWordInternalTOC			/* used for items in lists of internal TOC links */
{
}

a.WWWordInternalTOC			/* used for internal TOC links */
{
}

ul.WWWordFullTOC			/* used for lists of TOC links in the full TOC */
{
}

li.WWWordFullTOC			/* used for items in the full TOC */
{
}

a.WWWordFullTOC				/* used for full TOC links */
{
}

a.WWWordHyperlink			/* Used for links that appear as hyperlinks in the source document */
{
}

a.WWWordCrossReference			/* Used for cross references */
{
}
a:visited
 { 	color:				#8888AE;
	font-weight:			bold;
 } 