//h1      { font-size:8pt; font-weight:normal; font-style:normal; color:#A50A1D; font-family:Verdana, Arial, Helvetiva; }
//pl { font-size:12pt; font-weight:normal; font-style:normal; color:#361e11; font-family:Verdana, Arial, Helvetiva; }

h1           { font-size:8pt; font-weight:normal; font-style:normal; color:#d5d5d5; font-family:Verdana, Arial, Helvetiva; }
td,tr,ol { font-size:10pt; font-weight:normal; font-style:normal; color:#863612; font-family:Verdana, Arial, Helvetiva; }
b                { font-size:10pt; font-weight:bold; font-style:normal; color:#495a51; font-family:Verdana, Arial, Helvetiva; }
th               { font-size:11pt; font-weight:bold; font-style:normal; color:#FF8000; font-family:Verdana, Arial, Helvetiva; }

p.small,td.small,tr.small,li.small,ul.small,ol.small {
  font-size:11pt
}

p.smalljust {
  font-size:11pt; text-align: justify;
}

p.hint {
  font-size:11pt; color: #314497; font-style:italic;
}

b {
  font-weight: bold; color: #495a51;
}

font-family: Arial, Helvetiva;

a {
   font-size: 8pt; font-family:arial;
}
a:active {
   font-weight: normal;
   text-decoration: underline; color: #F8F703;
}
a:visited {
   font-weight: normal;
   text-decoration: none; color: #d5d5d5;
}
a:link {
   font-weight: normal;
   text-decoration: none; color: #226430;
}
a:hover {
   font-weight: normal;
   text-decoration: none; color: #FFFFFF;
}
a.img:hover {
   font-weight: bold;
   text-decoration: none; color: #000;
}
*
{
	border: 0;
	margin: 0;
	padding: 0;
}
*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/


}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -47px;
	left: -40px;
	z-index: 1;
}

.hoverbox img
{
	background: transparent;
	border-color: #000 #ccc #ddd #bbb;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #fff;
	border-color: #000 #000 #000 #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 4px;
	padding: 0px;
	position: relative;

}

.hoverbox .preview
{
	border-color: #000 #000 #000 #000;
	border-style: solid;
	border-width: 1px;
	width: 200px;
	height: 150px;
}