html {
	overflow-y: scroll;
}
body {
	background: url("texturep.jpg") repeat;
	font-family: Verdana, Arial, sans-serif;
	color: #535341;
	background-color: #E6EAD7;
	padding-bottom: 10px;
}
td {
	font-family: Verdana, Arial, sans-serif;
	border-color: #A9AA91;
}
img {
	border-width: 0;
	border-color: #BABEA5;
}
/* Allow a line colour to be specified in Firefox */
hr {
  height: 2px;
  border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #A9AA91;
}

a:link {
	color: #535341;
}
a:visited {
	color: #535341;
}

/* Text that must not be wrapped */
.nobreak {
	white-space: nowrap;
}

/* Menus, header graphics and footers are just shown on index pages. They have been moved here because a user has customised the skin, to show these on the slide pages. */
/* The menu bar */
.menu_bar {
	background-image: url(menutexture.jpg);
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #9B9F86;
	font-size: small;
	text-align: center;
	padding: 7px 0 7px 0;
}
/* A menu bar link */
.menu_link {
	padding: 7px 0 6px 0;
	text-decoration: none;
}
/* The current menu bar link */
.menu_link:hover {
	background-image: url(menutextureo.jpg);
	color: #535341;
}
/* A menu bar link's label */
.menu_link_label {
	padding: 7px 26px 7px 26px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
/* The header graphic */
.header_graphic {
	margin-top: 0;
	text-align: center;
}
/* The line above the footer */
.link_separator {
	margin-top: 22px;
}
/* The page footer */
.footer {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	font-size: small;
}
