
/* styles for Cinnamon-Bear - this is a comment */

body {
  	width: 780px;
  	color: black;
  	font-family: "Times New Roman", Times, serif;
  	font-size: 11pt;
  	text-align: center;
  	background-image: url(images/background.gif);
}

div.body {
  	width: 780px;
  	top: 0px;
	left: 0px;
	background-color: transparent;
  	/*background-image: url(images/background.gif);*/
}

div.hidden {
	visibility: hidden;
}

H2 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 15pt;
  	text-align: center;
  	text-decoration: underline;
	color: #A30008;
}

H3 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 14pt;
  	text-align: center;
}

H4 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 11pt;
  	text-align: left;
  	margin-top: 0px;
}

H5 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 12pt;
  	text-align: center;
}

h6 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 11pt;
  	text-align: center;
}

P {
  	font-family: "Times New Roman", "Times", "serif";
  	font-size: 12pt;
  	text-align: left;
} 

p.small {
  	font-size: 9pt;
}

p.smallright {
	font-size: 9pt;
	text-align: right;
}

LI {
  	font-family: "Times New Roman", "Times", "serif";
  	font-size: 12pt;
} 

  
table {
  	background-color: transparent;
  	margin-top: 0px;
  	margin-bottom: 0px;
  	padding: 0px;
  	border-top: 0px;
  	border-right: 0px;
  	border-bottom: 0px;
  	border-left: 0px;
	width: 100%;
}

table.main {
  	width: 780px;
	text-align: center;
  	/*background-image: url(images/background.jpg); */
}

table.top {
	background-color: #E7C994;
	text-align: center;
  	border-top: 1px #402020 solid;
  	border-right: 1px #402020 solid;
  	border-bottom: 1px #402020 solid;
  	border-left: 1px #402020 solid;
	margin-bottom: 2px;
}


table.menu {
	background-color: #C2292D; /*#853640;*/
	text-align: center;
  	border: 1px black solid;
	padding: 0px;
	width: 780px;
}

table.basket {
	border: solid 1px black;
	background-color: #ffffff;
}

td {
  	font-size: 11pt;
	vertial-align: top;
}

th.basket {
	text-align: left;
	background-color: #C2292D;
	padding-left: 2px;
}

td.basket {
	background-color: #FFFFFF;
}

td.option {
	background-color: #80C080;
	text-align: center;
}

td.menu {
	color: white;
  	font-size: 11pt;
	font-weight: bold;
	width: 130px;
	height: 25px;
}

td.form {
  	height: 40px;
  	border-top: 1px black solid;
  	border-right: 1px black solid;
  	border-bottom: 1px black solid;
  	border-left: 1px black solid;
}

td.formw {
  	height: 40px;
  	background-color: white;
  	border-top: 1px black solid;
  	border-right: 1px black solid;
  	border-bottom: 1px black solid;
  	border-left: 1px black solid;
}


.white {
  	background-color: white;
}

a:link {
  	color: #A30008;
  	background-color: transparent;
  	text-decoration: underline;
}

a:active {
  	color: #A30008;
  	background-color: transparent;
  	text-decoration: underline;
}

a:visited {
  	color: #904000;
  	background-color: transparent;
  	text-decoration: underline;
}

a:hover {
  	color: #774411;
  	background-color: transparent;
  	text-decoration: underline;
}

a.white {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:visited {
	color: #D0D0D0;
	text-decoration: none;
}

a.white:hover {
  	color: #111111;
  	background-color: transparent;
  	text-decoration: underline;
}

.menu a {
	color: white;
	text-decoration: none;
}

.menu a:hover {
	color: #E7C944;
	text-decoration: underline;
}

.center {
  	text-align: center;
}

img.link {
  border-top: 1px #A30008 solid;
  border-right: 1px #A30008 solid;
  border-bottom: 1px #A30008 solid;
  border-left: 1px #A30008 solid;
}
