@CHARSET "UTF-8";
<!--
.style3 {
	font-size: 36px;
	color: #FFFFFF;
}
.style4 {
	font-size: 24px;
	color: #CCFF33;
}
body {
	background-color: #000;
	margin:0;
}
.style6 {font-size: 24px}
.style8 {color: #000}
.style9 {
	font-size: 24px;
	color: #0000FF;
	font-weight: bold;
}
.style13 {font-size: 20px}
.style14 {font-size: 22px}
.style16 {
	font-weight: bold;
	color: #0000FF;
	font-size: 20px;
}
   a:link {
      color: #f2f2f2;
      font-family:Tahoma;
      font-size:14px;
      text-decoration:underline;
   }     /* unvisited link */
   a:visited {
     color: #f2f2f2;
     font-family:Tahoma;
     font-size:14px;
     text-decoration:underline;
   }  /* visited link */
   a:hover {
     color: #00f680;
     font-family:Tahoma;
     font-size:14px;
     text-decoration:underline;
   }   /* mouse over link */
   a:active {
     color: #00f680;
     font-family:Tahoma;
     font-size:14px;
     text-decoration:underline;
   }   /* selected link */
   .mainrow{
         border-color:#075d19; 
         background-color:#00f680;
   }
   .subrow{ border-color:#075d19; 
            background-color:#bfffc1; 
   }
   .backgroundpicture{
            background-image:url('../images/order/order_bg.jpg');
            background-repeat:repeat-y;
   }
   p {line-height:5%;}
-->