@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFD3A8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFD3A8;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #734231;
	font-size: 14px;
	font-weight: bold;
}

.style2 {
			font-size:36px;
			font-weight:bolder;
			color: #009300 ;
}

.style3 {
			font-size: 16px;
			color:#00007F;
			font-family:"Times New Roman", Times, serif;
			font-weight:bold;
			text-align:center;
			background-color:#ffd3a8;
}

.style4	{
			font-size:12px;
			background-color:#ffd3a8;
}

.style6 {
			font-size: 16px;
			color:#734231;
			font-family:"Times New Roman", Times, serif;
			font-weight:bold;
			text-align:center;
			background-color:#ffd3a8;
}
.menustyle {
			color:#734231;
			background-color:#ffd3a8;
			font-weight:600;
			font-size:14;
			font:"Copperplate Gothic Light";
			text-align:center;
			vertical-align:top
}

.menustyle2 {
			color:#734231;
			background-color:#ffd3a8;
			font-weight:600;
			font-size:14;
			font:"Copperplate Gothic Light";
			text-align:left
			vertical-align:top
}

