/* Main body text characteristics */

BODY {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CAEAFF;
	color : Black;
}


/* Links */

A:link, A:visited {
	color: #330099;
	text-decoration : underline;
}

A.external, A.external:link, A.external:visited {
	color : #006600;
}

A.internal, A.internal:link, A.internal:visited {
	color : #6600CC;
}

A.toplink, A.toplink:link, A.toplink:visited {
	color : #CC0000;
}

A.addresslink, A.addresslink:link, A.addresslink:visited {
	color : #330099;
}

A.menulink, A.menulink:link, A.menulink:visited {
	color : #330099;
	text-decoration : none;
}


/* Headers */

H1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-bottom : auto;
	font-size: large;
	color: #330099;
	font-weight: bold;
	text-align: center;
}

H2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-bottom : auto;
	font-size: medium;
	color: #330099;
	font-weight: bold;
}

H3, H4, H5, H6 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-bottom : auto;
	font-size: medium;
	color: #330099;
	font-weight: normal;
}


/* Titles, authors, etc. */

P.bookTitle {
	color : #330099;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : larger;
	font-weight : bold;
}

P.bookSubtitle {
	color : #330099;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

P.bookAuthors {
	color : #330099;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

P.bookSeparator {
	background-image: url(../Images/pastell.gif);
	background-repeat: no-repeat;
	background-position: top;
}

P.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}


/* Menu */

TD.menu {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #330099;
	background-color: #FFFFCC;
	font-weight : bold;
	font-size : smaller;
	padding-bottom : 0.25em;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-left: 0.25em;
}

TD.menusel {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	background-color: #330099;
	font-weight : bold;
	font-size : smaller;
	padding-bottom : 0.25em;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-left: 0.25em;
}


/* Other tags */

UL LI {
	list-style-type : circle;
}

P {		/* necessary for Netscape */
	font-family: Georgia, "Times New Roman", Times, serif;
	color : Black;
}

TD {		/* necessary for Netscape */
	font-family: Georgia, "Times New Roman", Times, serif;
	color : Black;
}

TH {
	font-family: Georgia, "Times New Roman", Times, serif;		/* necessary for Netscape */
	color : #990066;		/* necessary for Netscape */
	font-weight : bold;
	text-align : left;
}

ADDRESS {	/* necessary for Netscape */
	font-family: Georgia, "Times New Roman", Times, serif;
	color : Black
}
