/* -------------------------------------------------------------------------- */
/* Body level.                                                                */
/* -------------------------------------------------------------------------- */

body {
	padding: 0.5em;
	margin: 0em;
}

h1 {
	margin-top: 0em;
	font-size: 1.5em;
	line-height: 1em;
}

h2 {
	margin-top: 0em;
	font-size: 1.25em;
	line-height: 0.75em;
}

h3 {
	margin-top: 0em;
	font-size: 1em;
	line-height: 0.5em;
}

hr {
	height: 1px;
	border: 1px solid black;
}

form {
	padding: 0.5em;
	border: 1px solid black;
	margin-bottom: 1em;
}

a {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

/* -------------------------------------------------------------------------- */
/* Page table.                                                                */
/* -------------------------------------------------------------------------- */

table.page {
	margin: 0em;
	padding: 0em;
}

td.pagemenu {
	width: 12em;
	padding: 0em;
}

td.pagecontent {
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0.5em;
	padding-right: 0em;
}

/* -------------------------------------------------------------------------- */
/* Banner table.                                                              */
/* -------------------------------------------------------------------------- */

table.banner {
	border: none;
	margin-bottom: 1em;
}

td.bannerlogo {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

td.bannertext {
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

td.bannercover {
	margin-bottom: 1em;
}

h1.bannertitle {
	font-size: 1.5em;
	font-weight: bold;
}

p.bannertext {
	font-size: 0.85em;
	font-weight: normal;
}

/* -------------------------------------------------------------------------- */
/* Menu table.                                                                */
/* -------------------------------------------------------------------------- */

table.menu {
	border: 1px solid black;
	width: 12em;
	padding-top: 0em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	madgin-top: 2em;
}

td.menutitle {
	padding-top: 1em;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 90%;
}

td.menuitem {
	font-family: serif;
	font-size: 90%;
}

td.menusubitem {
	font-family: serif;
	font-size: 90%;
}

a.menuitem {
	text-decoration: none;
	color: blue;
}

a.menuitem:visited {
	text-decoration: none;
	color: blue;
}

a.menuitem:hover {
	text-decoration: underline;
	color: blue;
}

a.selectedmenuitem {
	text-decoration: none;
	color: red;
}

a.selectedmenuitem:visited {
	text-decoration: none;
	color: red;
}

a.selectedmenuitem:hover {
	text-decoration: underline;
	color: red;
}

/* -------------------------------------------------------------------------- */
/* Journal contents table.                                                    */
/* -------------------------------------------------------------------------- */

table.journalcontents {
	border-collapse: collapse;
	border: 1px solid black;
}

td.journalcontents {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0.25em;
	margin: 0em;
}

h1.journalcontents {
	font-size: 1.25em;
	font-weight: bold;
}

h2.journalcontents {
	font-size: 1em;
	font-weight: bold;
}

h1.journalcontentsspecial {
	padding-top: 0.5em;
	font-size: 1em;
	font-weight: bold;
}

h2.journalcontentsspecial {
	font-size: 1em;
	font-weight: bold;
}

p.journalcontentstitle {
	font-size: 1em;
	font-weight: bold;
	padding: 0em;
	margin: 0em;
}

p.journalcontentsauthors {
	font-size: 1em;
	padding: 0.25em 0em 0em 0em;
	margin: 0em;
}

p.journalcontentsissue {
	font-size: 0.9em;
	padding: 0.25em 0em 0em 0em;
	margin: 0em;
}

p.journalcontentslink {
	font-size: 0.9em;
	font-weight: normal;
	padding: 0.25em 0em 0em 0em;
	margin: 0em;
}

a.journalcontentslink {
	text-decoration: none;
	color: blue;
}

a.journalcontentslink:visited {
	text-decoration: none;
	color: blue;
}

a.journalcontentslink:hover {
	text-decoration: underline;
	color: blue;
}

/* -------------------------------------------------------------------------- */
/* Miscellaneous elements.                                                    */
/* -------------------------------------------------------------------------- */

p.error {
	font-weight: bold;
	font-size: 1.25em;
	color: red;
}

p.framed {
	border: 1px solid #c0c0c0;
}

b.red {
	color :red;
}
