/* wild cherry stylesheet */

BODY { 
 	top: 0px;
  	padding: 0px;
	margin-top: 0px;
  	font-family: Arial, Helvetica, sans-serif;
	text-align: center; 
  	color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

div.body {
	text-align: center;
}

H1 {
  	font-family: Times, "Times New Roman", serif;
  	font-size: 20pt;
  	color: #004000;
}

H2 {
  	font-family: Times, "Times New Roman", serif;
  	font-size: 1.5em;
  	line-height: 24pt;
  	margin-top: 6px;
  	margin-bottom: 6px;
  	color: #004a00;
  	text-align: center;
}

H3 {
  	font-family: Times, "Times New Roman", serif;
  	font-size: 1.4em;
  	line-height: 14pt;
  	margin-bottom: 1pt;
  	color: #004a00;
  	letter-spacing: 1px;
  	text-align: center;
}

H4 {
  	font-family: "Times New Roman",Times, serif;
  	font-size: 13pt;
  	margin-bottom: 2px;
  	margin-top: 2px;
  	color: #006e3c;
  	text-align: center;
}

h5 {
  	font-family: "Times New Roman",Times, serif;
  	font-size: 11pt;
  	text-align: center;
  	margin-top: 2px;
  	margin-bottom: 2px;
}


P {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 0.90em;
	margin-left: 4px;
	margin-right: 4px;
	text-align: left;
  }

ul {
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

li {
	text-align: left;
	padding-left: 1px;
	margin-left: 1px;
}

table {
  	width: 100%;
  	/*border-left: 	1px   #616613 solid; 
  	border-RIGHT: 	1px   #616613 solid; 
  	border-TOP: 	1px   #616613 solid;
  	border-BOTTOM: 	1px   #616613 solid;*/
  	padding: 	0px;
	font-size: 	1em;
	text-align: center;
}

table.main {
	width: 785px;
	background-color: #ffffff;
	text-align: center;
}

table.menu {
	text-align: center;
  	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #BDB8B4;/*#8CC772;/*#D9E3F4;
  /*	background-image: url(images/background.jpg);*/
}

table.tariff {
	width: 60%;
}

td {
	background-color: transparent;
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-top: 0px;
  	padding-bottom: 0px;
  	vertical-align: middle;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 0.80em;
	text-align: left;
}

td.menu {
	text-align: center;
	background-color: #b8de65;
	width: 195px;
	height: 20px;
	color: #000000;
	font-size: 0.9em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}
td.image {
	text-align: center;
	font-size: 0.75em;
}

img.edged {
  	border-width: 2px;
  	border-color: #000000;
  	vertical-align: middle;
}

a:link {
  	color: #002000;
  	background-color: transparent;
}

a:active {
  	color: #004810;
  	background-color: transparent;
  	text-decoration: underline;
}

a:visited {
  	color: #104010;
  	background-color: transparent;
}

a:hover {
  	color: #004000;
  	background-color: transparent;
  	text-decoration: underline;
}

.small {
	font-size: 0.85em;
}

.center {
	text-align: center;
}
