
td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
a {
	color: #000066;
	text-decoration: none;
}
.linkorange {
	color: #CC0000;
	font-family: Verdana, Arial, sans-serif;

}
a:hover {
	color: #CC0000;
}
.ver10 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.form {
	font-family: "Courier New", Courier, mono;
	font-size: 8pt;
}
.ver12 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.text-small {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}
.text-small2 {

	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
}
/* TABLE with transactions details */
table.trx_list {
	border-width: 0px;
	background-color: white;
}
table.trx_list th {
	border-color: #cccccc;
	background-color: #cccccc; 
	font-size: 11px; 
	font-weight: bold; 
	color: #333333;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.trx_list tr:hover{background: #E6E6E6;}
table.trx_list td {
	padding: 1px 4px 1px 4px; /*cellpadding*/
	margin: 0px; /*cellspacing*/
}

table.inv_list {
	border-width: 0px;
	background-color: white;
}
table.inv_list th {
	border-color: #cccccc;
	background-color: #cccccc; 
	font-size: 11px; 
	font-weight: bold; 
	color: #333333;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.inv_list tr:hover{background: #E6E6E6;}
table.inv_list td {
	-moz-border-radius: 0px 0px 0px 0px;
	padding: 3px 6px 3px 6px; /*cellpadding*/
	margin: 0px; /*cellspacing*/
}

table.card_order {
	border-width: 0px;
	background-color: white;
}
table.card_order th {
	border-color: #cccccc;
	background-color: #cccccc; 
	font-size: 11px; 
	font-weight: bold; 
	color: #333333;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.card_order tr:hover{background: #E6E6E6;}
table.card_order td {
	-moz-border-radius: 0px 0px 0px 0px;
	padding: 3px 6px 3px 6px; /*cellpadding*/
	margin: 0px; /*cellspacing*/
}