body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 80%;
}

/**************************************************/

p.linksinpage {
	text-indent: 0;
	text-align: center;
	line-height: 1.5em;
	white-space: nowrap;
}

p.linksinpage a {
	margin-left: 0.25em;
	margin-right: 0.25em;
	color: #0000ff;
}

/**************************************************/

table.headerimage {
	width: 99%;
	border-collapse: collapse;
}

table.headerimage td {
	margin: 0;
	padding: 0;
	height: 45px;
	padding-right: 1em;
	vertical-align: top;
}

table.headerimage img {
	margin: 0;
	padding: 0;
	display: inline;
}

table.headerimage td.headernote {
	font-size: 70%;
	text-align: right;
	vertical-align: middle;
	padding-left: 1em;
	padding-right: 1.4em;
	font-style: italic;
	white-space: nowrap;
	width: 5%;
	border: 1px solid black;
	color: #666666;
	background-color: #f9f9f9;
}

/**************************************************/

div.pagecontent table td {
	font-size: 80%;
	text-align: center;
	font-style: italic;
}

div.pagecontent p {
	padding-right: 2em;
	text-align: justify;
}

/**********/

div.pagecontent p.sectionheader {
	text-indent: 0em;
	color: #805010;
	font-size: 150%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
	text-align: center;
}

div.pagecontent p.sectionheader2 {
	text-indent: 0em;
	color: #805010;
	font-size: 120%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}

/**********/

div.pagecontent p.backtotop {
	width: 90%;
	margin-top: 0;
	font-size: 80%;
	font-family: Arial,Helvetica,sans-serif;
	text-align: right;
}

div.pagecontent p.backtotop a {
	color: #0000ff;
}

/**********/

ul.article_list {
}

ul.article_list li {
	padding-bottom: 0.5em;
}

.note {
	padding-left: 1em;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 70%;
}

/**********/

div.imagebox {
	float: left;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
	font-size: 80%;
}

div.imagebox img {
	border: 1px solid black;
}

/**************************************************/

table.maintable {
	width: 100%;
	border-collapse: collapse;
}

table.maintable tr.toprow td {
	height: 120px;
}

table.maintable td {
	padding: 10px;
}

table.maintable td.leftcolumn {
	width: 100px;
	padding: 5px;
}
table.maintable td.barcolumn {
	padding: 0;
	font-size: 6pt;
	width: 2px;
}
table.maintable td.rightcolumn {
	font-size: 80%;
}

/**************************************************/

table.menu {
	border-collapse: collapse;
}

table.menu img {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	display: inline;
}

table.menu td {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 60%;
	padding: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}

table.menu a.textlink {
	margin-left: 15px;
	color: black;
}

/**************************************************/

div.bottommenu {
}

div.bottommenu a {
	font-family: Arial,Helvetica,sans-serif;
}

/**************************************************/

#thumbwrap {
	margin:75px auto;
	width:86px; height:92px;
}
.thumb {
	float:left; /* must be floated for same cross browser position of larger image */
	position:relative;
	margin:3px;
}
.thumb img { 
	border:1px solid #000;
	vertical-align:bottom;
}
.thumb:hover {
	border:0; /* IE6 needs this to show large image */
	z-index:1;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover span { 
	visibility:visible;
	top:37px; left:37px; 
}
