
body {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.menu_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.menu_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.order_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.send_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.light_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	font-size: 9pt;
}

.dark_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
}

.titlebar_red {
	background-color: #FF0000;
	color: #E5E5E5;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 5px;
}

.titlebar_blue {
	background-color: #00B5EF;
	color: black;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 5px;
}

.titlebar_purple {
	background-color: #B56BB5;
	color: black;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 5px;
}

.titlebar_orange {
	background-color: #F7AD00;
	color: black;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 5px;
}

.titlebar_green {
	background-color: #7BC642;
	color: black;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 5px;
}

.titlebar_yellow {
	background-color: #FFF700;
	color: black;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 5px;
}

.titlebar_normal {
	color: black;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 5px;
}

.titlebar_grey {
	background-color: #B2B2B2;
	color: black;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 5px;
}

.titlebar_accent {
	background-color: #E1CC9D;
	color: black;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 5px;
}

.product_name {
	font-size: 10pt;
	font-weight: bold;
}

.product_name_lg {
	font-size: 12pt;
	font-weight: bold;
}

.price {
	font-size: 11pt;
	color: red;
	font-weight: bold;
}


.units {
	font-size: 8pt;
	color: black;
}

.small_discription {
	font-size: 8pt;
}
	
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #A7B095;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.table_background {
	color: #E5E5E5;
	background-color: #E1CC9D;
}