			body 	{background-color: #FFFFFF;
				 font-family: Arial;
				 font-size: 16px;}

			table.main {background-color: #F5F5DC;
				border-left: 1px solid RGB(128,128,64);
				border-right: 1px solid RGB(128,128,64);
				border-top: 1px solid RGB(128,128,64);
				border-bottom: 1px solid RGB(128,128,64);
				width: 1000px;
				}

			img.opc {
				opacity:0.4;
				filter:alpha(opacity=40)
			 	}

			td.footer {background-color: #F5F5DC;
				font-family: English111 Vivace BT; 
				font-size: 20px; 
				font-weight: bold; 
				color: RGB(128,128,64);
				text-decoration: none;
				text-align: center;
				border: none;}
			
			a.menu {font-family: English111 Vivace BT;
				font-size: 24px;
				color: #FFFFFF;
				text-decoration: none;
				display: block;
				text-align: center;
				border: medium double #ddd;
				border-top: 1px solid #ddd;
				border-left: 1px solid #ddd;
				background-color: RGB(128,128,64);
				line-height: 130%;
				text-decoration: none;
				font-weight: bold;
				cursor: pointer;
			}
			a.menu:hover{
				background-color: RGB(67,105,56);
			}
			a.menu:active{
				background-color: #556B2F;
			}
			a.curmenu {font-family: English111 Vivace BT;
				font-size: 24px;
				color: #FFFFFF;
				text-decoration: none;
				display: block;
				text-align: center;
				border: medium double #ddd;
				border-top: 1px solid #ddd;
				border-left: 1px solid #ddd;
				background-color: #556B2F;
				line-height: 130%;
				text-decoration: none;
				font-weight: bold;
				cursor: pointer;
			}

			a.linkbtn {font-family: Arial;
				font-size: 16px;
				color: black;
				text-decoration: none;
				text-align: center;
				border: medium outset #D3D3D3;
				background-color: #DCDCDC;
				line-height: 130%;
				text-decoration: none;
				cursor: pointer;
			}
			
			input{background-color: #F5F5DC;
				 font-family: Arial;
				 font-size: 16px;}
			
			select {background-color: #F5F5DC;
				 font-family: Arial;
				 font-size: 16px;}

			textarea {background-color: #F5F5DC;
				 font-family: Arial;
				 font-size: 16px;}

			font.hding {font-size: 20px;
				      font-weight: bold;}

			font.ourprice {font-size: 20px;
				         font-weight: bold;
					   color: red;}

			font.exprice {font-size: 20px;
				        font-weight: bold;
					  text-decoration: line-through;}
			
			p.error {font-family: Arial;
				   font-size: 16px;
				   font-weight: bold;
				   color: red;}

			ul {list-style-type: disc;
			    margin-left: -20px;}