body {
	font-family: Helvetica, Verdana, Arial; 
	font-size: 10pt;
	overflow: scroll;
}

td {
	font-family: Helvetica, Verdana, Arial; 
	font-size: 10pt; 
	color: #666666
}

a {
	font-family: Helvetica, Verdana, Arial; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFB000
}

a.heading  {
	font-family: Trebuchet, Helvetica, Arial; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #FFB000
}

a:hover {
	text-decoration: underline
}

.button {
   border-top: 1px solid #ffae00;
   background: #ffd187
   background: -webkit-gradient(linear, left top, left bottom, from(#ffae00), to(#ffd187));
   background: -webkit-linear-gradient(top, #ffae00, #ffd187);
   background: -moz-linear-gradient(top, #ffae00, #ffd187);
   background: -ms-linear-gradient(top, #ffae00, #ffd187);
   background: -o-linear-gradient(top, #ffae00, #ffd187);
   padding: 4.5px 9px;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 40px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 11px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }

.button:hover {
   border-top-color: #ffae00;
   background: #ffd187
   background: -webkit-gradient(linear, left top, left bottom, from(#ffae00), to(#ffd187));
   background: -webkit-linear-gradient(top, #ffae00, #ffd187);
   background: -moz-linear-gradient(top, #ffae00, #ffd187);
   background: -ms-linear-gradient(top, #ffae00, #ffd187);
   background: -o-linear-gradient(top, #ffae00, #ffd187);
   color: #4a4a4a;
   text-decoration: underline;
   }

.button:active {
   border-top-color: #ffae00;
   background: #ffd187
   background: -webkit-gradient(linear, left top, left bottom, from(#ffae00), to(#ffd187));
   background: -webkit-linear-gradient(top, #ffae00, #ffd187);
   background: -moz-linear-gradient(top, #ffae00, #ffd187);
   background: -ms-linear-gradient(top, #ffae00, #ffd187);
   background: -o-linear-gradient(top, #ffae00, #ffd187);
   text-decoration: underline;
   }

.headerlink {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 10pt; 
	text-decoration: none; 
	color: #EF0000
}

.footerlink {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFB000
}

.heading {
	font-family: Trebuchet, Helvetica, Arial; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #000000
}

.tab {
	color: #333333;
	background-color: #DDDDDD;
	top: 10;
	width: 140;
	text-align: center;
	font: 9pt Verdana,sans-serif;
	padding: 3;
	cursor: pointer;
	cursor: hand;
}
.panel {
	height: 100%;
	display: none;
	overflow: visible;
	margin-top: 15px;
}

hr.vertical_rule {
	width: 1em;
	height: 0.5em;
	display: inline;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

td.menu {
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 12px;
}
a.menu {
	color: #ED1D1D;
	font-size: 11pt;
}
td.submenu {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 24px;
}
a.submenu {
	color: #ED1D1D;
	font-size: 10pt;
}
thead.orderinfo {
	background-color: #666666;
}
thead.orderinfo tr td {
	color: #FFFFFF;
}
tbody.orderinfo {
	background-color: #CCCCCC;
}
tbody.orderinfo tr td {
	color: #000000;
}


/* Homepage */
td.frontmenu {
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 16px;
}
a.frontmenu {
	color: #FFFFFF;
	font-size: 11.5pt;
}
td.frontsubmenu {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 36px;
}
a.frontsubmenu {
	color: #FFFFFF;
	font-size: 10pt;
}
