body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	background-color: #FFCC99;
	color: #660000;
	background-image: url(images/backgrd_1.gif);
	}

/* Formatting headings, paragraphs, lists, etc. */
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.41em
	}
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.81em;
	margin-bottom: 0
	}
h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.41em;
	margin-bottom: 0
	}
h4	{
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0
	}
p	{
	margin-top: 0;
	margin-bottom: 0;
	}
p.first	{
	margin-bottom: 0;
	margin-top: 0;
	text-indent: 0em;
	}
dt 	{ font-weight: bold }
address	{ font-style: normal }
small	{ font-size: 0.9em }

/* Centering the table */
div#centered {
	width: 80%;
	margin-left: auto;
	margin-right: auto
	}

/* Formatting tables and cells */
table { border-collapse: collapse }
th, td { vertical-align: top; border-style: none }
th.side, td.side { width: 10% }
th.mid, td.mid { width: 80% }
table.logo { width: 100%; text-align: center }
td.head { width: 100%; text-align: center }
td.upper { text-align: center }
table.language { width: auto; padding: 0 }
table.language td { vertical-align: middle; text-align: center }
table.list { width: 100%; text-align: left; padding: 4px }
table.data { width: auto; border-collapse: collapse }
table.data td, table.data th { border: solid 1px #000000; padding: 4px }
th.marked, td.marked { background-color: #CCCCCC; color: #660000 }

/* Formatting the jump-menu */
select	{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffefdb;
	color: #660000
	}
option	{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffefdb;
	color: #660000
	}

/* Formatting ids and classes for the homepages */
#six	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.41em;
	font-weight: bold
	}
#three	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.21em;
	font-weight: bold
	}
#four	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.41em;
	font-weight: bold
	}
.box	{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffefdb;
	color: #660000
	}
p.moment {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	font-weight: normal
}

/* Formatting hyperlinks */
a:link	{
	text-decoration: none;
	color: #000099
	}
a:active	{
	text-decoration: none;
	color: #CC3300
	}
a:visited	{
	text-decoration: none;
	color: #800080
	}
a:hover	{
	text-decoration: none;
	background-color: #FFDEAD
	}
