/* CSS Document */



/* mac hide \*/
html,body {
	
}

/* end hide */
body { 
	background-color: #201500;
	text-align:center;
	min-height:750px;
	min-width:580px;
	margin:0px;
}
form{
	margin:0px;
}
.text_header{
	font-family:"Lucida Sans", Verdana, Arial;
	font-size: 16px;
	font-weight:bold;
	color:#333333;
}
.text_bold{
	font-family:"Lucida Sans", Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	color:#333333;
}
.text_normal{
	font-family:"Lucida Sans", Verdana, Arial;
	font-size: 11px;
	font-weight:normal;
	color:#666666;
}
.contact_textfield{
	font-family:"Lucida Sans", Verdana, Arial;
	font-size: 11px;
	font-weight:normal;
	color:#333333;
	width:160px;
	height:20px;
	background-color:#e6e6e6;
	border:0px solid #000000;
	vertical-align:middle;
}
.contact_textarea{
	font-family:"Lucida Sans", Verdana, Arial;
	font-size: 11px;
	font-weight:normal;
	color:#333333;
	width:250px;
	height:80px;
	background-color:#e6e6e6;
	border:0px solid #000000;
	vertical-align:middle;
}
.menu_header{
	font-family:"Lucida Sans", Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	color:#48566F;
}

.menu_price{
	font-family:"Lucida Sans", Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.menu_name{
	font-family:"Lucida Sans", Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	color:#000000;
}
.menu_highlight{
	font-family:"Lucida Sans", Verdana, Arial;
	font-size: 11px;
	font-weight:normal;
	color:#993300;
}