body {
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 22px;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	background-color: white;
	font-size: 13px;
	font-family: "Lucida Grande";
}

a { text-decoration: none; font-weight: bold; color: #62abd6;}
a:visited { text-decoration: none; font-weight: bold; color: #62abd6;}
a:hover { text-decoration: none; font-weight: bold; color: #2475d6;}
a:active { text-decoration: none; font-weight: bold; color: #62abd6;}

.section {
	padding: 20px;
	left: 0px;
	top: 0px;
	position: relative;
}

.section_alternate {
	padding: 20px;
	position: relative;
	left: 0px;
	top: 0px;

	background-color: #f2f2f2;
}

@media print {
	.section {
		border-bottom: #000;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
}

@media print {
	.section_alternate {
		border-bottom: #000;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
}

.icon {
	left: 20px;
	top: 20px;
	height: 32px;
	width: 32px;
	position: absolute;
}

.section_content {
	top: 20px;
	left: 80px;
	position: absolute;
}

input {
	font-family: "Lucida Grande";
		font-size: 13px;

}

.info {
	position: relative;
	padding-top: 10px;
	color: #7f7f7f;
	font-size: 11px;
}

@media print {
	.info {
		color: #000;
	}
}

.ro {
	width: 50px;
	background-color: transparent;
	border-width: 0px;
}

.float {
	margin-right: 10px;
	display: inline;
	float: left;
}

select {
	border-color: #7f7f7f;
	border-style: solid;
	border-width: 1px;
	background-color: #e3e3e3;
}

hr {
	background-color:#DDD; color:#DDD; border: #DDD; height: 1px;
}


.copybutton
{
	height: 27px;
	width: 90px;
	background-color: #e3e3e3;
	color: white;
	border: none;
	background:url('copy_button.png') no-repeat;
}

