
/* new styles for turlow bank - this is a comment */

body {
  	color: black;
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 11pt;
  	text-align: left;
	width: 782px;
	margin: auto;
	/*border: 1px solid #5b7d29;*/
}

div {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

div.body {	
	width: 100%;
  	position:  relative;
  	top: 0px;
  	left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.menu {
	width: 100%;
  	position: relative;
  	top: 0px;
  	left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

div.bottom {
	width: 100%;
  	position: relative;
  	top: 0px;
  	left: 0px;
	margin-top: 3px;
	background-color: #2080A0;/*95cee0;*/
	border: 1px solid #C0C0C0;
}


H2 {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 15pt;
  	text-align: center;
}

H3 {
  	font-family: Arial, helvetica, sans-serif;;
  	font-size: 13pt;
  	text-align: center;
}

H4 {
  	font-family: Arial, helvetica, sans-serif;;
  	font-size: 11pt;
  	text-align: left;
  	margin-top: 0px;
}

H5 {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 12pt;
  	text-align: center;
  	text-decoration: underline;
}

h6 {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 11pt;
  	text-align: center;
}

P {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 0.9em;
  	text-align: left;
	margin-top: 4px;
} 

p.small {
  	font-size: 10pt;
}

LI {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 0.9em;
} 

  
table {
  	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

table.menu {
	text-align: center;
	background-color: #2080a0;/*#5b7d29; */
}

table.event {
	width: 60%;
	text-align: center;
	background-color: #98c000;
}

td {
  	font-size: 0.9em;
}

td.image {
	font-size: 0.75em;
	text-align: center;
}

td.bodytext {
	padding-left: 10px;
	padding-right: 10px;
}

td.event {
	font-size: 1.1em;
}

td.menu {
	color: #000000;
	background-color: #2080a0;/*#cee095;*/
	padding: 0px;
	/*margin-left: 1px;
	margin-right: 1px;*/
	padding: 1px;
	height: 20px;
	font-weight: normal;
	font-family: Arial, helvetica, sans-serif;
}

td.menutop {
	padding-top: 1px;
	padding-bottom: 1px;
}

td.bottom {
	font-size: 0.85em;
}

.white {
  	background-color: white;
}

a:link {
  	color: #001658;
  	background-color: transparent;
  	text-decoration: underline;
}

a:active {
  	color: #001658;
  	background-color: transparent;
  	text-decoration: underline;
}

a:visited {
  	color: #001020;
  	background-color: transparent;
  	text-decoration: underline;
}

a:hover {
  	color: #114477;
  	background-color: transparent;
  	text-decoration: underline;
}

.center {
  	text-align: center;
}

.menuimg {
	border: 1px #ffffff solid;
}

.edged  {
  border-top: 1px #98c000 solid;
  border-right: 1px #98c000 solid;
  border-bottom: 1px #98c000 solid;
  border-left: 1px #98c000 solid;
}

.menu a:link {
	color: #ffffff;/*617a38;*/
	text-decoration: none;
	font-weight: normal;
}

.menu a:active {
	color: #C0C0C0;
}

.menu a:visited {
	color: #ffffef;/*617a38;*/
	text-decoration: underline;
	font-weight: normal;
}
.menu a:hover {
	color: #000000;
	text-decoration: underline;
}

