
/* new styles for buckley bed - this is a comment */

body {
  	color: black;
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 0.9em;
  	text-align: center;
}

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: #cee095;
	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: 1.4em;
  	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: 1.2em;
  	text-align: center;
}

h6 {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 11pt;
  	text-align: center;
}

P {
  	font-family: Arial, helvetica, sans-serif;
  	text-align: left;
	margin-top: 4px;
} 

.small {
  	font-size: 0.8em;
}

LI {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 0.95em;
} 

  
table {
  	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
}

table.menu {
	text-align: center;
	background-color: #aa7c94; 
}

table.main {
	width: 782px;
	text-align: center;
	margin: auto;
}

td {
	
}

td.image {
	font-size: 0.75em;
	text-align: center;
}

td.bodytext {
	padding-left: 10px;
	padding-right: 10px;
}

td.menu {
	color: #000000;
	background-color: #aa7c94;
	padding: 0px;
	padding: 1px;
	height: 20px;
	font-weight: normal;
	font-family: Arial, helvetica, sans-serif;
}

td.bottom {
	font-size: 0.85em;
}
.center {
  	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.edged  {
  border-top: 1px #aa7c94 solid;
  border-right: 1px #aa7c94 solid;
  border-bottom: 1px #aa7c94 solid;
  border-left: 1px #aa7c94 solid;
}
.white {
  	background-color: white;
}

a:link {
  	color: #6a1834;
  	background-color: transparent;
  	text-decoration: underline;
}

a:active {
  	color: #6a3c34;
  	background-color: transparent;
  	text-decoration: underline;
}

a:visited {
  	color: #8a1c34;
  	background-color: transparent;
  	text-decoration: underline;
}

a:hover {
  	color: #771144;
  	background-color: transparent;
  	text-decoration: underline;
}


.menu a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.menu a:active {
	color: #C0C0C0;
}

.menu a:visited {
	color: #f0f0f0;
	text-decoration: none;
	font-weight: normal;
}

.menu a:hover {
	color: #000000;
	text-decoration: underline;
}
