
.fn-bold   { font-weight: bold; }
.fn-bolder { font-weight: bolder; }

.fn-left   { text-align: left; }
.fn-right  { text-align: right; }
.fn-center { text-align: center; }

.fn-black  { color: black; }
.fn-gray   { color: #666666; }
.fn-mgray  { color: #555555; }
.fn-dgray  { color: #333333; }
.fn-lgray  { color: #CCCCCC; }
.fn-white  { color: white; }
.fn-pink   { color: #e25c5d; }
.fn-green  { color: #39b54a; }
.fn-sea    { color: #3495DC; }
.fn-navy   { color: navy; }
.fn-blue   { color: blue; }
.fn-dblue  { color: #06436e; }
.fn-maroon { color: maroon; }
.fn-red	   { color: red; }
.fn-lred   { color: #FD2321; }

.fn-8  { font-size: 8px; }
.fn-10 { font-size: 10px; }
.fn-11 { font-size: 11px; }
.fn-12 { font-size: 12px; }
.fn-14 { font-size: 14px; }
.fn-16 { font-size: 16px; }
.fn-18 { font-size: 18px; }
.fn-20 { font-size: 20px; }
.fn-24 { font-size: 24px; }
.fn-28 { font-size: 28px; }

.fn-success, .fn-opened, .fn-yes { color: green; }
.fn-fail,  .fn-closed, .fn-no	 { color: red; }

.fn-received	{ color: navy; }
.fn-preparing	{ color: green; }
.fn-ready		{ color: #39b54a; }
.fn-shipped		{ color: maroon; }
.fn-confirmed	{ color: #333333; }
.fn-cancelled	{ color: red; }
.fn-pending		{ color: purple; }
.fn-expired		{ color: gray; }

.fn-Arial { font-family: Arial, Helvetica, sans-serif; }

.mn-white a:link    { color: white; text-decoration: none; }
.mn-white a:visited { color: white; text-decoration: none; }
.mn-white a:hover   { text-decoration: underline; }

.mn-black a:link    { color: black; text-decoration: none; }
.mn-black a:visited { color: black; text-decoration: none; }
.mn-black a:hover   { text-decoration: underline; }

.mn-green a:link    { color: #39b54a; text-decoration: none; }
.mn-green a:visited { color: #39b54a; text-decoration: none; }
.mn-green a:hover   { text-decoration: underline; }

.mn-red a:link    { color: red; text-decoration: none; }
.mn-red a:visited { color: red; text-decoration: none; }
.mn-red a:hover   { text-decoration: underline; }

.mn-grey a:link    { color: #AAAAAA; text-decoration: none; }
.mn-grey a:visited { color: #AAAAAA; text-decoration: none; }
.mn-grey a:hover   { color: #666666; text-decoration: none; }