.image
{
	border-color: #000000;
}
input, textarea
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}
a
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
}
.bold
{
	font-weight: bold;
	text-decoration: none;
}
.dotted
{
	border-bottom: #666666;
   	border-width: 0px 0px 1px 0px;
   	border-style: none none dotted none;
	text-decoration: none;
}

A:hover, A:active
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	
	text-decoration: none;
	border-style: none none none none;
}

select
{
	background-color: #FF0000;
	font-size: 8pt;
	font-family: Arial;
	color: #000000;
}

body, td
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;

}

h1
{
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
}
h2
{
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

ol
{
	padding: 0 0 0 15;
}

span.button
{
	width: 90px;
	height: 20px;
	background: url(images/button.gif) 0px 0px;
	display: block;
	position: relative;
	font-size: 11px;
	line-height: 20px;
	color: #060505;
	text-align: center;
	margin-top: 5px;
}

span.button:hover
{ 
	background-position: 0px -20px; 
}

span.button:active
{ 
	background-position: 0px -40px; 
}

span.button button
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90px;
	height: 20px;
	border-style: none;
	padding: 0px;
	background: transparent;
}

span.button label
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90px;
	text-align: center;
}
span.button button span 
{
	position: absolute; top: 0; left: -9999px;
}

