body
{
	color: #000000;
	font-family: Verdana,Helvetica,sansserif;
	font-size: 11px;
	line-height: 13px;
}

h1
{
	margin: 10px 0px;
	padding: 0px;
	font-size: 18px;
}

p
{
	margin: 10px 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

span.bold
 {
	font-weight: bold;
}

span.gray
{
	color: #555555;
}

a:link
{
	color: #ff0000;
	text-decoration: none;
}

a:visited
{
	color: #aa0000;
	text-decoration: none;
}

a:focus
{
	color: #cc0000;
	text-decoration: underline;
}

a:hover
{
	color: #cc0000;
	text-decoration: underline;
}

.itemhead
{
	padding: 10px 0px;
}

.item
{
	padding: 10px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: black;
	clear:both;
}

label
{
	vertical-align: middle;
}

select
{
	margin: 2px 0px 2px 5px;
	font-size: 11px;
	line-height: 13px;
	display: inline;
	vertical-align: middle;
}

.chkbox
{
	margin: 2px 5px 2px 0px;
	display: inline;
	vertical-align: middle;
}

.radiobtn
{
	margin: 2px 5px 2px 0px;
	display: inline;
	vertical-align: middle;
}

.thumb
{
	width: 160px;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: center;
	vertical-align: top;
	float: left;
}

.info
{
	display: block;
	margin: 0px 0px 10px 0px;
	text-align: right;
	float: right;
}

.download
{
	display: block;
	margin: 0px 20px 10px 20px;
	float: left;
}

img
{
	border-width: 0px;
	margin: 0px;
}

img.img_icon
{
	margin-right: 10px;
	vertical-align: text-top;
}

img.img_thumb
{
	border:1px solid #999999;
}

.bottomline
{
	margin-bottom: 10px;
	padding: 10px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: black;
	clear:both;
}

