/** Issues that are page-independent. */
html {
	overflow-y: auto;
}

body { /*  border:1px solid #0000FF; */
	margin: 0;
	height: 100%;
	font-family: "Georgia";
	font-style: italic;
	color: #220000;
	background: url(../img/317x292_cottonDreamBackground.gif) fixed;
}

span.smallNavButtonText {
	font-size: 90%;
}

span.tinyNavButtonText {
	font-size: 70%;
}

span.smallBannerText {
	font-size: 85%;
}

span.tinyBannerText {
	font-size: 60%;
}

span.redfont {
	color: #FF0000;
}

span.greenfont {
	color: #00FF00;
}

span.bluefont {
	color: #0000FF;
}

span.underlined {
	text-decoration: underline;
}

input.standardButton {
	width: 9.4em;
	background-color: #D9C6B7;
	color: #440000;
	font-style: italic;
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	border-style: double;
	border-top-color: #F5F0EC;
	border-left-color: #F5F0EC;
	border-bottom-color: #897A6F;
	border-right-color: #897A6F;
}

textarea {
	background-color: #EBE0C1;
	border-style: double;
	border-top-color: #897A6F;
	border-left-color: #897A6F;
	border-bottom-color: #F5F0EC;
	border-right-color: #F5F0EC;
}

input.clsTextField {
	background-color: #EBE0C1;
	border-style: double;
	border-top-color: #897A6F;
	border-left-color: #897A6F;
	border-bottom-color: #F5F0EC;
	border-right-color: #F5F0EC;
}

select {
	background-color: #EBE0C1;
}

a:link {
	color: #663333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #CC3300;
	text-decoration: underline;
}

a:active {
	color: #990000;
	text-decoration: underline;
}

img.noborder {
	border: none;
}

input.noborder {
	border: none;
}

p.centered
{
  text-align: center;
}