a:link, a:active, a:visited, a:hover {
	font-family: Verdana, Arial;
	color: #3A6E87;
	font-weight: bold;
}
a.l_green:link, a.l_green:active, a.l_green:visited {
	font-family: Verdana, Arial;
	color: #3A6E87;
	font-weight: normal;
	text-decoration: none;
}
a.l_green:hover {
	font-family: Verdana, Arial;
	color: #3A6E87;
	font-weight: normal;
	text-decoration: underline;
}
a.l_white:link, a.l_white:active, a.l_white:visited {
	font-family: Verdana, Arial;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.l_white:hover {
	font-family: Verdana, Arial;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.l_black_ul:link, a.l_black_ul:active, a.l_black_ul:visited {
	font-family: Verdana, Arial;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
a.l_black_ul:hover {
	font-family: Verdana, Arial;
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
a.l_black:link, a.l_black:active, a.l_black:visited {
	font-family: Verdana, Arial;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.l_black:hover {
	font-family: Verdana, Arial;
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.l_orange:link, a.l_orange:active, a.l_orange:visited {
	font-family: Verdana, Arial;
	color: #F79412;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.l_orange:hover {
	font-family: Verdana, Arial;
	color: #F79412;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
a.l_orange_small:link, a.l_orange_small:active, a.l_orange_small:visited {
	font-family: Verdana, Arial;
	color: #F79412;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.l_orange_small:hover {
	font-family: Verdana, Arial;
	color: #F79412;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
body {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	margin: 5;
}
td {
	font-family: Verdana, Arial;
	font-size: 11px;
}
h1 {
	color: #F79412;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 0px;
}
.small {
	font-family: Verdana, Arial;
	font-size: 10px;
}
.big {
	font-family: Verdana, Arial;
	font-size: 12px;
}
.gray {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #696A6B;
	text-decoration: none;
}
.gray_small {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #898989;
}
.redirection_text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #898989;
}
.white {
	color: #FFFFFF;
}
.green {
	color: #3A6E87;
	font-weight: bold;
}
.orange {
	color: #F79412;
	font-weight: bold;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3A6E86;
	font-size: 16px;
	padding-left: 10px;
	letter-spacing: 0.1px;
}
.heading_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
	padding-top: 15px;
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFCFCF;
}
.border_bottom_green {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A6E86;
	padding-bottom: 5px;
}
.border_bottom_gray {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
	padding-bottom: 5px;
}
.tableHeading {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3A6E86;
}
.tableStandard {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
}
.tableStandardBold {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.tableStandardItalic {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: italic;
	color: #000000;
}
.tableBig {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
}
.orderNumber {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.message {
	font-family: Verdana, Arial,;
	font-size: 11px;
	color: #000000;
	background-color: #FFB3B5;
	font-weight: bold;
}
.inputbox {
	font-family: Verdana, Arial;
	font-size: 10px;
}
.inputbox_no_border {
	font-family: Verdana, Arial;
	font-size: 10px;
	border: none;
	color: #000000;
}
.inputbox_price {
	font-family: Verdana, Arial;
	font-size: 10px;
	text-align: right;
}
.inputbox_price_no_border {
	font-family: Verdana, Arial;
	background-color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	border: none;
	color: #000000;
}
.inputbox_price_no_border_fcurrency {
	font-family: Verdana, Arial;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	border: none;
	color: #3A6E87;
	font-weight: bold;
}
.shopTableStandard {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.shopTablePrice {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.orange_big {
	color: #F79412;
	font-weight: bold;
	font-size: medium;
}
