img {
	border: 0px;
}

* {
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-size: 10pt;
}

.main_text {
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-size: 11px;
	padding: 10px 30px 10px 30px;
}

.indent_text {
	text-indent: 4em;
}

.footer_text {
	font-family: Arial, Helvetica;
	text-decoration: none;
}

.lg_text {
	font-size: 12px;
}

.md_text {
	font-size: 11px;
}

.sm_text {
	font-size: 10px;
}

.sm_text a{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.sm_text a:hover{
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.error_text {
	color: #FF0000;
	font-weight: bold;
}

.order_block {
	border-bottom: 2px solid #CCCCCC;
	padding: 7px 5px 7px 5px;
}

.order_value {
	font-family: Courier New, Courier;
	font-weight: bold;
}
.msg {
	border: solid 1px #000;
	background-color: #FF9;
	padding: 10px;
	color: #cc0000;
	font-weight: bold;
	text-align: left;
}