body
{
	color: #5c1a58; /* sort of dark plum~purple */
	/* padding: 0px; */
	margin-top:135px;	/* margin: 110px 0px 0px 0px; */
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/* font-family: arial, verdana, tahoma, helvetica, sans-serif; */
	/* text-align: justify; */
	background: #ffffff url(../pics/HeaderCoin.jpg) repeat-x left top;
}
/* Non-Standard (ie-only) changes to scrollbar colors */
body, html{ scrollbar-base-color:#f1d2d0; /* sort of MistyRose */ }

img{ border-width:0px; }
img.thumb{ margin: 10px 1px; }
img.header
{	position:	absolute;
	top:		0;
	left:		0;
}
p
{
	font-size: 10pt;
	color: #000000;
}
h1
{
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
}
h2
{
	font-weight: bold;
	font-size: 13pt;
	color: #ff9900;
}
h3
{
	font-weight: bold;
	color: #ff9900;
	font-size: 11pt;
	font-family: Arial, sans-serif;
}
h4
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 2px;
}
h5
{
	font-weight: bold;
	color: #ff9900; /* #000000; */
	font-size: 9pt;	/* 10pt */
	margin-bottom: 2px;
}
h6
{
	font-weight: normal;
	font-size: 65%;	/* 10pt */
	color: #626262;	/* #000000 */
}

li
{
	font-size: 10pt;
	color: #000000;
}
td
{
	font-size: 10pt;
	color: #000000;
}
th
{
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

a:link{	text-decoration: none }
a:visited{	text-decoration: none }
a:active{ text-decoration: underline }
a:hover{ text-decoration: underline }
/* a:link{ color: #0000ff; } /* Blue */
/* a:visited{ color: #9900ff; } /* Sort of light purple */
/* a:hover{ background-color: #ffffff; } /* White */
.top
{	cursor: hand
}
.HoverLink
{
	border-right: #fbedbb 1px solid;
	padding-right: 2px;
	border-top: #fbedbb 1px solid;
	padding-left: 2px;
	font-size: 8pt;
	padding-bottom: 1px;
	border-left: #fbedbb 1px solid;
	padding-top: 1px;
	border-bottom: #fbedbb 1px solid;
	background-color: #fbedbb;
	text-decoration: none;
}
a.HoverLink
{
	cursor: hand;
	color: blue;
	text-decoration: none;
}
a.HoverLink:hover
{
	border-left-color: #ff9900;
	border-bottom-color: #ff9900;
	border-top-color: #ff9900;
	background-color: #ffcc99;
	border-right-color: #ff9900;
}
a.HoverLink:active
{
	border-left-color: #ff9900;
	border-bottom-color: #ff9900;
	border-top-color: #ff9900;
	background-color: #ffc082;
	border-right-color: #ff9900;
}
