/* curlew cottage stylesheet */

BODY { 
 	top: 0px;
  	left: 40px;
  	padding: 0px;
	margin-top: 0px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 1em;
  	font-style: normal;
  	font-weight: normal;
  	color: #000000;
  	/*background-color: #3A5C22;*/
	text-align: center; 
  	color: #000000;
  	background-color: #FFFFFF;
	width: 780px;
}

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.25em;
  	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;
  }

LI {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 0.90em;
  	line-height: 14pt;
  	color: #000000;
}

UL {
  	color: #000000;
	text-align: left;
}

table {
  	width: 100%;
  	padding: 	0px;
	font-size: 	1em;
}

table.edged {
  	border-left: 	1px   #616613 solid; 
  	border-RIGHT: 	1px   #616613 solid; 
  	border-TOP: 	1px   #616613 solid;
  	border-BOTTOM: 	1px   #616613 solid;
}

table.menu {
	text-align: center;
  	border: 2px solid #007000;
	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.9em;
}

td.menu {
	text-align: center;
	background-color: transparent;
	width: 130px;
	height: 20px;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

img.edged {
  	border-width: 2px;
  	border-color: #007000;
  	vertical-align: middle;
}

a:link {
  	color: #008000;
  	background-color: transparent;
 	text-decoration: underline;
}

a:active {
  	color: #004810;
  	background-color: transparent;
  	text-decoration: underline;
}

a:visited {
  	color: #104010;
  	background-color: transparent;
  	text-decoration: underline;
}

a:hover {
  	color: #006600;
  	background-color: transparent;
  	text-decoration: underline;
}

.small {
	font-size: 0.85em;
}

.center {
	text-align: center;
}

