﻿body 
{
	font-family:Arial, Tahoma, Sans-Serif;
	font-size:10pt;
}
a.hiddenlink
{
	color:#663300;
	font-weight:normal;
	text-decoration:none;
	
}
a.navtext
{
	color:White;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	
}
a.navtext:visited
{
	color:White;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;	
}

a.navtext:hover
{
	color:#663300;
}

a.pagelink
{
	color:#663300;
	font-weight:normal;
	text-decoration:none;
}

h1
{ 
	color:#663300;
	font-size:18pt;
	font-weight:bold;
	padding-top:10px;
}
h2
{ 
	color:#663300;
	font-size:16pt;
	font-weight:bold;
	padding-top:10px;
}

h3
{ 
	color:#663300;
	font-size:14pt;
	font-weight:normal;
}
.labelprint 
{
	font-family:Arial;
	font-size: 1em;
}
.labelright 
{
	text-align:right;
}

.quotetext
{ 
	font-style:italic;
	font-size:10pt;
}
#thumblist {
	overflow: auto;
	border: none;
	width: 150px;
	height: 410px;
	background-color: White;
	color: #000000;
	
}
#thumblist img {
	margin-top: 5px;
}

.txtbox 
{
	border:solid 1px black;
	background-color: White;
	vertical-align: top;
	padding: 0px 5px 0px 5px;
}


